Re: ifconfig in rc.conf network problems

2004-05-31 Thread Marco Beishuizen
On stardate Sun, 30 May 2004, the wise Joost Bekkers entered: On Sun, May 30, 2004 at 11:34:43PM +0200, Olaf Hoyer wrote: 2) put the media change in a separate shell script, and throw it unter /usr/local/etc/rc.d, so that it will be executed later on something like: cat dc0-speedchange.sh

Re: ifconfig in rc.conf network problems

2004-05-31 Thread Marco Beishuizen
On stardate Sun, 30 May 2004, the wise Warren Block entered: On Sun, 30 May 2004, Marco Beishuizen wrote: I used to have two ifconfig lines in my rc.conf: ifconfig_dc0=DHCP ifconfig_dc0=media autoselect The first to enable DHCP and the second to set my networkcard to 100BaseTX full duplex. Can

ifconfig in rc.conf network problems

2004-05-30 Thread Marco Beishuizen
I used to have two ifconfig lines in my rc.conf: ifconfig_dc0=DHCP ifconfig_dc0=media autoselect The first to enable DHCP and the second to set my networkcard to 100BaseTX full duplex. Now after an upgrade to 4.10-release this doesn't work anymore. When I put both lines in rc.conf only the

Re: ifconfig in rc.conf network problems

2004-05-30 Thread Olaf Hoyer
On Sun, 30 May 2004, Marco Beishuizen wrote: I used to have two ifconfig lines in my rc.conf: ifconfig_dc0=DHCP ifconfig_dc0=media autoselect The first to enable DHCP and the second to set my networkcard to 100BaseTX full duplex. Now after an upgrade to 4.10-release this doesn't work

Re: ifconfig in rc.conf network problems

2004-05-30 Thread Joost Bekkers
On Sun, May 30, 2004 at 11:34:43PM +0200, Olaf Hoyer wrote: 2) put the media change in a separate shell script, and throw it unter /usr/local/etc/rc.d, so that it will be executed later on something like: cat dc0-speedchange.sh #!/bin/sh ifconfig dc0 media 100baseTX You might want

Re: ifconfig in rc.conf network problems

2004-05-30 Thread Warren Block
On Sun, 30 May 2004, Marco Beishuizen wrote: I used to have two ifconfig lines in my rc.conf: ifconfig_dc0=DHCP ifconfig_dc0=media autoselect The first to enable DHCP and the second to set my networkcard to 100BaseTX full duplex. Can rc.conf work that way? rc.conf is just a shell script, and