How can I change the MTU on DesktopBSD And make it keep the change?
On Linux I would put:
ifconfig eth0 mtu 1492 in /etc/rc.local
On DesktopBSD where would I put the command so it runs on boot?
Archived thread 1001814 from BSD. Markdown source: BSD/thread_1001814_Change_MTU_And_Keep_The_Change.md
How can I change the MTU on DesktopBSD And make it keep the change?
On Linux I would put:
ifconfig eth0 mtu 1492 in /etc/rc.local
On DesktopBSD where would I put the command so it runs on boot?
make it a .sh script and put it in /etc/rc.d