Hi,
I am trying to test the auto configuration feature by using radvd in Debian. But I have problem to configure it properly.
If you please look at my interfaces config file (in router):
########################################################
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface # automatically added when upgrading auto lo iface lo inet loopback
# The first network card - this entry was created during the Debian installation # (network, broadcast and gateway are optional) # automatically added when upgrading auto eth0 iface eth0 inet static address 212.68.2.5 netmask 255.255.255.240 network 212.68.2.0 broadcast 212.68.2.15 gateway 212.68.2.1
auto eth1 iface eth1 inet static address 192.168.1.1 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255
iface eth1 inet6 static address 3ffe:2620:3:1:1:02:b34c:129f netmask 80
auto eth2 iface eth2 inet6 static address 3ffe:2620:3:1:2:02:b34c:15f8 netmask 80
auto eth3 iface eth3 inet6 static address 3ffe:2620:3:1:3:02:b34c:108d netmask 80
auto eth4 iface eth4 inet6 static address 3ffe:2620:3:1:4:05:044f:3278 netmask 80
auto 6bone-tunl iface 6bone-tunl inet6 v4tunnel address 3ffe:2620:1:ff81::2 netmask 126 endpoint 193.166.5.196 up /sbin/ip route add 3ffe::0/16 dev 6bone-tunl
########################################################
And the eth0 (in router) was configured as below:
eth0 Link encap:Ethernet HWaddr 00:02:B3:4C:15:85
inet addr:212.68.2.5 Bcast:212.68.2.15 Mask:255.255.255.240
inet6 addr: fe80::202:b3ff:fe4c:1585/10 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:411507 errors:0 dropped:0 overruns:0 frame:0
TX packets:161409 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:194810114 (185.7 MiB) TX bytes:15992273 (15.2 MiB)
Interrupt:16 Base address:0xd000########################################################
According to above information, could you please tell me, what should be
the prefix I should put in /etc/radvd.conf? What modification I should
make in the client side to get everything autoconfigured? What should be the pattern of the /etc/network/interfaces file for the host. i.e. one client has one interface and the below configuration:
########################################################
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # auto lo iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1iface eth0 inet6 static
address 3ffe:2620:3:1:1:20:afb5:3345
netmask 80
gateway 3ffe:2620:3:1:1:02:b34c:129f########################################################
The required value for the sysctrl parameters in router/client are done.
I will be grateful to you if you please help me in any manner.Thank you.
- Afpe
_________________________________________________________________
Join the world�s largest e-mail service with MSN Hotmail. http://www.hotmail.com
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

