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