Re: vpn-forwaring

2010-09-27 Thread Sthu Deus
Thank You for Your time and answer, Joe: > You also need the same forwarding for the GRE tunnel (IP protocol 47) > (the conntrack modules just record links between protocols, they > don't add forwarding by themselves): > -A FORWARD -p 47 -s 192.168.0.0/24 -d VPN_SERVER_IP -j ACCEPT Ok, I have lo

Re: vpn-forwaring

2010-09-27 Thread Sthu Deus
Thank You for Your time and answer, Scott: > Output from:- > uname -r > please 2.6.26-2-686 > And, in advance - is the vpn server linux? At the present I do not know, nor I think the ISP would make it known... Though I will ask them for this or their requirements besides the sensitive data they

Re: vpn-forwaring

2010-09-24 Thread Joe
On 24/09/10 12:51, Sthu Deus wrote: Good day. Which modules I should insmod in order to make working a vpn forwarding on a firewall from a local host (a M$ machine) to a outer host (the vpn server)? I have rules in iptables like this: -A FORWARD -p tcp -s 192.168.0.0/24 –dport 1723 -d VPN_SE

Re: vpn-forwaring

2010-09-24 Thread Scott Ferguson
On 24/09/10 21:51, Sthu Deus wrote: > Good day. > > Which modules I should insmod in order to make working a vpn forwarding > on a firewall from a local host (a M$ machine) to a outer host (the vpn > server)? > > I have rules in iptables like this: > > -A FORWARD -p tcp -s 192.168.0.0/24 –dport

vpn-forwaring

2010-09-24 Thread Sthu Deus
Good day. Which modules I should insmod in order to make working a vpn forwarding on a firewall from a local host (a M$ machine) to a outer host (the vpn server)? I have rules in iptables like this: -A FORWARD -p tcp -s 192.168.0.0/24 –dport 1723 -d VPN_SERVER_IP -j ACCEPT Now I need to load so