All nodes are running Solaris 2.7
http://www.phoneboy.com/fw1/faq/0121.html#NetObjects
MY setup is exactly like whats on that page.
I did notice this in my snoop logs.
206.65.184.50 -> (broadcast) ARP C who is 206.65.184.34, 206.65.184.34 ?
206.65.184.34 -> 206.65.184.50 ARP R 206.65.184.34, 206.65.184 is
8:0:20:d9:37:1c
8:0:20:d9:3 == MAC ADDRESS of firewall
206.65.184.42 == Firewall hme0
192.168.254.110 == Firewall hme1
What I want to do is get 206.65.184.34 translated to 192.168.254.101
192.168.254.101 == WWW Server
08:00:20:d0:e8:68 == WWW MAC Address
How should my arp -s string look ??
And do I need a static route ??
# cat /etc/rc3.d/S99rc.local
#!/bin/sh
/usr/sbin/route add -host 206.65.184.34 192.168.254.101
/usr/sbin/arp -s 206.65.184.34 8:0:20:d9:37:1c pub
As far as I can tell everything looks correct.
================================================================================
To unsubscribe from this mailing list, please see the instructions at
http://www.checkpoint.com/services/mailing.html
================================================================================