UC-7400-LX Plus User’s Manual
Getting Started
2-7
After module is loaded, use the
lsmod
to check that the module shows up in the module list.
root@Moxa:~# modprobe ipv6
root@Moxa:~#
root@Moxa:~# lsmod
ipv6 223420 6 - Live 0xbf0f7000
pcmcia 12068 4 - Live 0xbf0f3000
yenta_socket 11200 0 - Live 0xbf0ef000
pcmcia_core 31820 2 pcmcia,yenta_socket, Live 0xbf0e6000
sierra 864 0 - Live 0xbf0e4000
usbserial 19240 1 sierra, Live 0xbf0de000
ohci_hcd 14312 0 - Live 0xbf0d9000
noz 14128 0 - Live 0xbf0d4000
8139too 18404 0 - Live 0xbf0ce000
usbcore 76124 4 sierra,usbserial,ohci_hcd, Live 0xbf0ba000
ixp400_eth 18968 2 - Live 0xbf0b4000
ixp400 709672 1 ixp400_eth, Live 0xbf005000
moxa_da66x_misc 14456 0 - Live 0xbf000000
root@Moxa:~#
Setting up an IPv6 address
Use
ifconfig
to configure the network interface. Type
ifconfig –h
to see how to use this command.
root@Moxa:~# ifconfig –h
BusyBox v1.14.1 (2009-10-29 18:42:35 CST) multi-call binary
Usage: ifconfig [-a] interface [address]
Configure a network interface
Options:
[add ADDRESS[/PREFIXLEN]]
[del ADDRESS[/PREFIXLEN]]
[[-]broadcast [ADDRESS]] [[-]pointopoint [ADDRESS]]
[netmask ADDRESS] [dstaddr ADDRESS]
[hw ether|infiniband ADDRESS] [metric NN] [mtu NN]
[[-]trailers] [[-]arp] [[-]allmulti]
[multicast] [[-]promisc] [txqueuelen NN] [[-]dynamic]
[up|down] ...
If would like to configure a link-local address, such as
fe80::217:9aff:febb:48ac
, you can use the
the following syntax to configure:
# ifconfig eth0 add fe80::217:9aff:febb:48ac/64