Re: Network is unreachable. HELP!

2000-02-05 Thread markm
On Sat, Feb 05, 2000 at 08:40:08AM +1100, [EMAIL PROTECTED] wrote: On Fri, Feb 04, 2000 at 04:51:49PM +0100, Ron Rademaker wrote: If you try to ping something, does it say operation not permitted? If that's the case you'll probably have your ipchains input and output set on DENY all. Add

Re: Network is unreachable. HELP!

2000-02-05 Thread markm
The SIOCADDRT: Invalid argument, SIOCADDRT: Network is unreachable messages may be because the later ifconfig's no longer require: route add -net ${NETWORK}. One quick question: i'm not using network, only modem ppp, but i get on the startup the same message: SIODCADDRT: invalid argument.

Network is unreachable. HELP!

2000-02-04 Thread Pedro Quaresma de Almeida
Hi I have a 3COM 3c905B Cyclone 100Base Tx (at irq 5) But at boot time I got Network is unreachable. Can you help me, please. At boot time it says: ... FDC0 is post-1991 82077 The PCI-Bios has not enabled this device! Updating PCI command - 0005 eth0: 3COM 3c905B Cyclone 100Base Tx IRQ5

Re: Network is unreachable. HELP!

2000-02-04 Thread Ron Rademaker
What's in your /etc/init.d/network?? What does it say when you do 'ifconfig'? What does it say when you do 'route'? Ron Hi I have a 3COM 3c905B Cyclone 100Base Tx (at irq 5) But at boot time I got Network is unreachable. Can you help me, please. At boot time it says: ... FDC0

Re: Network is unreachable. HELP!

2000-02-04 Thread Pedro Quaresma de Almeida
Date: Fri, 4 Feb 2000 15:13:30 +0100 (CET) From: Ron Rademaker [EMAIL PROTECTED] What's in your /etc/init.d/network?? What does it say when you do 'ifconfig'? What does it say when you do 'route'? Ron Hi I have a 3COM 3c905B Cyclone 100Base Tx (at irq 5) But at boot time I got Network

Re: Network is unreachable. HELP!

2000-02-04 Thread aphro
On Fri, 4 Feb 2000, Pedro Quaresma de Almeida wrote: quares At boot time it says: quares ... quares FDC0 is post-1991 82077 quares The PCI-Bios has not enabled this device! Updating PCI command - 0005 quares eth0: 3COM 3c905B Cyclone 100Base Tx IRQ5 i've had this problem too, updating the

Re: Network is unreachable. HELP!

2000-02-04 Thread Ron Rademaker
If you try to ping something, does it say operation not permitted? If that's the case you'll probably have your ipchains input and output set on DENY all. Add some rules to those chains (perhaps you'll also need to add rules to the forward chain), or just set them to ACCEPT. Ron

Re: Network is unreachable. HELP!

2000-02-04 Thread markm
On Fri, Feb 04, 2000 at 04:51:49PM +0100, Ron Rademaker wrote: If you try to ping something, does it say operation not permitted? If that's the case you'll probably have your ipchains input and output set on DENY all. Add some rules to those chains (perhaps you'll also need to add rules to