Re: Private Home network

2002-07-14 Thread Steve Wingate

On Sun, 2002-07-14 at 10:48, Harry W Hale III wrote:
 I have small network at home consisting of  three machines. These 
 machines are connected through a router to a cable modem where they 
 share the internet.
 
 My router assigns  by dhcp ip numbers in the range of  192.168.1.2 to 
 192.168.1.l00. The router does NAT for my other computers. I do not have 
 an official registered domain. My windows machines boot up and operate 
 on the internet without complication. Is there any way that I can get my 
 FreeBSD machine to due the same?
 
 My FreeBSD machine will get a valid ip assignment. It is not be able to 
 get external DNS translations and Sendmail chokes.
 
Why don't you just stop running the sendmail daemon? It doesn't sound
like you're using it, since you don't have a real domain.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Private Home network

2002-07-14 Thread Danny

You know you can disable FreeBSD from starting sendmail by editing the
/etc/rc.conf and typing in
sendmail_enable=NO

Then type in shutdown -r NOW to restart FreeBSD
This should fix the Sendmail choke problem when you boot up.


- Original Message - 
From: Harry W Hale III [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, July 15, 2002 3:48 AM
Subject: Private Home network


 I have small network at home consisting of  three machines. These 
 machines are connected through a router to a cable modem where they 
 share the internet.
 
 My router assigns  by dhcp ip numbers in the range of  192.168.1.2 to 
 192.168.1.l00. The router does NAT for my other computers. I do not have 
 an official registered domain. My windows machines boot up and operate 
 on the internet without complication. Is there any way that I can get my 
 FreeBSD machine to due the same?
 
 My FreeBSD machine will get a valid ip assignment. It is not be able to 
 get external DNS translations and Sendmail chokes.
 
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Private Home network

2002-07-14 Thread Kevin Kinsey, DaleCo, S.P.

Mr. Hale

Did you ever get any real help with this?

My thought:  are you telling the interface to use DHCP
in /etc/rc.conf?  For example, for the RealTek 8139
family of NICs, the following should be in /etc/rc.conf:

ifconfig_rl0=DHCP

The 'rl0' would vary to another driver name for another
type of NIC.

If I understood your original question correctly, you desire
the FBSD box to grab its own configuration data from the
router for your LAN interface --- I think that ought to do
it.

Best of luck

Kevin D. Kinsey, DaleCo, S.P.


- Original Message - 
From: Harry W Hale III [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, July 14, 2002 12:48 PM
Subject: Private Home network


 I have small network at home consisting of  three machines. These 
 machines are connected through a router to a cable modem where they 
 share the internet.
 
 My router assigns  by dhcp ip numbers in the range of  192.168.1.2 to 
 192.168.1.l00. The router does NAT for my other computers. I do not have 
 an official registered domain. My windows machines boot up and operate 
 on the internet without complication. Is there any way that I can get my 
 FreeBSD machine to due the same?
 
 My FreeBSD machine will get a valid ip assignment. It is not be able to 
 get external DNS translations and Sendmail chokes.
 
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message