noarp question
"Shi, Josh (Unix Admin - PCS)" <[email protected]>
| Newsgroups | gmane.linux.highavailability.ultramonkey |
|---|---|
| Message-ID | <284CD042B4ACD4118EAE0008C786DC5124432462@cc02-exchange.systemax.com> |
On real servers, noarp is required. an example is as follows: #/sbin/arptables -A IN -j DROP -d 192.168.6.240 #/sbin/arptables -A OUT -j mangle -o eth0 -s 192.168.6.240 --mangle-ip-s 192.168.6.2 Then for the secord, the following works ? #/sbin/arptables -A IN -j DROP -d 192.168.6.242 #/sbin/arptables -A OUT -j mangle -o eth0 -s 192.168.6.242 --mangle-ip-s 192.168.6.4 Thanks, Josh -- Ultra Monkey - http://www.ultramonkey.org/ To UNSUBSCRIBE, email to [email protected], with a body: unsubscribe ultramonkey-users [email protected] where "[email protected]" is YOUR email address.