How can I use bce1 ??
Eugene Grosbein
eugen at grosbein.net
Mon Jan 11 06:42:32 UTC 2016
11.01.2016 9:29, haku22b at yahoo.co.jp пишет:
> Hello , nice to meet you
>
> now I am using Freebsd 10.1
>
> I think Bce0 port is not good condition
>
> so I want to change ethernet cable to bce1 from bce0
>
> and then What should I set up in freebsd
>
> help please
>
> thank you, have a nice day
Use your favorite text editor to edit the file /etc/rc.conf
and replace all occurences of bce0 with bce1 there.
For example, replace ifconfig_bce0 with ifconfig_bce1,
firewall_nat_interface="bce0" to firewall_nat_interface="bce1" etc.
Then reboot the machine. Reboot is not strictly required but it is simplest way
to apply changes for novice user.
More information about the freebsd-net
mailing list