[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: IPv6 configuration problem



Miguel Maldonado said:
> ################# Interface section 
> 
> #Device Key     prefix  
> eth1    iface   3ffe:0400:0100:0                0:0:0:20        64
> 
> ################# Gateway section
> eth1    route   3ffe:0400:0100:0:0:0:0:1                3ffe::/16

I wouldn't go into all that crud but do something like this

ifconfig eth1 add 3ffe:0400:0100::20/64
route -A inet6 add 3ffe::/16 gw 3ffe:0400:0100::1

Or if you like the ip command:

ip addr add 3ffe:0400:0100::20/64 dev eth1
ip route add 3ffe::/16 via 3ffe:0400:0100::1

> PS Also when i run tcpdump it responds that eth0 is running in promiscuous
> mode any idead how to change this?
tcpdump -i eth1

  - Craig

-- 
Craig Small VK2XLZ, PGP: AD 8D D8 63 6E BF C3 C7  47 41 B1 A2 1F 46 EC 90
Eye-Net Consulting http://www.eye-net.com.au/     <csmall@eye-net.com.au>
MIEEE <csmall@ieee.org>              Debian developer <csmall@debian.org>


Reply to: