Quote:
Originally posted by Qzukk
"http://mir2.ovh.act"
Funny, that hostname can't exist, there is no .act TLD. Check your sources.list again. I suggest using
ftp.us.debian.org as the hostname (yes, this will work with http://)
(btw, dhcp looks correct. 255.255.255.255 is the universal broadcast, which is where DHCP requests go since we want the dhcp server to answer no matter where it is since we don't know its IP)
|
Hi : thank you for your answers.. I did a route command with this debian sarge netinst installation and get this :
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.52.0.2 * 255.255.255.255 UH 0 0 0 ppp0
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
default 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
--------------------------
Now..I got a working suse 9.1 installation on another disk..and when I boot to this and do a route command it gives me this :
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.52.0.2 * 255.255.255.255 UH 0 0 0 ppp0
default 10.52.0.2 0.0.0.0 UG 0 0 0 ppp0
--------------------------------------------------------------------
if I do an ifconfig with the debian sarge disk I get :
eth0 Link encap:Ethernet HWaddr 00:0C:6E:5D:B5:40
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:339 errors:0 dropped:0 overruns:0 frame:0
TX packets:137 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:23458 (22.9 KiB) TX bytes:10298 (10.0 KiB)
Interrupt:5 Memory:feafc000-0
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:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
ppp0 Link encap:Point-to-Point Protocol
inet addr:200.90.173.55 P-t-P:10.52.0.2 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:211 errors:0 dropped:0 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:9940 (9.7 KiB) TX bytes:97 (97.0 b)
---------------------------------------------------------------
If I do an ifconfig with the suse9.1 disk I get this :
eth0 Link encap:Ethernet HWaddr 00:0C:6E:5D:B5:40
inet6 addr: fe80::20c:6eff:fe5d:b540/10 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:431 errors:0 dropped:0 overruns:0 frame:0
TX packets:485 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:198397 (193.7 Kb) TX bytes:74884 (73.1 Kb)
Interrupt:5
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:56 errors:0 dropped:0 overruns:0 frame:0
TX packets:56 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3840 (3.7 Kb) TX bytes:3840 (3.7 Kb)
ppp0 Link encap:Point-to-Point Protocol
inet addr:200.90.173.199 P-t-P:10.52.0.2 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:395 errors:0 dropped:0 overruns:0 frame:0
TX packets:417 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:187543 (183.1 Kb) TX bytes:45802 (44.7 Kb)
----------------------------------------------------------
resolv.conf in the sarge and suse disks are the same :
domain local
nameserver 200.50.96.90
nameserver 200.54.144.227
-----------------------------------------------------
This is an arescom adsl router..and after the machine boots ..in both installation I can see the power lan and wan lights on..which means the nic is up and running...
If I do a ping
www.google.com the sarge installation says unkown host
..so when I try to apt-get update or whatever..all I get are this erros tryng to access the servers in sources.list no matter which servers I configure there
--------------------------------
From all this...can you tell me what is wrong with this dhcp set up in this debian sarge ??
By the way..I tried to find dhcpcd client to no way...
thank you for your kind help
Copter
