Re: Unable to ping gateway

2004-09-20 Thread Jacob Larsen
Sergio Basurto wrote: #route del -host 87.7.167.224 eth0 #route del -host 87.7.167.224 eth1 # route del -host 87.7.167.224 eth0 SIOCDELRT: No such process # route del -host 87.7.167.224 eth1 SIOCDELRT: No such process # ip neigh show 81.7.167.225 dev bond0 lladdr 00:d0:00:e4:fc:0a nud reachable I w

Re: Unable to ping gateway

2004-09-20 Thread Sergio Basurto
iproute2 under debian : #apt-get install iproute and try #route del -host 87.7.167.224 eth0 #route del -host 87.7.167.224 eth1 On Tue, 21 Sep 2004 00:02:29 +0200, Jacob Larsen wrote: > > This is what I got. Which package do I need for "ip > neigh show"? > > # route del -net 87.7.167.224 netma

Re: Unable to ping gateway

2004-09-20 Thread Jacob Larsen
This is what I got. Which package do I need for "ip neigh show"? # route del -net 87.7.167.224 netmask 255.255.255.240 eth0 SIOCDELRT: No such process # route del -net 87.7.167.224 netmask 255.255.255.240 eth1 SIOCDELRT: No such process # route -n Kernel IP routing table Destination Gateway

Re: Unable to ping gateway

2004-09-20 Thread Sergio Basurto
ok, #route del -net 87.7.167.224 netmask 255.255.255.240 eth0 #route del -net 87.7.167.224 netmask 255.255.255.240 eth1 then run #route -n and the output should not have the eth's entries. #ip neigh show and send the output On Mon, 20 Sep 2004 14:19:03 -0700 (PDT), "Sergio Basurto" wrote:

Re: Unable to ping gateway

2004-09-20 Thread Jacob Larsen
Sergio Basurto wrote: move from your routing table, the entries for your eth's cards. route del ... I am not sure I know what to do. If I do something wrong I have to drive 60km to fix it :) # route del ? Please help. Thanks, Jacob -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: Unable to ping gateway

2004-09-20 Thread Sergio Basurto
move from your routing table, the entries for your eth's cards. route del ... On Mon, 20 Sep 2004 23:15:45 +0200, Jacob Larsen wrote: > > Sergio Basurto wrote: > > Ok, send the > > shell~#route -n > > output... > > # route -n > Kernel IP routing table > Destination Gateway Genmask

Re: Unable to ping gateway

2004-09-20 Thread Jacob Larsen
Sergio Basurto wrote: Ok, send the shell~#route -n output... # route -n Kernel IP routing table Destination Gateway Genmask Flags Metric RefUse Iface 81.7.167.2240.0.0.0 255.255.255.240 U 0 00 eth0 81.7.167.2240.0.0.0 255.255.255.2

Re: Unable to ping gateway

2004-09-20 Thread Sergio Basurto
Ok, send the shell~#route -n output... On Mon, 20 Sep 2004 22:21:58 +0200, Jacob Larsen wrote: > > >>So the solution is to not set a gateway for eth0 and > >>eth1, but only set > >>it for bond0? > > > > Yes, > > > > But you also could have gw for your eth's cards, but > > you must assure t

Re: Unable to ping gateway

2004-09-20 Thread Jacob Larsen
So the solution is to not set a gateway for eth0 and eth1, but only set it for bond0? Yes, But you also could have gw for your eth's cards, but you must assure that those routes do not supercede the bond0. I am not sure that I understand what you mean by supersede. The only gateway I have is 81.7.

Re: Unable to ping gateway

2004-09-20 Thread Sergio Basurto
On Mon, 20 Sep 2004 19:42:13 +0200, Jacob Larsen wrote: > > Sergio Basurto wrote: > > Depends on the value that you pass at mode parameter: > > > > mode=1 Active-backup policy, configuration not needed > > mode=0, mode=2, mode=3 it does need to be configured > > for Round robin, XOR and boradcas

Re: Unable to ping gateway

