Page 1 of 1

How does one manully set IP Addresses

Posted: Fri Dec 11, 2020 12:51 pm
by fmh
For some reason DHCP is not working properly for me under version 20.08. How does one manually set IP addresses in GhostBSD?

Re: How does one manully set IP Addresses

Posted: Sat Dec 12, 2020 1:56 pm
by mapsware
Modify the file /etc/rc.conf (in my case i had an "re" NIC)

Code: Select all

ifconfig_re0="192.168.73.1/24"
defaultrouter="192.168.73.254"