b710pbt:~# ip link show 1: lo: mtu 3924 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: eth0: mtu 1500 qdisc pfifo_fast qlen 100 link/ether 00:c0:fd:02:06:8b brd ff:ff:ff:ff:ff:ff b710pbt:~# ip link set dev eth1 up b710pbt:~# ip link show 1: lo: mtu 3924 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: eth0: mtu 1500 qdisc pfifo_fast qlen 100 link/ether 00:c0:fd:02:06:8b brd ff:ff:ff:ff:ff:ff 3: eth1: mtu 1500 qdisc pfifo_fast qlen 100 link/ether 00:00:b4:82:b7:d2 brd ff:ff:ff:ff:ff:ff b710pbt:~# ip addr show 1: lo: mtu 3924 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo 2: eth0: mtu 1500 qdisc pfifo_fast qlen 100 link/ether 00:c0:fd:02:06:8b brd ff:ff:ff:ff:ff:ff inet 134.214.90.18/22 brd 134.214.91.255 scope global eth0 3: eth1: mtu 1500 qdisc pfifo_fast qlen 100 link/ether 00:00:b4:82:b7:d2 brd ff:ff:ff:ff:ff:ff b710pbt:~# ip addr del dev eth0 134.214.90.18/24 b710pbt:~# ip addr show 1: lo: mtu 3924 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo 2: eth0: mtu 1500 qdisc pfifo_fast qlen 100 link/ether 00:c0:fd:02:06:8b brd ff:ff:ff:ff:ff:ff 3: eth1: mtu 1500 qdisc pfifo_fast qlen 100 link/ether 00:00:b4:82:b7:d2 brd ff:ff:ff:ff:ff:ff b710pbt:~# ip addr add dev eth0 192.168.1.1/24 b710pbt:~# ip addr show 1: lo: mtu 3924 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo 2: eth0: mtu 1500 qdisc pfifo_fast qlen 100 link/ether 00:c0:fd:02:06:8b brd ff:ff:ff:ff:ff:ff inet 192.168.1.1/24 scope global eth0 3: eth1: mtu 1500 qdisc pfifo_fast qlen 100 link/ether 00:00:b4:82:b7:d2 brd ff:ff:ff:ff:ff:ff b710pbt:~# ip addr add dev eth1 192.168.2.1/24 b710pbt:~# ip addr show 1: lo: mtu 3924 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo 2: eth0: mtu 1500 qdisc pfifo_fast qlen 100 link/ether 00:c0:fd:02:06:8b brd ff:ff:ff:ff:ff:ff inet 192.168.1.1/24 scope global eth0 3: eth1: mtu 1500 qdisc pfifo_fast qlen 100 link/ether 00:00:b4:82:b7:d2 brd ff:ff:ff:ff:ff:ff inet 192.168.2.1/24 scope global eth1 b710pbt:~# cat /proc/sys/net/ipv4/ip_forward 0 b710pbt:~# echo "1" > /proc/sys/net/ipv4/ip_forward b710pbt:~# cat /proc/sys/net/ipv4/ip_forward 1 b710pbt:~#mmount Usage: mmount -V drive: b710pbt:~# mmount -V a: Mmount version 3.9.6, dated 28 June 1999 configured with the following options: enable-xdf disable-vold disable-new-vold disable-debug enable-raw-term b710pbt:~# mdir Volume in drive A has no label Volume Serial Number is 8CDC-DB9B Directory for A:/ toto 215 02-03-2003 15:35 toto TC_QDI~1 215 02-03-2003 15:35 tc_qdisc2 TC_CON~1 TXT 1992 02-03-2003 15:36 tc_config.txt 3 files 2 422 bytes 1 450 496 bytes free b710pbt:~# ls A etc_init.d_apache eth_config.txt rootpartition GNUstep etc_init.d_apcupsd gnome.install rtl.sh bat710.gif etc_init.d_apmd install.laptop tc_config1.txt dp.sh etc_init.d_cucipop irda tc_qdisc2 dpkg.hda2 etc_init.d_netatalk irda.sh tc_qdisc_help.txt dpkg.hda3 etc_init.d_ntp lilo.sh toto.txt etc_cron.daily_apcupsd etc_init.d_zebra nsmail b710pbt:~# cd A bash: cd: A: Not a directory b710pbt:~#