----- Original Message -----
From: "Ed Haggerty" <[EMAIL PROTECTED]>

> Do not use the virtual address.  Use the REAL address.
>

I have test your suggest, my IF ext is eth1 (10.1.65.83), i have do this
command:

# ifconfig eth1
eth1      Link encap:Ethernet  HWaddr 00:01:02:F4:D0:70
          inet addr:10.1.65.83  Bcast:10.1.65.255  Mask:255.255.255.0
          ......
# arp -s 10.1.65.84 00:01:02:F4:D0:70
# route add -host 10.1.65.84/32 dev eth1
# echo 1 > /proc/sys/net/ipv4/conf/eth1/proxy_arp
# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
192.168.65.0    0.0.0.0         255.255.255.0   U     0      0        0 eth0
10.10.65.0      0.0.0.0         255.255.255.0   U     0      0        0 eth2
10.1.65.0       0.0.0.0         255.255.255.0   U     0      0        0 eth1
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         10.1.65.254     0.0.0.0         UG    0      0        0 eth1

At this point from another machine on network 10.1.65.0/24 execute a ping
but this non work, the IP 10.1.65.84 is unreachable.

what's wrong?

ThankYou

Dario Lesca





_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to