I have a small home network, as follows:
ZyXEL wireless router
laptop, ugraded to Natty from 10.10, wireless connection
desktop, fresh Natty install, wired connection
HTC Desire cellphone, Android 2.2, wireless connection
IPs are assigned via DHCP, with the router currently open (no security). The only firewall configuration that has been done is to port-forward port 80 to 192.168.1.101
Internet is working for all machines, and all machines can ping the router. In addition, the laptop and the phone can ping each other. The problem is the desktop, which can neither ping nor be pinged by anybody (except the router).
Network settings has no configured connections. I tried setting up a connection manually, to no avail.
On the desktop:
What else?
--Nathanael
ZyXEL wireless router
laptop, ugraded to Natty from 10.10, wireless connection
desktop, fresh Natty install, wired connection
HTC Desire cellphone, Android 2.2, wireless connection
IPs are assigned via DHCP, with the router currently open (no security). The only firewall configuration that has been done is to port-forward port 80 to 192.168.1.101
Internet is working for all machines, and all machines can ping the router. In addition, the laptop and the phone can ping each other. The problem is the desktop, which can neither ping nor be pinged by anybody (except the router).
Network settings has no configured connections. I tried setting up a connection manually, to no avail.
On the desktop:
Code:
$ ifconfig eth0 Link encap:Ethernet HWaddr 00:18:f3:69:04:46 inet addr:192.168.1.103 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::218:f3ff:fe69:446/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:2352 errors:0 dropped:0 overruns:0 frame:0 TX packets:3381 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1843144 (1.8 MB) TX bytes:552882 (552.8 KB) Interrupt:23 Base address:0xa000
Code:
$ cat /etc/networks/interfaces auto lo iface lo inet loopback
Code:
$ sudo iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination
Code:
$ sudo ufw status Status: inactive
--Nathanael
Comment