dumb network question

2005-03-03 Thread J.D. Bronson
Ok. I admit it. I cant figure what I am missing. I have 2 NICs in this machine. NIC 1 is a LAN NIC and static IP. - that I can figure out. NIC 2 needs to be DHCP (from cable modem). and I want the default router to be the DHCP cable modem gateway IP (passed from dhclient). What do I need to setup

Re: dumb network question

2005-03-03 Thread Chad Morland
ifconfig_nic2=DHCP man rc.conf -CM On Thu, 03 Mar 2005 14:05:07 -0600, J.D. Bronson [EMAIL PROTECTED] wrote: Ok. I admit it. I cant figure what I am missing. I have 2 NICs in this machine. NIC 1 is a LAN NIC and static IP. - that I can figure out. NIC 2 needs to be DHCP (from cable

Re: dumb network question

2005-03-03 Thread Thomas Foster
need help setting up a firewall/router, be sure and check out : http://www.section6.net/help.php Hope this helps T - Original Message - From: J.D. Bronson [EMAIL PROTECTED] To: freebsd-questions@freebsd.org Sent: Thursday, March 03, 2005 12:05 PM Subject: dumb network question Ok. I

Re: dumb network question

2005-03-03 Thread J.D. Bronson
At 02:10 PM 3/3/2005, Thomas Foster wrote: hostname=my.hostname.whatever ifconfig_NIC1=inet a.b.c.d netmask 255.255.255.0 ifconfig_NIC2=DHCP gateway_enable=YES replace NIC1 and NIC2 with the interface names.. and of course.. a.b.c.d with the internal IP address.. be sure theres no gateway