pupkin
June 20th, 2007, 11:45 AM
Hi,
I have following situation:
my Linux host has two interfaces eth0 (192.168.254.254) and eth1 (192.168.253.254). For the test purpose I want connect these two port with a cable and make some data exchange. For both the server and client socket I make bind(). The IP addresses seem to be assigned properly. When I start the test and lo interface is up everything runs successfully but not over the cable. When I make lo interface down I don't any connection. I also tried to set route for these hosts but with the same result. What am I doing wrong?
Thanks in advance
I have following situation:
my Linux host has two interfaces eth0 (192.168.254.254) and eth1 (192.168.253.254). For the test purpose I want connect these two port with a cable and make some data exchange. For both the server and client socket I make bind(). The IP addresses seem to be assigned properly. When I start the test and lo interface is up everything runs successfully but not over the cable. When I make lo interface down I don't any connection. I also tried to set route for these hosts but with the same result. What am I doing wrong?
Thanks in advance