public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Howto  setup tunnel in gentoo scripts
@ 2006-05-30 20:29 Norbert Kamenicky
  2006-05-30 20:58 ` Neil Bothwick
  0 siblings, 1 reply; 8+ messages in thread
From: Norbert Kamenicky @ 2006-05-30 20:29 UTC (permalink / raw
  To: gentoo-user

Hi everybody,

to establish gre tunnel, these commands have to be run:
(e.g. from local.start)

# ip tunnel add vpn0 mode gre remote 1.1.1.1 local 2.2.2.2 dev eth0
# ip addr add 3.3.3.3 dev vpn0
# ip link set vpn0 mtu 1420 up

Does anybody know, how to put it into /etc/conf.d/net ?
I didn't succeed yet, 'cause I found no clear doc.

Tanks in advance

noro
-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2006-06-01 18:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-30 20:29 [gentoo-user] Howto setup tunnel in gentoo scripts Norbert Kamenicky
2006-05-30 20:58 ` Neil Bothwick
2006-05-30 22:27   ` Norbert Kamenicky
2006-05-30 23:15     ` Neil Bothwick
2006-05-31 22:40       ` [gentoo-user] Re: [OT] " Norbert Kamenicky
2006-05-31 23:00         ` Neil Bothwick
2006-06-01 17:17           ` Norbert Kamenicky
2006-06-01 17:55             ` Neil Bothwick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox