Hurricane Electric's IPv6 Tunnel Broker Forums
June 18, 2013, 08:35:55 pm *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to Hurricane Electric's Tunnelbroker.net forums!
 
  Home Help Search Login Register  
  Show Posts
Pages: [1] 2
1  General IPv6 Topics / IPv6 on Linux & BSD & Mac / Re: IPv6 stateless autoconfiguration on: October 24, 2011, 07:15:18 am
can u show how to do it?
2  General IPv6 Topics / IPv6 on Linux & BSD & Mac / Re: IPv6 stateless autoconfiguration on: October 23, 2011, 07:17:40 pm
this is my routing table:

Code:
[root@ip6 ~]# netstat -nr
Kernel IP routing table
Destination      Gateway                Genmask                Flags    MSS Window  irtt Iface
202.47.88.64    0.0.0.0                   255.255.255.240        U           0 0              0 eth0
172.27.11.0      0.0.0.0                   255.255.255.0            U           0 0              0 eth2
0.0.0.0              202.47.88.65         0.0.0.0                        UG         0 0              0 eth0

so, how i do create a route for that /48 on my routing table?

3  General IPv6 Topics / IPv6 on Linux & BSD & Mac / Re: IPv6 stateless autoconfiguration on: October 21, 2011, 04:12:47 am
so i also need to assign /48 besides /64 in the router? is it something look like this code?

Code:
auto eth0
iface eth0 inet6 static
        address 2001:470:36:270::1
        netmask 64
        address 2001:470:ec64::1
        netmask 48
4  General IPv6 Topics / IPv6 on Linux & BSD & Mac / Re: IPv6 stateless autoconfiguration on: October 21, 2011, 02:52:02 am
this is my tunnel details:

Code:
Server IPv4 Address:216.218.221.42
Server IPv6 Address:2001:470:35:270::1/64
Client IPv4 Address:202.47.88.67
Client IPv6 Address:2001:470:35:270::2/6

Routed IPv6 Prefixes
Routed /64:2001:470:36:270::/64
Routed /48:2001:470:ec64::/48

The network which is only used with the connection between your endpoint and the servers at HE.
The conf are:
Code:
modprobe ipv6
ip tunnel add he-ipv6 mode sit remote 216.218.221.42 local 202.47.88.67 ttl 255
ip link set he-ipv6 up
ip addr add 2001:470:35:270::2/64 dev he-ipv6
ip route add ::/0 dev he-ipv6
ip -f inet6 addr

so,now i wanna make it as router that can connect multiple clients through wireless because as discussed here before that is also able to connect thru wireless (not only LAN) by using radvd.conf
radvd.conf:
Code:

interface eth0 {
        AdvSendAdvert on;
        MinRtrAdvInterval 3;
        prefix 2001:470:36:270::/64 {
                AdvOnLink on;
                AdvAutonomous on;
                AdvRouterAddr on;
        };
};


and the router and client are in different network, so as suggested by mr.cholzhauer i shud use prefix /48 for client interface:
Code:
auto wlan0
iface wlan0 inet6 static
        address 2001:470:ec64::2
        netmask 4

for the router:
Code:
auto eth0
iface eth0 inet6 static
        address 2001:470:36:270::1
        netmask 64

#radvdump

^C
*error

and the client still cant connect to ipv6 site
client ifconfig:
Code:
ipv6@ipv6-laptop:~$ ifconfig
eth0      Link encap:Ethernet  HWaddr 00:e0:4c:87:0f:8e
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:29

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:319 errors:0 dropped:0 overruns:0 frame:0
          TX packets:319 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:36224 (36.2 KB)  TX bytes:36224 (36.2 KB)

wlan0     Link encap:Ethernet  HWaddr 48:5d:60:53:2f:6b
          inet addr:172.27.11.238  Bcast:172.27.11.255  Mask:255.255.255.0
          inet6 addr: [b]2001:470:36:270[/b]:4a5d:60ff:fe53:2f6b/64 Scope:Global
          inet6 addr: fe80::4a5d:60ff:fe53:2f6b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:734174 errors:0 dropped:0 overruns:0 frame:0
          TX packets:264811 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:688070763 (688.0 MB)  TX bytes:24831803 (24.8 MB)
