[ale] IPSec VPN?

Wandered Inn esoteric at denali.atlnet.com
Tue May 29 21:25:16 EDT 2001


Sorry, more explanation required.  IPADDR below is my firewall public
ip.  172.16.10.201 is the ip to the masq vpn client.

Wandered Inn wrote:
> 
> VPN_SVR=IP_ADDR_OF_VPN_SRV
> 
> $IPCHAINS -A forward -j MASQ   -p udp -s 172.16.10.201/32 500 \
>     -d $VPN_SVR/32 500 -i ppp0
> $IPCHAINS -A output  -j ACCEPT -p udp -s $IPADDR/24 500 \
>     -d $VPN_SVR/32 500 -i ppp0
> $IPCHAINS -A input   -j ACCEPT -p udp -s $VPN_SVR/32 500 \
>     -d $IPADDR/24 500  -i ppp0
> $IPCHAINS -A forward -j MASQ   -p 50  -s 172.16.10.201/32  \
>     -d $VPN_SVR/32      -i ppp0
> $IPCHAINS -A output  -j ACCEPT -p 50  -s $IPADDR/24 \
>     -d $VPN_SVR/32      -i ppp0
> $IPCHAINS -A input   -j ACCEPT -p 50  -s $VPN_SVR/32     \
>     -d $IPADDR/24  -i ppp0

--
Until later: Geoffrey		esoteric at denali.atlnet.com

"Great spirits have always found violent opposition from mediocre minds.
The
latter cannot understand it when a man does not thoughtlessly submit to
hereditary prejudices but honestly and courageously uses his
intelligence."
- Albert Einstein
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.





More information about the Ale mailing list