[ale] IPSec VPN?
Robert L. Harris
Robert.L.Harris at rdlg.net
Wed May 30 13:52:10 EDT 2001
What software do you use to connect to the VPN? is it just online, i.e. ssh
to my server now?
Robert
Thus spake Wandered Inn (esoteric at denali.atlnet.com):
> 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
:wq!
---------------------------------------------------------------------------
Robert L. Harris | Micros~1 :
Senior System Engineer | For when quality, reliability
at RnD Consulting | and security just aren't
\_ that important!
DISCLAIMER:
These are MY OPINIONS ALONE. I speak for no-one else.
FYI:
perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.
More information about the Ale
mailing list