Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2003 08:11:56 -0800
From:      "Aaron Burke" <aburke@nullplusone.com>
To:        <questions@freebsd.org>, "Brian Henning" <b1henning@hotmail.com>
Subject:   RE: isp connection woes
Message-ID:  <AMEMKJNMFLJCJDLFIEDBAEFECIAA.aburke@nullplusone.com>
In-Reply-To: <OE33ntGWIxd3SiSkCs8000039ff@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
(snip)
You asked if you can ping your DHCP server
> > Don't see why not, assuming:
> > 1) The DHCP server returns icmp echo requests
> > 2) You know the IP of the DHCP server
> >
> > > manual configuration
> > > --------------------
> > > ifconfig_rl0="inet 66.41.139.87 netmask 255.255.248.0"    
> #66.41.139.87/21
If you are using DHCP you will want to set this to
ifconfig_rl0="DHCP"

> > > ifconfig_rl1="inet 192.168.1.254 netmask 255.255.255.0"
> > >
> > > default_router="66.41.136.1 rl0"
> > This should be:
> > defaultrouter="66.41.136.1"
I agree.

> > > default_router="192.168.1.254 rl1"
> >                    ^^^^^^^^^^^^^^^^^
> > This is wrong.  Don't put that in.
Thats correct, and also dont include the network
adapter name.
> > > domain the-matrix.net
> > > nameserver 63.240.76.19
> > > nameserver 204.127.198.19
> > This goes in your /etc/resolv.conf

> 
> Bill,
> 
> Why do i not need to have two default routes,
> I have 2 networks? 
The default routes have nothing to do with how many
networks you are attached to.

> I am sure you
> are correct, I guess i just don't understand why.
> is there a way i can find out the ip addr of my 
> dhcp server?
Yes, see /var/db/dhclient.leases . Dont worry that
there are serveral different addresses in there. dhclient
just appends the current lease to the end of the file.

> does this even work: default_router="192.168.1.254 rl1"
I dont think that it does. You can find out by typing
'netstat -r'. It will give you a listing of your IP routes.

> Thanks again for the help,
> Brian
Once again, thats what we are here for.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AMEMKJNMFLJCJDLFIEDBAEFECIAA.aburke>