Gentoo Archives: gentoo-user

From: Norbert Kamenicky <noro@××××××.sk>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Howto setup tunnel in gentoo scripts
Date: Tue, 30 May 2006 20:40:36
Message-Id: 447CAB0E.9030405@xmedia.sk
1 Hi everybody,
2
3 to establish gre tunnel, these commands have to be run:
4 (e.g. from local.start)
5
6 # ip tunnel add vpn0 mode gre remote 1.1.1.1 local 2.2.2.2 dev eth0
7 # ip addr add 3.3.3.3 dev vpn0
8 # ip link set vpn0 mtu 1420 up
9
10 Does anybody know, how to put it into /etc/conf.d/net ?
11 I didn't succeed yet, 'cause I found no clear doc.
12
13 Tanks in advance
14
15 noro
16 --
17 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Howto setup tunnel in gentoo scripts Neil Bothwick <neil@××××××××××.uk>