linux configuration question

Pim van Pelt pim@wise-guys.nl
Mon, 11 Dec 2000 20:15:27 +0100 (CET)


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: pvanpelt@wise-guys.nl
http://www.wise-guys.nl/      GSM: +31629064049
-----------------------------------------------