[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
linux configuration question
- Subject: linux configuration question
- From: [email protected] (Pim van Pelt)
- Date: Mon, 11 Dec 2000 20:15:27 +0100 (CET)
- In-reply-to: <[email protected]> from baixauli at "Dec 11, 2000 03:30:04 pm"
Julio,
>
> Hello.
>
> Anybody knows if an ethernet interface can be configured with an IPv6
> address without be configured with IPv4 configuration?
sure.
ifconfig eth0 0.0.0.0 up
ifconfig add eth0 3ffe:.../64 (remember to use EUI-64)
Or, using the fine 'ip' utility, type something like:
ip -6 addr add eth0 3ffe:.../64
If you have an advertising router on your wire, you can also just type
'ifconfig eth0 up' and it will use DAD (dynamic auto discovery) to configure
the interface and bring it up.
groet,
Pim
N.B. ip(8) can be fetched from ftp.inr.ac.ru, and needs Netlink in the kernel.
--
---------- - - - - -+- - - - - ----------
Pim van Pelt Email: [email protected]
http://www.wise-guys.nl/ GSM: +31629064049
-----------------------------------------------