From: Steve Comfort <steve@4dllc.com>
To: lartc@vger.kernel.org
Subject: [LARTC] VPN through PPP
Date: Tue, 11 Oct 2005 12:40:10 +0000 [thread overview]
Message-ID: <434BB2AA.1040206@4dllc.com> (raw)
Hi all,
This is probably not the right place for this question, but maybe
someone can help me out. I am trying to setup a VPN between two private
addresses, using iproute2 (which is my only excuse for mailing this list).
The setup is as below :
eth0 ppp0
Wireless ppp0 eth0
192.168.200.202 192.168.94.134 <----->
192.168.94.132 192.168.2.200
Both eth0 (strictly ixp1) and ppp0's are on wireless boards that we make.
I have basically followed the VPN Howto and done the following :
ip tunnel add net0 mode gre remote 192.168.2.200 local 192.168.200.202
ttl 255 dev ppp0
ip link set net0 up
ip addr add 192.168.200.202 dev net0
ip route add 192.168.2.0/24 dev net0
I have tried various combinations of the above, using the ppp IP address
for remote and the eth0 for local, etc, etc. (4 possible combinations).
I do the reverse on the other end of the tunnel, but do not see any
traffic over this lot. I am able to ping and ssh between the two
wireless boxes.
I do have a firewall, configured to do NAT on the PPP interface. I have
also tried excluding the destination addresses from being NAt'd but this
didn't make any difference.
Any suggestions would be greatly appreciated.
Best regards
Steve Comfort
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
next reply other threads:[~2005-10-11 12:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-11 12:40 Steve Comfort [this message]
2005-10-11 19:36 ` [LARTC] VPN through PPP /dev/rob0
2005-10-11 22:39 ` Dariusz Dwornikowski
2005-10-13 18:28 ` BUCHMULLER Norbert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=434BB2AA.1040206@4dllc.com \
--to=steve@4dllc.com \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.