View Single Post
  #2 (permalink)  
Old 2008-04-17
abusharif abusharif is offline
Senior Member
 
Join Date: 2006-04-27
Location: Twillight zone
Posts: 453
Rep Power: 3
abusharif has an average reputation (10+)
Default Re: problem with manual static nat

if its nokia platform, you add them via voyager, ARP menu

if its splat you can add them via regular linux command

arp -s 1.1.1.1 xx:xx:xx:xx pub

where xx:xx:xx:xx is the mac address of your external interface and 1.1.1.1 is the public IP you want to use for NAT

or

arp -s 1.1.1.1 eth0 pub

where eth0 is example of name of the external interface

Last edited by abusharif; 2008-04-17 at 01:03.
Reply With Quote