Re: ifconfig in rc.conf network problems

From: Warren Block (wblock_at_wonkity.com)
Date: 05/31/04

  • Next message: adp: "Re: NFS server fail-over - how do you do it?"
    Date: Sun, 30 May 2004 16:00:42 -0600 (MDT)
    To: Marco Beishuizen <marco@beishuizen.info>
    
    

    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 you're
    assigning values to variables, so the second declaration would overwrite
    the first. As to why that would have worked for you... After dhclient
    runs successfully once, some of the information is kept on disk
    (resolv.conf, default route). Maybe it was enough?

    > Now after an upgrade to 4.10-release this doesn't work anymore. When I put
    > both lines in rc.conf only the second line is effective and overrides the
    > first, but I want to use both DHCP and 100BaseTX. I need to use the "media
    > autoselect" because the networkcard defaults to 10BaseT but I want to use
    > 100Mbit. When I don't use DHCP the network is unreachable. Pinging then gives
    > a "no route to host".

    There's an example of specifying media type in the dhclient.conf man
    page.

    -Warren Block * Rapid City, South Dakota USA
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"


  • Next message: adp: "Re: NFS server fail-over - how do you do it?"

    Relevant Pages

    • Re: ifconfig in rc.conf network problems
      ... > I used to have two ifconfig lines in my rc.conf: ... > The first to enable DHCP and the second to set my networkcard to 100BaseTX ... ifconfig dc0 media 100baseTX ...
      (freebsd-questions)
    • Re: ifconfig in rc.conf network problems
      ... On stardate Sun, 30 May 2004, the wise Warren Block entered: ... >> The first to enable DHCP and the second to set my networkcard to 100BaseTX ...
      (freebsd-questions)