Re: dhcp on one of 2 nics

From: Crist J. Clark (cristjc_at_comcast.net)
Date: 11/30/03

  • Next message: Crist J. Clark: "Racoon(8) Deleting SPD Entries"
    Date: Sat, 29 Nov 2003 18:30:56 -0800
    To: Ken Vescovi <vescovi@ctcnet.net>
    
    

    On Thu, Nov 27, 2003 at 01:06:16AM -0500, Ken Vescovi wrote:
    > I finally got cable modem access here in the backwoods of west-central
    > PA.
    >
    > I want to set up my Dell Latitude running 4.8 as a gateway doing PAT and
    > using ipfw.
    >
    > I have 2, 3c589c cards and need one to get an address from the cable
    > company via DHCP.
    >
    > The other nic will be configured as the gateway for my home net.
    >
    > Problem one:
    > Card 2 is recognized, but I get this message "No free Configuration for
    > card 3Com corp' and no device id is assigned.
    > It doesn't matter which slot the card is in, it seems to only recognize
    > the first and give it device id ep0.
    > I removed the 'default' setting from pcic1 in the kernel config as
    > follows:
    >
    > device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000
    > device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000
    >
    > But it's still not recognized. Any suggestions?

    I thought pccardd(8) dealt with this automatically, but it looks like
    it is not for you. The way to deal with the conflict here may be some
    pccard.conf(5) trickery, not messing with pcic(4) settings in the
    kernel configuration. If you need more help,
    freebsd-mobile@freebsd.org might be a better place.

    > Problem 2 is how do I configure one nic for dhcp and the other for
    > static. I can do the static config,
    > but how do I config the system to have static on card 1 and dhcp on card
    > 2?

    This is easier. Just a,

      ifconfig_ep1="DHCP"

    In rc.conf(5) should be all you need.

    -- 
    Crist J. Clark                     |     cjclark@alum.mit.edu
                                       |     cjclark@jhu.edu
    http://people.freebsd.org/~cjc/    |     cjc@freebsd.org
    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
    

  • Next message: Crist J. Clark: "Racoon(8) Deleting SPD Entries"

    Relevant Pages

    • Re: FC6 not connecting -- amplification
      ... I've started from the icon, new to me, that looks like a yellow star on a ... on which I'd've tried to tell it to get an IP from dhcp on the ... la /etc|grep .conf gets me umpteen bazillion config files, ... My logic is that it must have configured some type of card since you said that you could choose static or DHCP. ...
      (Fedora)
    • dhcp on one of 2 nics
      ... I finally got cable modem access here in the backwoods of west-central ... The other nic will be configured as the gateway for my home net. ... card 3Com corp' and no device id is assigned. ... I removed the 'default' setting from pcic1 in the kernel config as ...
      (freebsd-net)
    • Re: Two default gateways in one subnet
      ... With static config, you would assign some users one gateway and some users the other. ... With DHCP I would give give all clients the same gateway address and use some other method to share the load across two Internet links, rather than have the Internet links directly connected to the LAN switch. ...
      (microsoft.public.windows.server.networking)
    • Re: dhcp on one of 2 nics
      ... how to set the interrupt to different values for each card. ... those interrupts, you must not conflict with any other interrupts that are ... > company via DHCP. ... I can do the static config, ...
      (freebsd-questions)
    • Re: dhcp on one of 2 nics
      ... > company via DHCP. ... > The other nic will be configured as the gateway for my home net. ... recognizes one card. ... I can do the static config, ...
      (freebsd-questions)