Hi guys
trying to setup samba this morning, i discovered that my linux machine cant be found! i cannot ping it from other computers on the network, and i cannot use the linux machine to ping the router. i can access the web with the linux box, but nothing else.
	my router has the the DHCP lease option set to forever, so i removed/remarked the entry i made for static ip.
	does anyone have any ideas where i can look next?
							
						
					trying to setup samba this morning, i discovered that my linux machine cant be found! i cannot ping it from other computers on the network, and i cannot use the linux machine to ping the router. i can access the web with the linux box, but nothing else.
Code:
	
	auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp #auto eth0 #iface eth0 inet static #address 192.168.2.2 #netmask 255.255.255.0 #network 192.168.2.0 #broadcast 192.168.0.255 #gateway 192.168.2.1
Code:
	
	chris@chris-Dimension-4600i:/$ ifconfig
eth0   Link encap:Ethernet HWaddr 00:11:11:39:ca:32 
     inet addr:192.168.2.2 Bcast:192.168.2.255 Mask:255.255.255.0
     inet6 addr: fe80::211:11ff:fe39:ca32/64 Scope:Link
     UP BROADCAST RUNNING MULTICAST MTU:1492 Metric:1
     RX packets:52507 errors:0 dropped:0 overruns:0 frame:0
     TX packets:43053 errors:0 dropped:0 overruns:0 carrier:0
     collisions:0 txqueuelen:1000 
     RX bytes:49042600 (49.0 MB) TX bytes:5620305 (5.6 MB)
eth1   Link encap:Ethernet HWaddr 00:e0:7d:99:27:b1 
     UP 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:1000 
     RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
     Interrupt:21 Base address:0xde00 
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:130 errors:0 dropped:0 overruns:0 frame:0
     TX packets:130 errors:0 dropped:0 overruns:0 carrier:0
     collisions:0 txqueuelen:0 
     RX bytes:9464 (9.4 KB) TX bytes:9464 (9.4 KB)










Comment