VPN on Fritzbox router

Hello,

PIA got my interest because of the IPsec option, which is supported on my Fritzbox 7390 router (and not any other VPN options, like openVPN).
Is it possible to setup a  VPN connection directly from my router to PIA?

I need the following information to complete the VPN file for the Fritzbox.

Is this going to work? Has anyone experience? I don't want to flash my router with other firmware.

Thanks,
Boudewijn Krenning

vpncfg {
connections {
enabled = yes;
conn_type = conntype_user;
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 = 0.0.0.0;
remote_virtualip = VPN_CLIENT_IP;
remoteid {
key_id = "NAME";
}
mode = phase1_mode_aggressive;
phase1ss = "all/all/all";
keytype = connkeytype_pre_shared;
key = "SHARED_SECRET";
cert_do_server_auth = no;
use_nat_t = yes;
use_xauth = yes;
use_cfgmode = no;
xauth {
valid = yes;
username = "USERNAME";
passwd = "PASSWORD";
}
phase2localid {
ipnet {
ipaddr = 0.0.0.0;
mask = 0.0.0.0;
}
}
phase2remoteid {
ipaddr = VPN_CLIENT_IP;
}
phase2ss = "esp-all-all/ah-none/comp-all/no-pfs";
accesslist = "permit ip any VPN_CLIENT_IP 255.255.255.255";
}
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";
}
  • NAME
  • VPN_CLIENT_IP
  • SHARED_SECRET 
  • USERNAME 
  • PASSWORD 
 

Comments

  • there must be a GUI somewhere on your router.  no?  I believe this is the background config file that the GUI would manipulate.  It's probably not wise for you to mess with it.

    anyway, you'll need to go to the client support page
    https://www.privateinternetaccess.com/pages/client-support/

    sign in in the client sign in box, and then have PIA create for you login credentials for L2TP/PPTP which are different from the credentials used for openvpn.

    all the router should need to connect is the username, password, and shared secret.

  • any luck getting this set up? I Have a Fritz box 7390 and would like to use PIA. 
  • I would also love to know how to do this.
  • I also would love to know how to set this up on my Fritz box 7360..seems to be very little information on how to do this.


Sign In or Register to comment.