View previous topic :: View next topic |
Author |
Message |
dev-null-devil Tux's lil' helper
Joined: 12 May 2003 Posts: 93
|
Posted: Fri Jun 27, 2003 4:18 pm Post subject: Ip-program |
|
|
In what package is the ip-program? You know, so you can add a tunnel for ipv6 etc..? _________________ All change, motion, and time is an illusion.
-- Plato, year 310 |
|
Back to top |
|
|
puggy Bodhisattva
Joined: 28 Feb 2003 Posts: 1992 Location: Oxford, UK
|
Posted: Fri Jun 27, 2003 5:23 pm Post subject: |
|
|
if you do or then it might be something there. Sorry for the less than great answer, but at least I'm bumping your post if nothing else.
Puggy _________________ Where there's open source , there's a way. |
|
Back to top |
|
|
dev-null-devil Tux's lil' helper
Joined: 12 May 2003 Posts: 93
|
Posted: Fri Jun 27, 2003 6:09 pm Post subject: |
|
|
Didn't help.. but thanks anyway _________________ All change, motion, and time is an illusion.
-- Plato, year 310 |
|
Back to top |
|
|
devon l33t
Joined: 23 Jun 2003 Posts: 943
|
Posted: Fri Jun 27, 2003 6:19 pm Post subject: |
|
|
Is this it?
sys-apps/iproute
Code: | # ip --help
Usage: ip [ OPTIONS ] OBJECT { COMMAND | help }
where OBJECT := { link | addr | route | rule | neigh | tunnel |
maddr | mroute | monitor }
OPTIONS := { -V[ersion] | -s[tatistics] | -r[esolve] |
-f[amily] { inet | inet6 | ipx | dnet | link } | -o[neline] }
# iptunnel --help
Usage: iptunnel { add | change | del | show } [ NAME ]
[ mode { ipip | gre | sit } ] [ remote ADDR ] [ local ADDR ]
[ [i|o]seq ] [ [i|o]key KEY ] [ [i|o]csum ]
[ ttl TTL ] [ tos TOS ] [ nopmtudisc ] [ dev PHYS_DEV ]
iptunnel -V | --version
Where: NAME := STRING
ADDR := { IP_ADDRESS | any }
TOS := { NUMBER | inherit }
TTL := { 1..255 | inherit }
KEY := { DOTTED_QUAD | NUMBER }
|
|
|
Back to top |
|
|
dev-null-devil Tux's lil' helper
Joined: 12 May 2003 Posts: 93
|
Posted: Fri Jun 27, 2003 7:34 pm Post subject: |
|
|
Nope, because i need to use the "ip link" function.. and there is no iplink program, just iptunnel etc. _________________ All change, motion, and time is an illusion.
-- Plato, year 310 |
|
Back to top |
|
|
|