cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
575
Views
0
Helpful
0
Replies

RV042 looses internet connection on VPN

MWitte111
Level 1
Level 1

I have a RV042 as a gateway to internet and VPN access to our sales force.

Both is working.

But when a VPN connection from an AVM Fritz!box using a similar cfg as below is established, the RV042 will loose the internet connection.

This can only be reestablished by restarting the RV042.

VPN connections using other clients work fine.

Is there an exlanation to this behaviour?

How can I get around this?

Here is an example of the cfg I use on the Fritz!box:

/*
* C:\Dokumente und Einstellungen\cfg
* Sat Dec 18 22:47:34 2010
*/

vpncfg {
        connections {
                enabled = yes;
                conn_type = conntype_undefined;
                name = "Name";
                always_renew = no;
                reject_not_encrypted = no;
                dont_filter_netbios = yes;
                localip = 0.0.0.0;
                local_virtualip = 0.0.0.0;
                remoteip = 80.101.1.59;
                remote_virtualip = 0.0.0.0;
                localid {
                        user_fqdn = "User@localvpn";
                }
                mode = phase1_mode_aggressive;
                phase1ss = "all/all/all";
                keytype = connkeytype_pre_shared;
                key = "Secret";
                cert_do_server_auth = no;
                use_nat_t = yes;
                use_xauth = no;
                use_cfgmode = no;
                phase2ss = "esp-all-all/ah-none/comp-all/pfs";
                accesslist = "permit ip any 192.168.178.0 255.255.255.0",

        }
        ike_forward_rules = "udp 0.0.0.0:500 0.0.0.0:500",
                            "udp 0.0.0.0:4500 0.0.0.0:4500";
}


// EOF

0 Replies 0