FreeBSD-11.2 routing and networks

Odhiambo Washington odhiambo at gmail.com
Mon Jan 7 16:07:01 UTC 2019


On Mon, 7 Jan 2019 at 19:01, James B. Byrne via freebsd-questions <
freebsd-questions at freebsd.org> wrote:

> I am working on a FreeBSD-11.2p17 host where I must change the IP
> address and gateway frequently to carry out tests.  Following making
> such changes I have tried resetting the network interfaces and routing
> tables by use of the command:
>
> service netif restart && service routing restart &
>
> However, I have discovered that this does not have the desired effect
> and I am reduced to restarting the host system to make such changes.
> Is there something else I should be doing?
>
>
When you are physically on the machine's console, this is easy:
Assume your interface is called em0


ifconfig em0 down
ifconfig em0 inet n.n.n.n netmask z.z.z.z up
route add default y.y.y.y

Then run your tests.
When you reboot, the IP/MASK/ROUTE specified in rc.conf takes effect

-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft.", grep ^[^#] :-)


More information about the freebsd-questions mailing list