Hi, I'm not sure if this is the right place to ask the question, but here it
goes...
I've got an lvs working with 2.4.9 kernel and did it by following the kernel
compile instruction from the lvs how-to. My setup is a lvs-nat.
I'm now trying to get a vpn connection to a windows 2000 server that sits
behind the director. I can get only get one connection through the director
via vpn. Has anyone worked with this issue before? Do I need a extra kernel
patch in order to forward packets back and forth between vpn client and
server? or I'm configuring my iptables incorrectly? Here are some lines i
added specifically for vpn from my iptable config file...
--------------------------------------------------------------
IPTABLES -t nat -A PREROUTING -p TCP -i eth0 -d
200.200.200.108 --destination-port 800 -j DNAT --to-destination 10.0.0.108
IPTABLES -t nat -A PREROUTING -i eth0 -p 47 -j DNAT --to 10.0.0.108
IPTABLES -A tcp_packets -p tcp -d 200.200.200.108 --destination-port 1723 -j
ACCEPT
--------------------------------------------------------------
TIA for any input.
lco
|