[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian instalation stable version



On Tue, Sep 06, 2005 at 06:33:58PM +0000, enediel gonzalez wrote:
> I installed the stable version of debian, using the minimal CD, the 
Then this is the wrong mailing list; try debian-user.

> instalation recognized properly the network card installed, but at the 
> point when was neccesary to get the package sources from internet, there 
> was an error, checking /etc/network/interfaces, the network card was 
> configured properly.
> 
> 
> ping 127.0.0.1 fine
> ping localhost   fine
> ping 192.168.0.150  (ip for the debians computer)  fine  mask 255.255.255.0
> /****************************
> 
> ping 192.168.0.1   (internal ip of my router) not communication
> having other computers in the network the router gives answer to all the 
> rest.
Is the kernel configured to ignore ICMP?

  $ /sbin/sysctl -a 2>/dev/null |grep -i icmp |tail -1
  net.ipv4.icmp_echo_ignore_all = 0

Can you do TCP communication and/or DNS?

Justin



Reply to: