Hi.
I got this issue..
have have 3 servers.
2 of them are in cluster..
machine 1 got ip x.x.x.10 stationary address at lan1
machine 2 got ip x.x.x.20 stationary address
lan1
the cluster package got x.x.x.30 address at lan 1:1
default gateway is x.x.x.1 mask 255.255.255.0.
machine 3 is outside the network and can only be reached through default gateway.
Lets say machine 3 got address 192.x.x.200
Problem:
The firewall has just opened ssh and telenet and so on for adress x.x.x.3 (pakage address) and the server (running the package) try to use the x.x.x.1 address.
How can i specify what interface to send from?
(i tried the ifconfig host 192.x.x.200 x.x.x.30)
-paul