1) I didn't allow me to do that
2) changed that, at which point I couldn't access the machine remotely,
this is what the route table looked like:
C:\Documents and Settings\Administrator>route print
IPv4 Route Table
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x10003 ...00 0c 29 dc ca 1f ...... VMware Accelerated AMD PCNet Adapter
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 172.16.5.126 172.16.5.215 2
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
172.16.5.0 255.255.255.0 172.16.5.215 172.16.5.215 10
172.16.5.0 255.255.255.0 172.16.5.126 172.16.5.215
1
172.16.5.215 255.255.255.255 127.0.0.1 127.0.0.1 10
172.16.255.255 255.255.255.255 172.16.5.215 172.16.5.215 10
224.0.0.0 240.0.0.0 172.16.5.215 172.16.5.215 10
255.255.255.255 255.255.255.255 172.16.5.215 172.16.5.215 1
Default Gateway: 172.16.5.126
===========================================================================
Persistent Routes:
None
and also did this on the director:
echo 0 > /proc/sys/net/ipv4/conf/eth0/accept_redirects
this is the output of "tcpdump -n -i eth0:1 port 80|grep 172.16.5.17":
10:51:07.396645 IP 172.16.5.17.50791 > 172.16.5.215.http: S
2000627253:2000627253(0) win 65535 <mss 1260,nop,nop,sackOK>
10:51:07.402992 IP 172.16.5.215.http > 172.16.5.17.50791: S
3830052267:3830052267(0) ack 2000627254 win 16384 <mss 1460,nop,nop,sackOK>
10:51:07.404017 IP 172.16.5.17.50791 > 172.16.5.215.http: . ack 1 win 65535
10:51:07.404025 IP 172.16.5.17.50791 > 172.16.5.215.http: P 1:167(166)
ack 1 win 65535
10:51:07.621725 IP 172.16.5.215.http > 172.16.5.17.50791: . ack 167 win
65369
10:51:09.156539 IP 172.16.5.215.http > 172.16.5.17.50791: P 1:201(200)
ack 167 win 65369
10:51:09.232508 IP 172.16.5.17.50791 > 172.16.5.215.http: . ack 201 win
65335
10:52:56.544817 IP 172.16.5.215.http > 172.16.5.17.50791: R 201:201(0)
ack 167 win 0
still doing the same wrong thing it seems.
3) Does not allow this, I did add this though to the routing table:
172.16.5.0 255.255.255.255 172.16.5.126 172.16.5.215 2
didn't do much good either way.
Regards,
Omar
|