From:
netfilter-admin@xxxxxxxxxxxxxxxxxxx
[mailto:netfilter-admin@xxxxxxxxxxxxxxxxxxx] On
Behalf Of Derek Storvik I’m having trouble with NAT and VPN I have a linux server running Fedora core 1 that
is a NAT/FIREWALL/VLAN/DHCP server for a large client network. Internet | | Linux | | Large network with many vlans and 1000 nodes or so. The
internal network is natted to the 10.0.0.0 network and my clients can not VPN
out to the internet. Specifically they get back an error 619 What
has to be done to allow VPN to traverse through the firewall and
NAT? at the moment the firewall rules are wide open to make sure
that isn’t my issue. What VPN? Cisco IPSec client?
other IPSec clients? PoPToP?..... yes it matters <snip> It is PPTP. A windows client to a
VPN server on a university campus. Derek From: Aldo Lagana
[mailto:ALagana@xxxxxxx] then all you need to do is to either: # modprobe ip_nat_pptp OR include NAT PPTP in your kernel
configuration and recompile the kernel works great for me! Ok here
is the stupid question. I do that and I get the following. What all do I
need to do? Path things? Recompile? [root@Furies root]#
modprobe ip_nat_pptp modprobe: Can't locate
module ip_nat_pptp Thanks for the help Derek |