Skip to navigation
On FreeBSD, configure a static IP
30.06.26
On FreeBSD, configure a static IP by editing /etc/rc.conf: # Set IP manually ifconfig_em0="inet 192.168.1.100 netmask 255.255.255.0" defaultrouter="192.168.1.1" Replace em0 with your interface name. Find it with ifconfig. Apply immediately without rebooting: service netif restart && service routing restart Or just set it live: ifconfig em0 inet 192.168.1.100/24 route add default 192.168.1.1
https://www.cyberciti.biz/faq/how-to-configure-static-ip-address-on-freebsd/
Reply
Anonymous
Information Epoch 1788779659
Save trees.
Home
Notebook
Contact us