All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stef Coene <stef.coene@docum.org>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] gre nightmares...
Date: Sat, 16 Mar 2002 11:31:38 +0000	[thread overview]
Message-ID: <marc-lartc-101627837112455@msgid-missing> (raw)
In-Reply-To: <marc-lartc-101623517418593@msgid-missing>

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/

      reply	other threads:[~2002-03-16 11:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-15 23:32 [LARTC] gre nightmares Patrick Dench
2002-03-16 11:31 ` Stef Coene [this message]

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=marc-lartc-101627837112455@msgid-missing \
    --to=stef.coene@docum.org \
    --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.