How does one manully set IP Addresses

Help with setting up network cards, including WiFi cards.
Post Reply
fmh
Posts: 98
Joined: Wed Jul 23, 2014 2:07 pm

How does one manully set IP Addresses

Post 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?
mapsware
Posts: 45
Joined: Tue May 07, 2019 11:22 pm
Location: Hermosillo, Son. Mexico

Re: How does one manully set IP Addresses

Post 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"
Post Reply