2004-09-20 Thread Sergio Basurto
On Mon, 20 Sep 2004 19:38:20 +0200, Jacob Larsen wrote: > > Sergio Basurto wrote: > > > > When bonding is set up with the ARP monitor, it is > > important that the > > slave devices not have routes that supercede routes of > > the master (or, >

Re: Unable to ping gateway

2004-09-20 Thread Jacob Larsen
Sergio Basurto wrote: Depends on the value that you pass at mode parameter: mode=1 Active-backup policy, configuration not needed mode=0, mode=2, mode=3 it does need to be configured for Round robin, XOR and boradcast policies. Do you know which one is the default? I remember when I set "bonding m

Re: Unable to ping gateway

2004-09-20 Thread Jacob Larsen
Sergio Basurto wrote: When bonding is set up with the ARP monitor, it is important that the slave devices not have routes that supercede routes of the master (or, generally, not have routes at all). For example, suppose the bonding device bond0

Re: Unable to ping gateway

2004-09-20 Thread Sergio Basurto
Depends on the value that you pass at mode parameter: mode=1 Active-backup policy, configuration not needed mode=0, mode=2, mode=3 it does need to be configured for Round robin, XOR and boradcast policies. On Mon, 20 Sep 2004 19:10:14 +0200, Jacob Larsen wrote: > > Sergio Basurto wrote: > >

Re: Unable to ping gateway

2004-09-20 Thread Sergio Basurto
On Mon, 20 Sep 2004 18:16:20 +0200, Jacob Larsen wrote: > > Sergio Basurto wrote: > > can you ping the ethernet cards within the server? > > Yes. > > > if you run > > shell~#ifconfig > > what is the output? > > # ifconfig > bond0 Link encap:Ethernet HWaddr 00:0F:20:7A:7A:53 >

Re: Unable to ping gateway

2004-09-20 Thread Jacob Larsen
Sergio Basurto wrote: Which transmit policy are you using ? Round robin XOR Active-backup I have no idea. How can I find out? # cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file should contain the names of kernel modules that are # to be loaded at boot time, one pe

Re: Unable to ping gateway

2004-09-20 Thread Sergio Basurto
On Mon, 20 Sep 2004 18:16:20 +0200, Jacob Larsen wrote: > > Sergio Basurto wrote: > > can you ping the ethernet cards within the server? > > Yes. > > > if you run > > shell~#ifconfig > > what is the output? > > # ifconfig > bond0 Link encap:Ethernet HWaddr 00:0F:20:7A:7A:53 >

Re: Unable to ping gateway

2004-09-20 Thread Jacob Larsen
Eric Gaumer wrote: On Mon, 2004-09-20 at 08:47, Jacob Larsen wrote: I can ping my server, and the gateway from my home pc, but can not ping the gateway nor another server on the same subnet from the server. I use bond0 for eth0 and eth1. When I clear iptables there is no change. eth0 Link en

Re: Unable to ping gateway

2004-09-20 Thread Jacob Larsen
Sergio Basurto wrote: can you ping the ethernet cards within the server? Yes. if you run shell~#ifconfig what is the output? # ifconfig bond0 Link encap:Ethernet HWaddr 00:0F:20:7A:7A:53 inet addr:81.7.167.228 Bcast:81.255.255.255 Mask:255.255.255.240 UP BROADCAST RUNNI

Re: Unable to ping gateway

2004-09-20 Thread Eric Gaumer
On Mon, 2004-09-20 at 08:47, Jacob Larsen wrote: > >> I can ping my server, and the gateway from my home pc, but can not > >> ping the gateway nor another server on the same subnet from the server. > >> I use bond0 for eth0 and eth1. > >> When I clear iptables there is no change. > >> > > eth0

Re: Unable to ping gateway

2004-09-20 Thread Sergio Basurto
can you ping your ethernet cards from within the server? if you run shell~#ifconfig what is the output? if you run shell~#route -n what is the output? On Mon, 20 Sep 2004 17:14:51 +0200, Jacob Larsen wrote: > > I can ping my server, and the gateway from my home pc, > but can not ping >

Re: Unable to ping gateway

2004-09-20 Thread Sergio Basurto
can you ping the ethernet cards within the server? if you run shell~#ifconfig what is the output? and if you run shell~#route -n what is the output? On Mon, 20 Sep 2004 17:14:51 +0200, Jacob Larsen wrote: > > I can ping my server, and the gateway from my home pc, > but can not ping > the

Re: Unable to ping gateway

2004-09-20 Thread Jacob Larsen
I can ping my server, and the gateway from my home pc, but can not ping the gateway nor another server on the same subnet from the server. I use bond0 for eth0 and eth1. When I clear iptables there is no change. Any ideas? ifconfig? # ifconfig bond0 Link encap:Ethernet HWaddr 00:0F:20:7A:7A:

Re: Unable to ping gateway

2004-09-20 Thread Laurent CARON
Jacob Larsen wrote: I can ping my server, and the gateway from my home pc, but can not ping the gateway nor another server on the same subnet from the server. I use bond0 for eth0 and eth1. When I clear iptables there is no change. Any ideas? Best regards Jacob Larsen ifconfig? -- To UNSUBSCRIBE

Unable to ping gateway

2004-09-20 Thread Jacob Larsen
I can ping my server, and the gateway from my home pc, but can not ping the gateway nor another server on the same subnet from the server. I use bond0 for eth0 and eth1. When I clear iptables there is no change. Any ideas? Best regards Jacob Larsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] w