router ifconfig:
Code:
eth0      Link encap:Ethernet  HWaddr 00:26:18:EE:C6:4F
          inet addr:202.47.88.67  Bcast:202.47.88.79  Mask:255.255.255.240
          inet6 addr: fe80::226:18ff:feee:c64f/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2638691 errors:0 dropped:0 overruns:0 frame:0
          TX packets:26406 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:247245133 (235.7 MiB)  TX bytes:3949177 (3.7 MiB)
          Interrupt:28 Base address:0xa000

eth2      Link encap:Ethernet  HWaddr 00:40:F4:EA:7D:DD
          inet addr:172.27.11.66  Bcast:172.27.11.255  Mask:255.255.255.0
          inet6 addr: fe80::240:f4ff:feea:7ddd/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1954651 errors:568303 dropped:661603 overruns:568303 frame:0
          TX packets:2735 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:177805561 (169.5 MiB)  TX bytes:245523 (239.7 KiB)
          Interrupt:20 Base address:0x4c00

he-ipv6   Link encap:IPv6-in-IPv4
          inet6 addr: fe80::ca2f:5843/128 Scope:Link
          inet6 addr: [b]2001:470:35:270::2/64 [/b]Scope:Global
          UP POINTOPOINT RUNNING NOARP  MTU:1480  Metric:1
          RX packets:774 errors:0 dropped:0 overruns:0 frame:0
          TX packets:904 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:426982 (416.9 KiB)  TX bytes:123000 (120.1 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:413 errors:0 dropped:0 overruns:0 frame:0
          TX packets:413 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:47135 (46.0 KiB)  TX bytes:47135 (46.0 KiB)
i applied all ways those are discussed on this topic, shud revies from the prev discussion

regards
 Smiley
5  General IPv6 Topics / IPv6 on Linux & BSD & Mac / Re: IPv6 stateless autoconfiguration on: October 18, 2011, 05:35:07 am
Quote
If your routable /64 isn't 2001:470:36:270, then you'll need to fix your radvd.conf and restart radvd.

what did u mean, doesn't it need to put the prefix that i got from HE 2001:470:36:270/64??
6  General IPv6 Topics / IPv6 on Linux & BSD & Mac / Re: IPv6 stateless autoconfiguration on: October 17, 2011, 10:16:43 pm
now, the client get ip add from server, but i dont what exactly it is

ipv6@ipv6-laptop:~$ ifconfig
eth0      Link encap:Ethernet  HWaddr 00:e0:4c:87:0f:8e 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:29

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:319 errors:0 dropped:0 overruns:0 frame:0
          TX packets:319 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:36224 (36.2 KB)  TX bytes:36224 (36.2 KB)

wlan0     Link encap:Ethernet  HWaddr 48:5d:60:53:2f:6b 
          inet addr:172.27.11.238  Bcast:172.27.11.255  Mask:255.255.255.0
          inet6 addr: 2001:470:36:270:4a5d:60ff:fe53:2f6b/64 Scope:Global
          inet6 addr: fe80::4a5d:60ff:fe53:2f6b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:734174 errors:0 dropped:0 overruns:0 frame:0
          TX packets:264811 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:688070763 (688.0 MB)  TX bytes:24831803 (24.8 MB)
7  General IPv6 Topics / IPv6 on Linux & BSD & Mac / Re: IPv6 stateless autoconfiguration on: October 17, 2011, 08:47:32 pm
hi, i conf the server eth0 (as i showed u my ifconfig, eth0 is the out interface)

eth0      Link encap:Ethernet  HWaddr 00:26:18:EE:C6:4F 
          inet addr:202.47.88.67  Bcast:202.47.88.79  Mask:255.255.255.240
          inet6 addr: fe80::226:18ff:feee:c64f/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2638691 errors:0 dropped:0 overruns:0 frame:0
          TX packets:26406 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:247245133 (235.7 MiB)  TX bytes:3949177 (3.7 MiB)
          Interrupt:28 Base address:0xa000

eth2      Link encap:Ethernet  HWaddr 00:40:F4:EA:7D:DD 
          inet addr:172.27.11.66  Bcast:172.27.11.255  Mask:255.255.255.0
          inet6 addr: fe80::240:f4ff:feea:7ddd/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1954651 errors:568303 dropped:661603 overruns:568303 frame:0
          TX packets:2735 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:177805561 (169.5 MiB)  TX bytes:245523 (239.7 KiB)
          Interrupt:20 Base address:0x4c00

he-ipv6   Link encap:IPv6-in-IPv4 
          inet6 addr: fe80::ca2f:5843/128 Scope:Link
          inet6 addr: 2001:470:35:270::2/64 Scope:Global
          UP POINTOPOINT RUNNING NOARP  MTU:1480  Metric:1
          RX packets:774 errors:0 dropped:0 overruns:0 frame:0
          TX packets:904 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:426982 (416.9 KiB)  TX bytes:123000 (120.1 KiB)

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:413 errors:0 dropped:0 overruns:0 frame:0
          TX packets:413 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:47135 (46.0 KiB)  TX bytes:47135 (46.0 KiB)

[root@ip6 etc]# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:26:18:EE:C6:4F 
          inet addr:202.47.88.67  Bcast:202.47.88.79  Mask:255.255.255.240
          inet6 addr: fe80::226:18ff:feee:c64f/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2641751 errors:0 dropped:0 overruns:0 frame:0
          TX packets:26430 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:247514388 (236.0 MiB)  TX bytes:3953637 (3.7 MiB)
          Interrupt:28 Base address:0xa000

eth2      Link encap:Ethernet  HWaddr 00:40:F4:EA:7D:DD 
          inet addr:172.27.11.66  Bcast:172.27.11.255  Mask:255.255.255.0
          inet6 addr: fe80::240:f4ff:feea:7ddd/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1957685 errors:568303 dropped:661603 overruns:568303 frame:0
          TX packets:2749 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:178072540 (169.8 MiB)  TX bytes:246697 (240.9 KiB)
          Interrupt:20 Base address:0x4c00

he-ipv6   Link encap:IPv6-in-IPv4 
          inet6 addr: fe80::ca2f:5843/128 Scope:Link
          inet6 addr: 2001:470:35:270::2/64 Scope:Global
          UP POINTOPOINT RUNNING NOARP  MTU:1480  Metric:1
          RX packets:774 errors:0 dropped:0 overruns:0 frame:0
          TX packets:904 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:426982 (416.9 KiB)  TX bytes:123000 (120.1 KiB)

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:413 errors:0 dropped:0 overruns:0 frame:0
          TX packets:413 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:47135 (46.0 KiB)  TX bytes:47135 (46.0 KiB)

eth0 conf:
auto eth0
iface eth0 inet6 static
        address 2001:470:36:270::1
        netmask 64

and in the client ifconfig
eth0      Link encap:Ethernet  HWaddr 00:e0:4c:87:0f:8e 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:29

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:286 errors:0 dropped:0 overruns:0 frame:0
          TX packets:286 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:33648 (33.6 KB)  TX bytes:33648 (33.6 KB)

wlan0     Link encap:Ethernet  HWaddr 48:5d:60:53:2f:6b 
          inet addr:172.27.11.238  Bcast:172.27.11.255  Mask:255.255.255.0
          inet6 addr: fe80::4a5d:60ff:fe53:2f6b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:297578 errors:0 dropped:0 overruns:0 frame:0
          TX packets:135554 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:356938043 (356.9 MB)  TX bytes:12017672 (12.0 MB)

so i conf wlan0:
auto wlan0
iface wlan0 inet6 static
        address 2001:470:ec64::2
        netmask 48

and conf radvdump for the server:
interface eth0 {
        AdvSendAdvert on;
        MinRtrAdvInterval 3;
        prefix 2001:470:36:270::/64 {
                AdvOnLink on;
                AdvAutonomous on;
                AdvRouterAddr on;
        };
};

and try a program to call radvdump

[root@ip6 ~]# radvdump

^C

still give the same error... :-(
8  General IPv6 Topics / IPv6 on Linux & BSD & Mac / Re: IPv6 stateless autoconfiguration on: October 14, 2011, 06:05:30 am
in this case eth0 is the outside interface and eth2 is the inside interface?

so let say i've to conf eth0:
etc/sysconfig/network-scripts/init.ipv6-global
#server interface configuration
auto eth0
iface eth0 inet6 static
        address 2001:470:36:270::1
        netmask 64

*is it how to conf server?
and for client is wlan0 or what and how to conf it?
9  General IPv6 Topics / IPv6 on Linux & BSD & Mac / Re: IPv6 stateless autoconfiguration on: October 13, 2011, 07:09:52 am
yes, that my topology is.

Quote
you need to put the tunnel ::2 address on the outside interface of the router (and I think you already have)

is this what u mean?

modprobe ipv6
ip tunnel add he-ipv6 mode sit remote 216.218.221.42 local 202.47.88.67 ttl 255
ip link set he-ipv6 up
ip addr add 2001:470:35:270::2/64 dev he-ipv6
ip route add ::/0 dev he-ipv6
ip -f inet6 addr

what do u mean by inside and outside interface?
10  General IPv6 Topics / IPv6 on Linux & BSD & Mac / Re: IPv6 stateless autoconfiguration on: October 13, 2011, 05:20:33 am
so u mean to conf each computer one by one without making one computer as a router for each clients through stateless conf?
11  General IPv6 Topics / IPv6 on Linux & BSD & Mac / Re: IPv6 stateless autoconfiguration on: October 13, 2011, 04:51:01 am
how to assign it?can u show me the way? i dont really know how to do that?
12  General IPv6 Topics / IPv6 on Linux & BSD & Mac / Re: IPv6 stateless autoconfiguration on: October 12, 2011, 11:05:41 pm
hi guys, i need ur help

i got prefix /64 and /48 from HE, but i used /64:
2001:470:xx:xxx::/64

radvd conf:
interface eth2 {
        AdvSendAdvert on;
        MinRtrAdvInterval 3;
        prefix 2001:470:xx:xxx::/64 {
                AdvOnLink on;
                AdvAutonomous on;
                AdvRouterAddr on;
        };
};


now i've different ifonfig because i changed my NIC:
eth0      Link encap:Ethernet  HWaddr 00:26:18:EE:C6:4F 
          inet addr:202.47.88.67  Bcast:202.47.88.79  Mask:255.255.255.240
          inet6 addr: fe80::226:18ff:feee:c64f/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:628364 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10502 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:67415880 (64.2 MiB)  TX bytes:2127919 (2.0 MiB)
          Interrupt:28 Base address:0xa000

eth2      Link encap:Ethernet  HWaddr 00:40:F4:EA:7D:DD 
          inet addr:172.27.11.66  Bcast:172.27.11.255  Mask:255.255.255.0
          inet6 addr: fe80::240:f4ff:feea:7ddd/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:327438 errors:336305 dropped:292246 overruns:336305 frame:0
          TX packets:838 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:31261577 (29.8 MiB)  TX bytes:86715 (84.6 KiB)
          Interrupt:20 Base address:0x4c00

he-ipv6   Link encap:IPv6-in-IPv4 
          inet6 addr: fe80::ca2f:5843/128 Scope:Link
          inet6 addr: 2001:470:35:270::2/64 Scope:Global
          UP POINTOPOINT RUNNING NOARP  MTU:1480  Metric:1
          RX packets:459 errors:0 dropped:0 overruns:0 frame:0
          TX packets:589 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:394222 (384.9 KiB)  TX bytes:90240 (88.1 KiB)

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:145 errors:0 dropped:0 overruns:0 frame:0
          TX packets:145 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:14879 (14.5 KiB)  TX bytes:14879 (14.5 KiB)



my client ifconfig:
eth0      Link encap:Ethernet  HWaddr 00:e0:4c:87:0f:8e 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:29 address 0x2000

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:1568 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1568 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:720 (720.0 B)  TX bytes:720 (720.0 B)

wlan0     Link encap:Ethernet  HWaddr 48:5d:60:53:2f:6b 
          inet addr:172.27.11.111  Bcast:172.27.11.255  Mask:255.255.255.0
          inet6 addr: fe80::4a5d:60ff:fe53:2f6b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:268742 errors:0 dropped:0 overruns:0 frame:0
          TX packets:170810 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:345570258 (345.5 MB)  TX bytes:19965989 (19.9 MB


and i try to connect them manually through eth2 setting.

successfully connect to client:
ping 172.27.11.111
PING 172.27.11.111 (172.27.11.111) 56(84) bytes of data.
64 bytes from 172.27.11.111: icmp_seq=1 ttl=64 time=13.9 ms
64 bytes from172.27.11.111: icmp_seq=2 ttl=64 time=1.93 ms
64 bytes from 172.27.11.111: icmp_seq=3 ttl=64 time=2.55 ms
^C
--- 172.27.11.111 ping statistics ---


radvdump:
[root@ip6 ~]# radvdump


^C

*doent give any response

and the client cant connect to the ipv6 yet? what shud i do?
is the connection between server and client false? thank u
13  General IPv6 Topics / IPv6 on Linux & BSD & Mac / Re: IPv6 stateless autoconfiguration on: October 11, 2011, 10:03:25 am
so u mean i shud use eth1?
14  General IPv6 Topics / IPv6 on Linux & BSD & Mac / Re: IPv6 stateless autoconfiguration on: October 11, 2011, 07:30:28 am
suppose my net shud be this way:

#ifconfig
eth0   Link encap:Ethernet  HWaddr 00:26:18:EE:C6:4F
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:28 Base address:0xe000

eth1   Link encap:Ethernet  HWaddr 00:24:01:D2:2B:D1
          inet addr:202.47.88.XX  Bcast:202.47.88.79  Mask:255.255.255.240
          inet6 addr: fe80::224:1ff:fed2:2bd1/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:311913 errors:0 dropped:0 overruns:0 frame:0
          TX packets:105610 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:102114023 (97.3 MiB)  TX bytes:13764699 (13.1 MiB)
          Interrupt:20 Base address:0x8c00

he-ipv6   Link encap:IPv6-in-IPv4
          inet6 addr: 2001:470:35:XXX::2/64 Scope:Global
          inet6 addr: fe80::ca2f:584c/128 Scope:Link
          UP POINTOPOINT RUNNING NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:1410 dropped:0 overruns:0 carrier:1410
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

lo       Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:1593 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1593 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:224484 (219.2 KiB)  TX bytes:224484 (219.2 KiB)

sit0    Link encap:IPv6-in-IPv4
          inet6 addr: ::202.47.88.XX/96 Scope:Compat
          inet6 addr: ::127.0.0.1/96 Scope:Unknown
          UP RUNNING NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

sit1    Link encap:IPv6-in-IPv4
          inet6 addr: fe80::ca2f:5843/64 Scope:Link
          inet6 addr: 2001:470:35:XXX::2/64 Scope:Global
          UP POINTOPOINT RUNNING NOARP  MTU:1480  Metric:1
          RX packets:92 errors:0 dropped:0 overruns:0 frame:0
          TX packets:172 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:17746 (17.3 KiB)  TX bytes:125612 (122.6 KiB)

which interface that's advertising in the net? i still confused about eth0  and eth1
15  General IPv6 Topics / IPv6 on Linux & BSD & Mac / Re: IPv6 stateless autoconfiguration on: October 10, 2011, 10:25:42 pm
i got one nice tutorial
http://mirrors.bieringer.de/Linux+IPv6-HOWTO/hints-daemons-radvd.html

is it possible to implement through wirelss? because it is written there that it is useful for LAN network? why? what are different between simple conf, special 6to4 conf and debugging? do i need to do some ip calculation for each client?

why it always used prefix /64 while i have two /48 and /64?



Pages: [1] 2
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!