Intel DP55KG i7 Quad. ifconfig showed IP addresses off in the weeds. Topology is 100 Mbit wired Ethernet w/static addresses. Network Connections showed correct addresses but didn't agree with ifconfig data. Network icon in tray stopped turning green.
etc/network/interfaces didn't show any addresses so I did a forced configuration by modifying to -
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.0.119
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
ifconfig then showed correct address and machine would ping to other IP address just fine. Browsers still would not work however and network icon in tray never turns green. There is obviously another mechanism that ties the browsers/e-mail agents to the Internet. Does anyone know/understand the mechanics of how applications connect to the Internet beyond what I have described?
Any help or thoughts welcome. Thank You
etc/network/interfaces didn't show any addresses so I did a forced configuration by modifying to -
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.0.119
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
ifconfig then showed correct address and machine would ping to other IP address just fine. Browsers still would not work however and network icon in tray never turns green. There is obviously another mechanism that ties the browsers/e-mail agents to the Internet. Does anyone know/understand the mechanics of how applications connect to the Internet beyond what I have described?
Any help or thoughts welcome. Thank You
Comment