Skip to content

Instantly share code, notes, and snippets.

@IchHabRecht
Created August 21, 2013 20:19
Show Gist options
  • Save IchHabRecht/6299678 to your computer and use it in GitHub Desktop.
Save IchHabRecht/6299678 to your computer and use it in GitHub Desktop.
[Fritzbox] VPN routen
1. In Shrew Soft eine config anlegen, wie im VPN-Protal von avm angegeben (http://www.avm.de/de/Service/Service-Portale/Service-Portal/VPN_Interoperabilitaet/15729.php?portal=VPN)
2. Die fritzbox.cfg muss an 2 Stellen folgendermaßen angepasst werden:
a) phase2localid {
ipnet {
ipaddr = 0.0.0.0
mask = 0.0.0.0
}
}
b) accesslist = "permit ip any 192.168.100.201 255.255.255.255";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment