Results 11 to 20 of 21
cable ...
whatcha mean?
Originally Posted by Dolda2000
By the way, I would like to compliment you on the speed of that reply. That wasn't bad. =)
i would like ...
- 01-11-2004 #11Just Joined!
- Join Date
- Jan 2004
- Posts
- 23
cable ...
whatcha mean?
i would like to complement you too, and thank you for your help
Originally Posted by Dolda2000
- 01-11-2004 #12Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Do you have a static IP address, DHCP, PPPoE...? How would you do to configure this in Windows?
- 01-11-2004 #13Just Joined!
- Join Date
- Jan 2004
- Posts
- 23
no dynamic ip ...
and in windows it's with an automatic proxy cofiguration url
Code:pac.pandora.be:8080
- 01-11-2004 #14Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Are you sure it isn't PPPoE? Many ISPs use that nowadays - I fail to understand why, though...
In any case, let's just try it. Again, open a terminal, become root, and then run the command "dhclient eth0", and see if you get some internet access after that. If you don't, please post any errors that the command gave you, along with the output of the commands "/sbin/ifconfig -a" and "/sbin/route -n".
- 01-11-2004 #15Just Joined!
- Join Date
- Jan 2004
- Posts
- 23

(proof)
- 01-11-2004 #16Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
I'm not actually too familiar with Windows, so I don't really know what that means... =)
In any case, if I have interpreted it correctly, what I wrote in the last post should work.
- 01-11-2004 #17Just Joined!
- Join Date
- Jan 2004
- Posts
- 23
Code:[root@localhost root]# dhclient eth0 Internet Software Consortium DHCP Client V3.0pl1 Copyright 1995-2001 Internet Software Consortium. All rights reserved. For info, please visit http://www.isc.org/products/DHCP Listening on LPF/eth0/00:50:bf:66:4f:09 Sending on LPF/eth0/00:50:bf:66:4f:09 Sending on Socket/fallback DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 17 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 No DHCPOFFERS received. No working leases in persistent database - sleeping. [root@localhost root]# /sbin/ifconfig -a eth0 Link encap:Ethernet HWaddr 00:50:BF:66:4F:09 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:35 errors:0 dropped:0 overruns:0 frame:0 TX packets:24 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:2172 (2.1 Kb) TX bytes:8208 (8.0 Kb) Interrupt:10 Base address:0xd800 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:3243 errors:0 dropped:0 overruns:0 frame:0 TX packets:3243 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:220590 (215.4 Kb) TX bytes:220590 (215.4 Kb) usb0 Link encap:Ethernet HWaddr 62:AC:40:14:07:D1 BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) [root@localhost root]# /sbin/route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 lo 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo [root@localhost root]#
- 01-11-2004 #18Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
I see. In that case, it probably isn't just ordinary DHCP. Don't the papers that you got from your ISP say anything about it?
I can't help noticing that you have a USB network adapter as well. What role does that one play in this?
- 01-11-2004 #19Just Joined!
- Join Date
- Jan 2004
- Posts
- 23
aw man, i'm always gonna havta wait a halfhour to be able to recieve an ip
stupid isp
problem solved
anyway thanks alot dolda2000
- 01-11-2004 #20Just Joined!
- Join Date
- Jan 2004
- Posts
- 23
ok i found a solution...
but then when i reboot to windows i cant acces internet thereCode:ipconfig /release
aint this funny


Reply With Quote
