Re: dhclient and ADSL modem trouble...

2005-09-02 Thread Marcin Jessa
On Thu, 01 Sep 2005 11:31:20 + "Digital Brain" <[EMAIL PROTECTED]> wrote: > Hi Chris, > > >Linux and freebsd you re trying, running on same hardware (nic) ? > >I'm saying that cause some ISPs lock their "IP-offering" > >with each client's hardware address (which is defined at first use). >

Re: dhclient and ADSL modem trouble... [solved]

2005-09-01 Thread Digital Brain
Hi Chris and thanks for your reply. I'm saying that cause some ISPs lock their "IP-offering" with each client's hardware address (which is defined at first use). Turns out this was right. The problem was that I didn't properly "release" the session. As far as the ``spoofing'' in the previous

Re: dhclient and ADSL modem trouble...

2005-09-01 Thread Digital Brain
Hi Chris, Linux and freebsd you re trying, running on same hardware (nic) ? I'm saying that cause some ISPs lock their "IP-offering" with each client's hardware address (which is defined at first use). Linux is on my laptop (and works ok), while freebsd is on another machine. I had thought o

Re: dhclient and ADSL modem trouble...

2005-09-01 Thread Chris Dionissopoulos
Digital Brain wrote: You sure the ISP doesn't use PPPeE? The modem acts as a bridge. All I have to do is turn it on; it then synchronizes with the ISP's network (PPPoA). Then I just execute dhcpcd eth0 from the linux machine (connected to the modem) and I'm assigned an IP and a default gat

Re: dhclient and ADSL modem trouble...

2005-09-01 Thread Milan Obuch
On Thursday 01 September 2005 11:45, Digital Brain wrote: > >You sure the ISP doesn't use PPPeE? > > The modem acts as a bridge. All I have to do is turn it on; it then > synchronizes with the ISP's network (PPPoA). Then I just execute dhcpcd > eth0 from the linux machine (connected to the modem) a

Re: dhclient and ADSL modem trouble...

2005-09-01 Thread Digital Brain
You sure the ISP doesn't use PPPeE? The modem acts as a bridge. All I have to do is turn it on; it then synchronizes with the ISP's network (PPPoA). Then I just execute dhcpcd eth0 from the linux machine (connected to the modem) and I'm assigned an IP and a default gateway in mere seconds.

Re: dhclient and ADSL modem trouble...

2005-08-31 Thread Dave+Seddon
What ISP is it? You sure the ISP doesn't use PPPeE? Dave Digital Brain writes: Hi Chuck and thanks for your reply -- unfortunately dhclient still fails to get an IP... Here's a copy of my dhclient.conf: #dhclient config for interface ed0 interface "ed0" { send host-name "

Re: dhclient and ADSL modem trouble...

2005-08-31 Thread Digital Brain
Hi Chuck and thanks for your reply -- unfortunately dhclient still fails to get an IP... Here's a copy of my dhclient.conf: #dhclient config for interface ed0 interface "ed0" { send host-name "my.gateway.com"; send dhcp-client-identifier "my.client.com"; request subnet-mask, broadc

Re: dhclient and ADSL modem trouble...

2005-08-31 Thread Chuck Swiger
Digital Brain wrote: I'm setting up a gateway server on FreeBSD 5.3-RELEASE but I'm having problems getting FreeBSD to work with my ADSL modem (provided by ISP, no documentation, nothing on the net :-( ). The problem is I'm trying to get my private IP via "dhclient -v ed0" and all I observe i