All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] gre nightmares...
@ 2002-03-15 23:32 Patrick Dench
  2002-03-16 11:31 ` Stef Coene
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick Dench @ 2002-03-15 23:32 UTC (permalink / raw)
  To: lartc

[-- Attachment #1: Type: text/plain, Size: 1177 bytes --]

GRE Tunnels are RUINING MY LIFE!

Ok, maybe it isn't that bad.  
I am a Linux sophmore (for lack of a better term).  I have some experience, I have set up a Masq. Firewall at the company's office as well as one at home.  
Now... The fun part.  LInking the two so I can have access to office network assets from home.

Home:
    External: 65.28.x.y
    Internal: 192.168.55.1
    GRE Tunnel: "ofc"

Office:
    External 216.170.a.b
    Internal 192.168.5.1
    GRE Tunnel: "phome"

I have followed the information given in the GRE section, but to no avail.  I can't ping anything through the tunnel created, though it says the link is up.  The Tunnel runs from the Office External to Home External (and back)... 
I used
#ip route add 192.168.5.0/24 dev ofc
and
#ip route add 192.168.55.0/24 dev phome
on home and office Firewall/Routers.. I am stuck-ed!

On the Home Firewall/Router:
#ping -I ofc 192.168.5.1
or
#ping 192.168.5.1
Result in %100 packet loss...

On the Office Firewall/router:
#ping -I phome 192.168.55.1
or 
#ping 192.168.55.1
Result in %100 loss...

Any thoughts?

Patrick Dench
Application Specialist
www.acdisplays.com

[-- Attachment #2: Type: text/html, Size: 2986 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [LARTC] gre nightmares...
  2002-03-15 23:32 [LARTC] gre nightmares Patrick Dench
@ 2002-03-16 11:31 ` Stef Coene
  0 siblings, 0 replies; 2+ messages in thread
From: Stef Coene @ 2002-03-16 11:31 UTC (permalink / raw)
  To: lartc

On Saturday 16 March 2002 02:26, Patrick Dench wrote:
> GRE Tunnels are RUINING MY LIFE!
>
> Ok, maybe it isn't that bad.
:)

> I am a Linux sophmore (for lack of a better term).  I have some experience,
> I have set up a Masq. Firewall at the company's office as well as one at
> home. Now... The fun part.  LInking the two so I can have access to office
> network assets from home.
Maybe you can post the commands you executed so we can now what you did 
(wrong).

This works for me :

/sbin/insmod ip_gre
/sbin/ip tunnel add alas mode gre remote 213.119.127.168 local 213.119.31.144 
ttl 255
/sbin/ip link set alas up
/sbin/ip addr add 192.168.1.254 dev alas
	192.168.1.254 is also the private ip of my firewall on my LAN
/sbin/ip route add 192.168.10.0/24 dev alas
	This is the remote network

Stef

-- 

stef.coene@docum.org
 "Using Linux as bandwidth manager"
     http://www.docum.org/
     #lartc @ irc.openprojects.net
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-03-16 11:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-15 23:32 [LARTC] gre nightmares Patrick Dench
2002-03-16 11:31 ` Stef Coene

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.