-1
votes
3answers
597 views

linux - forward ip packets between two hosts

I have 3 computers running CentOS: A, B, C. They have addresses 192.168.3.1, 192.168.3.2, 192.168.3.3. I cannot use a switch for this setup. B has two network cards connected to the others. ie. A ...
1
vote
0answers
194 views

IP forward with Android 4.0 don't work

Il test a man in the middle attack (mitm) in wireless with a smartphone (HTC One X) and 2 computers. With the smartphone, the arp cache poisoning has correctly corrupted my 2 computers. For the ...
0
votes
1answer
2k views

Cannot access XAMPP (1.7.3) from my local network

I am running XAMPP 1.7.3 on windows 7. My problem is that when I try to access my server (localhost) from another computer, the server does not respond. For example, [on my computer] when I type in ...
1
vote
2answers
830 views

C#: get Client-IP after ProxyPass

My ASP.NET application checks the IP of the calling client. But I have to host it behind a Linux-Box where Apache redirects it to an internal Windows 2003 Server running IIS like: ProxyPass /srs ...