2017/3/31

usb ethernet

結果還是用了 usb-ethernet.

和在server 上一樣..
  • 先給 eth1 (usb-eth) 給定 static address 172.16.200.1
  • 設定 ip_forward=1
  • 設定 /etc/dnsmasq.conf : interface=eth1, dhcp-range=172.16.200.2,172.16.200.5,255,255,255,0,12h
  • 設定 iptables NAT eth0-eth1

然後接上 pi 之後,在pi 也如法做一次,但是這次就用 wlan0, hostapd 了。


這裡 https://github.com/ev3dev/ev3dev/wiki/Setting-Up-Linux-USB-Ethernet-Networking 竟然剛好是 usb ethernet share main nic 的設定。

要看dnsmasq 放出去的 ip list:
http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2010q3/004384.html
/var/lib/misc/dnsmasq.leases

另外,如果要指定某個MAC(11:22:33:44:55:66) 使用固定的 ip address(172.16.200.7), 可以在 /etc/dnsmasq.conf 中..
dhcp-host=11:22:33:44:55:66,172.16.200.7

沒有留言:

張貼留言