Re: Connecting FreeBSD to my home network..

2003-03-14 Thread Scott Mitchell
On Thu, Mar 13, 2003 at 04:17:52PM -0800, Rodney Salomon wrote:
 This line is in my /etc/rc.conf file  could it be
 something else?

It could be all kinds of things... I think we need some more information on
what exactly isn't working:

- Have you good a good physical connection between the FreeBSD box and the
  Linksys (ie, are the link lights at both ends on)?
- Any error messages from dhclient when the machine boots?
- Could you post the output of 'ifconfig' and 'netstat -rn'
- Are other machines plugged into the Linksys working OK?
- How (if at all) have you configured the Linksys?
- Can you ping other machines on the local net by name? By IP address?

Cheers,

Scott

-- 
===
Scott Mitchell   | PGP Key ID | Eagles may soar, but weasels
Cambridge, England   | 0x54B171B9 |  don't get sucked into jet engines
scott at fishballoon.org | 0xAA775B8B |  -- Anon

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


Re: Connecting FreeBSD to my home network..

2003-03-13 Thread Scott Mitchell
On Thu, Mar 13, 2003 at 07:48:21AM -0800, Rodney Salomon wrote:
 Im trying to connect my FreeBSD machine to my Linksys
 Router.  Tried searching for some info on connecting
 FBSD to an existing network.  Does anyone have more
 info on this?  Url?

Probably all you need to do is add a line:

ifconfig_foo=DHCP

to your /etc/rc.conf file (replace foo with the name of your Ethernet
interface, of course).  DHCP should pick up all the necessary settings from
the Linksys.

Cheers,

Scott

-- 
===
Scott Mitchell   | PGP Key ID | Eagles may soar, but weasels
Cambridge, England   | 0x54B171B9 |  don't get sucked into jet engines
scott at fishballoon.org | 0xAA775B8B |  -- Anon

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


Re: Connecting FreeBSD to my home network..

2003-03-13 Thread Rodney Salomon
This line is in my /etc/rc.conf file  could it be
something else?

--- Scott Mitchell [EMAIL PROTECTED]
wrote:
 On Thu, Mar 13, 2003 at 07:48:21AM -0800, Rodney
 Salomon wrote:
  Im trying to connect my FreeBSD machine to my
 Linksys
  Router.  Tried searching for some info on
 connecting
  FBSD to an existing network.  Does anyone have
 more
  info on this?  Url?
 
 Probably all you need to do is add a line:
 
   ifconfig_foo=DHCP
 
 to your /etc/rc.conf file (replace foo with the name
 of your Ethernet
 interface, of course).  DHCP should pick up all the
 necessary settings from
 the Linksys.
 
 Cheers,
 
   Scott
 
 -- 

===
 Scott Mitchell   | PGP Key ID | Eagles may
 soar, but weasels
 Cambridge, England   | 0x54B171B9 |  don't get
 sucked into jet engines
 scott at fishballoon.org | 0xAA775B8B |  -- Anon


=
Look at all the pretty C shells!

__
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com

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