16 Feb
2004
16 Feb
'04
12:03 p.m.
On Sun, Feb 15, 2004 at 09:27:42PM -0300, Andre Ribeiro wrote:
Can i made more than 1 tunnel ? I saw a interface gre0 exists but i can't see the gre1.
Yes, use "ip tunnel add". e.g. ip tunnel add gre1 mode gre local any remote 192.168.1.2 ttl inherit pmtudisc See http://the.earth.li/~martin/temp/ip.html for the manual page to the ip command, which gives full options. Martin -- http://the.earth.li/~martin/