permanent changes to interface configuration

2005-03-17 Thread Philippe Bastien
Hi.

I have made some changes to my interface configuration. I used ifconfig to 
change from autodetect to 100baseTX full-duplex. Unless I am mistaken, that 
change is not permanent (it will be lost on the next reboot). What is the 
command or how do I make this change permanent?

Thanks

Philippe

__
Switch to Netscape Internet Service.
As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register

Netscape. Just the Net You Need.

New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at http://channels.netscape.com/ns/search/install.jsp
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: permanent changes to interface configuration

2005-03-17 Thread Giorgos Keramidas
On 2005-03-17 15:39, Philippe Bastien [EMAIL PROTECTED] wrote:
 Hi.
 I have made some changes to my interface configuration. I used
 ifconfig to change from autodetect to 100baseTX full-duplex. Unless I
 am mistaken, that change is not permanent (it will be lost on the next
 reboot). What is the command or how do I make this change permanent?

You save all the relevant ifconfig options in `/etc/rc.conf', i.e.:

ifconfig_sis0=inet 10.0.0.2/8 -mediaopt FOO

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]