On Mon, Jan 29, 2007 at 02:06:20PM +0800, GOvvin wrote:
>    still not working. here are some information about the configuration

>      $ cat /etc/network/interfaces

>      # The loopback network interface
>      auto lo
>      iface lo inet loopback

>      # The primary network interface
>      auto eth0
>      iface eth0 inet static
>              address [1]192.168.0.235
>              netmask [2]255.255.255.128
>              network [3]192.168.0.128
>              broadcast [4]192.168.0.255
>              gateway [5]192.168.0.165
>              # dns-* options are implemented by the resolvconf package, if
>      installed
>              dns-nameservers [6]192.168.0.164 [7]192.168.0.233
>              dns-search s1.local

>      Tests done:
>      ping [8]192.168.0.177 - OK (local computer)
>      ping s1 - ok (local computer)
>      ping [9]google.com - failed. unknown host [10]google.com
>      ping [11]72.14.207.99 - failed.
>      apt-get update - ok.
>      apt-get upgrade - ok.
>      wget [12]http://somewhere.com/file.tgz - fails.

>    So, what gives?

Did you happen install any network card or router or do some
configuration of your router/gateway/firewall? 

I got stump once when I change NICs coz I forgot to change some rules in
the firewall since my IP also changed ..

If you did,did you do an :

ifconfig eth0 down
ifconfig 192.168.x.x eth0 up
route add host 192.168.x.x
route add default gw 192.168.x.x


Take note almost all this steps would be unnecessary if you setup DHCP..

-- 
--
Ralph Bacolod,RMT,MT
http://rbacolod.blogspot.com

_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to