From owner-freebsd-questions@FreeBSD.ORG Sat May 15 07:02:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06F8916A4CE for ; Sat, 15 May 2004 07:02:25 -0700 (PDT) Received: from hotmail.com (bay16-f18.bay16.hotmail.com [65.54.186.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61AA843D45 for ; Sat, 15 May 2004 07:02:24 -0700 (PDT) (envelope-from nuckingfutsto@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 15 May 2004 07:02:24 -0700 Received: from 204.97.162.25 by by16fd.bay16.hotmail.msn.com with HTTP; Sat, 15 May 2004 14:02:23 GMT X-Originating-IP: [204.97.162.25] X-Originating-Email: [nuckingfutsto@hotmail.com] X-Sender: nuckingfutsto@hotmail.com From: "GRF ." To: freebsd-questions@FreeBSD.ORG Date: Sat, 15 May 2004 10:02:23 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 15 May 2004 14:02:24.0252 (UTC) FILETIME=[3F6F0BC0:01C43A85] Subject: Multiple IP's with DHCP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2004 14:02:25 -0000 I have Time Warner Road Runner Boradband service and I spoke to the technician and found that they allow 3 IP's to be pulled with basic service. I would like to set up My FreeBSD 4.9 box with two of these IP's. I have a switch connected to my cable modem which allows me to pull the multiple IP's. I have two NIC's installed in my box and have let auto configure set them up for DHCP in /stand/sysinstall. As you can see from ifconfig below xl0 is set up correctly but dc0 will not configure. It should be noted that I did have this set up and working briefly but after a restart the settings were lost. How do I set up two IP's with DHCP in FreeBSD 4.9? Thank you. [9:55](admin@thugged)[~]> ifconfig xl0: flags=8843 mtu 1500 options=3 inet6 fe80::201:3ff:fec2:9eba%xl0 prefixlen 64 scopeid 0x1 inet 66.65.213.30 netmask 0xfffff800 broadcast 255.255.255.255 ether 00:01:03:c2:9e:ba media: Ethernet autoselect (100baseTX ) status: active dc0: flags=8843 mtu 1500 inet6 fe80::250:bfff:fe9f:57f4%dc0 prefixlen 64 scopeid 0x2 ether 00:50:bf:9f:57:f4 media: Ethernet autoselect (100baseTX ) status: active lp0: flags=8810 mtu 1500 lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 inet 127.0.0.1 netmask 0xff000000 ppp0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 faith0: flags=8002 mtu 1500 My RC.CONF # Enable network daemons for user convenience. # Created: Fri May 14 22:21:40 2004 # -- sysinstall generated deltas -- # Fri May 14 22:21:40 2004 ifconfig_xl0="DHCP" hostname="thugged.net" # This file now contains just the overrides from /etc/defaults/rc.conf. # Please make all changes to this file, not to /etc/defaults/rc.conf. # Enable network daemons for user convenience. # Created: Fri May 14 22:22:45 2004 # -- sysinstall generated deltas -- # Fri May 14 22:22:45 2004 ifconfig_dc0="DHCP" hostname="thugged.net"