root@KINDER:~# iptables -nvL Chain INPUT (policy ACCEPT 13M packets, 1044M bytes) pkts bytes target prot opt in out source destination Chain FORWARD (policy ACCEPT 205K packets, 31M bytes) pkts bytes target prot opt in out source destination Chain OUTPUT (policy ACCEPT 7863K packets, 968M bytes) pkts bytes target prot opt in out source destination root@KINDER:~# ============================================ ============================================ ============================================ root@KINDER:~# cat /etc/olsrd.conf **** this is exactly the same as for node resthouse, with only this difference: *** # !!CHANGE THE INTERFACE LABEL(s) TO MATCH YOUR INTERFACE(s)!! # (eg. wlan0 or eth1): Interface "ath0" "ath1" { **** details are exactly the same as for node resthouse **** } ============================================ ============================================ ============================================ root@KINDER:~# ip route 172.18.1.0/29 dev eth0 src 172.18.1.1 10.16.0.0/24 dev ath1 src 10.16.0.7 10.16.1.0/24 dev ath0 src 10.16.1.7 root@KINDER:~# root@KINDER:~# ip link 1: eth0: mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:0c:42:0f:0e:cd brd ff:ff:ff:ff:ff:ff 2: eth1: mtu 1500 qdisc noop qlen 1000 link/ether 00:0c:42:0f:0e:ce brd ff:ff:ff:ff:ff:ff 3: eth2: mtu 1500 qdisc noop qlen 1000 link/ether 00:0c:42:0f:0e:cf brd ff:ff:ff:ff:ff:ff 4: lo: mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 5: teql0: mtu 1500 qdisc noop qlen 100 link/void 6: imq0: mtu 1500 qdisc noop qlen 30 link/void 7: imq1: mtu 1500 qdisc noop qlen 30 link/void 8: wifi0: mtu 1500 qdisc pfifo_fast qlen 199 link/ieee802.11 00:0b:6b:80:d4:b5 brd ff:ff:ff:ff:ff:ff 9: wifi1: mtu 1500 qdisc pfifo_fast qlen 199 link/ieee802.11 00:0b:6b:80:d3:76 brd ff:ff:ff:ff:ff:ff 10: ath0: mtu 1500 qdisc noqueue link/ether 00:0b:6b:80:d4:b5 brd ff:ff:ff:ff:ff:ff 11: ath1: mtu 1500 qdisc noqueue link/ether 00:0b:6b:80:d3:76 brd ff:ff:ff:ff:ff:ff root@KINDER:~# ============================================ ============================================ ============================================ root@KINDER:~# iwconfig **** only wireless interfaces mentioned here *** wifi0 no wireless extensions. wifi1 no wireless extensions. ath0 IEEE 802.11b ESSID:"adhocsys-mesh2" Nickname:"" Mode:Ad-Hoc Frequency:2.437 GHz Cell: 00:00:5E:80:00:02 Bit Rate:0 kb/s Tx-Power=16 dBm Sensitivity=0/3 Retry:off RTS thr:off Fragment thr:off Encryption key:6164-686F-6373-7973-3132-3334-35 Security mode:restricted Power Management:off Link Quality=14/94 Signal level=-81 dBm Noise level=-95 dBm Rx invalid nwid:4342632 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 ath1 IEEE 802.11a ESSID:"adhocsys-mesh1" Nickname:"" Mode:Ad-Hoc Frequency:5.5 GHz Cell: 00:00:5E:80:00:01 Bit Rate:0 kb/s Tx-Power=16 dBm Sensitivity=0/3 Retry:off RTS thr:off Fragment thr:off Encryption key:6164-686F-6373-7973-3132-3334-35 Security mode:restricted Power Management:off Link Quality=25/94 Signal level=-70 dBm Noise level=-95 dBm Rx invalid nwid:702 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 root@KINDER:~#