I have SL 6.3 installed on two machines.
Machine A is a workstation and has two interface eth0 and wlan0. Using eth0, it is connected to Machine B (public facing server) with static IP address. Both connect to the internet through their respective wlan0 interface.
The problem is when the workstation is connected to the server, it sends all the packets including those of the internet to eth0 and therefore fails. To use the internet on workstation, I need to disconnect eth0 and if I do so then my SSH connection (over eth0)to the server hangs!
Is there someway, I can compel my workstation to send internet packets to wlan0 irrespective of the connection state of eth0.