below are the configuration and the output of the amd64 machine and the output of a working machine.

thanks a lot


Nico


On Mon, 4 Aug 2008, Andreas Henriksson wrote:

Hello Nico!

Could you please provide some more information about this to give me a
chance to debug it? What does not work? Can you provide a test-case?

1. please send your interfaces file.
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 1.1.3.4
netmask 255.255.255.0

post-up ip route add 1.2.3.0 dev eth0 src 1.2.3.4 table funknetz
post-up ip route add default via 1.2.3.1 table funknetz
post-up ip route add 1.2.3.0 dev eth1 src 1.2.3.4
post-up ip route add default via 1.2.3.1
post-up ip rule add from 1.2.3.4 table funknetz


auto eth1
iface eth1 inet static
address 10.0.150.9
netmask 255.255.255.0
post-up ip route add 10.0.150.0 dev eth1 src 10.0.150.9 table intern
post-up ip route add default via 10.0.150.1 table intern
post-up ip route add 10.0.150.0 dev eth0 src 10.0.150.9
post-up ip rule add from 10.0.150.9 table intern
post-up ip route add 10.0.243.0/24 via 10.0.150.1

2. please disable all post-up commands, run them manually and check if
one of them fails and which one.
if i run the above manually, it works. (anything)

3. please dump out rules, routes for all tables, addresses and attach.
10.0.150.0 dev eth0  scope link  src 10.0.150.9
1.2.3.0/24 dev eth0  proto kernel  scope link  src 1.2.3.4
10.0.150.0/24 dev eth1  proto kernel  scope link  src 10.0.150.9




If you can do the same dumps on your working machine and compare the
output for differences that would be great.

1.2.3.0 dev eth1  scope link  src 1.2.3.5
10.0.150.0 dev eth0  scope link  src 10.0.150.10
1.2.3.0/24 dev eth1  proto kernel  scope link  src 1.2.3.5
10.0.150.0/24 dev eth0  proto kernel  scope link  src 10.0.150.10
10.0.243.0/24 via 10.0.50.1 dev eth0
default via 1.2.3.1 dev eth1



--
Regards,
Andreas Henriksson




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to