GRE issues
From: D.D.W. Downey (pgpkeys_at_pgpkeys.net)
Date: 06/04/04
- Previous message: Rob: "Memory used by caching name server?"
- Next in thread: D.D.W. Downey: "Re: GRE issues"
- Maybe reply: D.D.W. Downey: "Re: GRE issues"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: freebsd-questions@freebsd.org Date: Fri, 4 Jun 2004 03:01:57 -0400
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Trying to set up GRE here for routing a /29 to the house. I am using the
following configuration and not sure what the problem is. I get a single
packet through from the DSL box to the remote box then I get total packet
loss. I can ping the 192.168.3.1 from 192.168.2.1 but not vis versa.
If i assign an IP to my rl0 on the DSL box from the AssignedBlock it pings
locally but not from the internet. In fact it bounces back and forth between
the upstream's and my gre tunnel over which that block's assignment is
handed. Totally unsure what I'm doing wrong here.
Here's the setup:
NOTE: AssignedBlock, LocalIP and RemoteIP are internet IP addresses/blocks per
box.
On DSL box:
ifconfig gre1 create
ifconfig gre1 192.168.3.1 192.168.2.1 link1
ifconfig gre1 tunnel <LocalIP> <RemoteIP>
route add -net XXX.XXX.XXX.137/29 192.168.2.1
On remote box:
ifconfig gre1 create
ifconfig gre1 192.168.2.1 192.168.3.1 link1
ifconfig gre1 tunnel <LocalIP> <RemoteIP>
route add -net XXX.XXX.XXX.137/29 192.168.3.1
- --
D.D.W. Downey
CyberSpace Technologies, Inc.
AS64567-OCCAID
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)
iD8DBQFAwB5tDQ32jEgJHCgRAmy6AJ9xBOL66Z91Lc5dp8kIfTZuWAcsiQCfRndA
xDSmFo3BqFxfAIBnxTA8TQ8=
=KzGJ
-----END PGP SIGNATURE-----
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Rob: "Memory used by caching name server?"
- Next in thread: D.D.W. Downey: "Re: GRE issues"
- Maybe reply: D.D.W. Downey: "Re: GRE issues"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|