Displaying 2 results from an estimated 2 matches for "pptp2".
Did you mean:
pptp
2005 Apr 19
5
1 to 1 nat of multiply pptp tunnels
...But Tunnel two to four i''m not able to do 1:1 nat.
What could be a solution ?
Kind regards,
Felix.
interfaces:
loc eth0 detect tcpflags
modem eth1 detect dhcp,tcpflags,routefilter,nosmurfs,arp_filter
net ppp0 - tcpflags,routefilter,nosmurfs,arp_filter
pptp2 ppp1 - tcpflags,routefilter,nosmurfs,arp_filter
pptp3 ppp2 - tcpflags,routefilter,nosmurfs,arp_filter
pptp4 ppp3 - tcpflags,routefilter,nosmurfs,arp_filter
zones:
modem InodeInternal PPTP Connector via 10.0.0.0
loc Local Local networks via 192....
2003 Jun 30
1
Fw: VPN setup problem - proxy arp I think
...set bundle enable compression
set ccp yes mppc
set ccp yes mpp-e40
# set ccp yes mpp-e128
set ccp yes mpp-stateless
client1:
new -i ng0 pptp1 pptp1
set ipcp range 10.77.1.2/24 10.77.1.50/24
load pptp_common_settings
client2:
new -i ng1 pptp2 pptp2
set ipcp range 10.77.2.2/32 10.77.2.50/32
load pptp_common_settings
client3:
new -i ng2 pptp3 pptp3
set ipcp range 10.77.3.3/32 10.77.3.50/32
load pptp_common_settings
client4:
new -i ng3 pptp4 pptp4
set ipcp range 10.77.4.3/32 10.77.4...