#Setup dhcp for Rig
- Set static IP on network: ex on enxf01e34002108:
sudo ifconfig enxf01e34002108 192.168.50.0
- Setup file in
/etc/dhcp/dhcpd.conf
- as options routers ip set IP getting net access - Setup correct interface in
/etc/default/isc-dhcp-server
sudo service isc-dhcp-server restart
sudo service isc-dhcp-server status
- for debug:
sudo tcpdump -n -i enxf01e34002108 port bootps or port bootpc
- for DNS using the google DNS: add
/etc/resolvconf/resolv.conf.d/tail
Should be up and running