Now I check again and with the firewall ON or OFF I have web access, unlike this morning!I do not see the Once again I checked access to my local network and with the firewall ON I do not see the local machines yet with the firewall OFF I do see them.
I am doing your tests with the firewall ON:
*george@linux-mii1:~> ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
inet 127.0.0.2/8 brd 127.255.255.255 scope host secondary lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:0b:cd:66:e8:6c brd ff:ff:ff:ff:ff:ff
inet 192.168.1.14/24 brd 192.168.1.255 scope global eth0
inet6 fe80::20b:cdff:fe66:e86c/64 scope link
valid_lft forever preferred_lft forever
*
*george@linux-mii1:~> ip route
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.14
169.254.0.0/16 dev eth0 scope link
127.0.0.0/8 dev lo scope link
default via 192.168.1.1 dev eth0
*
*george@linux-mii1:~> ip -s link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
RX: bytes packets errors dropped overrun mcast
23267 316 0 0 0 0
TX: bytes packets errors dropped carrier collsns
23267 316 0 0 0 0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:0b:cd:66:e8:6c brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped overrun mcast
11412110 19799 0 8219 0 0
TX: bytes packets errors dropped carrier collsns
739669 6615 0 0 0 0 *
*george@linux-mii1:~> grep -v ‘^#’ /etc/resolv.conf
nameserver 192.168.1.1
*
*george@linux-mii1:~> ping -c 2 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_req=1 ttl=47 time=92.9 ms
64 bytes from 8.8.8.8: icmp_req=2 ttl=47 time=101 ms
— 8.8.8.8 ping statistics —
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 92.931/97.370/101.809/4.439 ms
*
*george@linux-mii1:~> ping -c 2 google.com
PING google.com (74.125.91.106) 56(84) bytes of data.
64 bytes from qy-in-f106.1e100.net (74.125.91.106): icmp_req=1 ttl=44 time=144 ms
64 bytes from qy-in-f106.1e100.net (74.125.91.106): icmp_req=2 ttl=44 time=262 ms
— google.com ping statistics —
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 144.675/203.393/262.111/58.718 ms*
*george@linux-mii1:~> ping -c 2 novell.com
PING novell.com (130.57.5.70) 56(84) bytes of data.
— novell.com ping statistics —
2 packets transmitted, 0 received, 100% packet loss, time 1006ms
*
*george@linux-mii1:~> ping -c 2 130.57.5.70
PING 130.57.5.70 (130.57.5.70) 56(84) bytes of data.
— 130.57.5.70 ping statistics —
2 packets transmitted, 0 received, 100% packet loss, time 1007ms
*
After the negative result on the last two, I went back and ping’d google again and got:
*george@linux-mii1:~> ping -c 2 google.com
PING google.com (74.125.91.106) 56(84) bytes of data.
64 bytes from qy-in-f106.1e100.net (74.125.91.106): icmp_req=1 ttl=44 time=120 ms
64 bytes from qy-in-f106.1e100.net (74.125.91.106): icmp_req=2 ttl=44 time=138 ms
— google.com ping statistics —
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 120.472/129.407/138.342/8.935 ms
*