Hello again Nico!

I'm still not sure what your actual problem is, and until I know that I
can't really work on a solution for it.

On ons, 2008-08-06 at 16:57 +0200, Nico Giefing wrote:
[...]
> 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
[...]

This would fail since src is using an address which is not on the
interface (address 1.1.3.4 vs. src 1.2.3.4).

[...]
> > 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)
[...]

Could you please comment out both the "auto ethX" lines in
your /etc/network/interfaces, reboot, and then bring up the interfaces
manually in verbose mode by doing:

ifup -v eth0

ifup -v eth1


And post the output of each. This will tell us which command is failing
(if any). One failed command, and bringing the interface up is aborted
without reverting anything, so post-up failures can be tricky.


[...]
> 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
> 

An identical configuration wouldn't produce this result (different
addresses). Are you sure it's not just a typo in your configuration?
Please investigate the parts which are not the exact same.



-- 
Regards,
Andreas Henriksson



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

Reply via email to