Have an interesting requirement.... I need to NAT a public address to a private address on a Secure Router 1002.
This is preventing me from reading about SPB!
I've read: http://support.avaya.com/css/P8/documents/100121840 (config guide for SR1002) but none of those configurations seem to work for me. Maybe I'm not doing it right?
I'm trying to nat 198.224.10.50 to 10.30.12.225 on a SR1002 which has two interfaces, a ppp bundle and an ethernet interface.
bundle is 'wan1' 10.254.2.1/30
ethernet 0 10.30.12.245
Traffic Destined to 198.224.10.50 will hit 10.254.2.1, at which time I want it to NAT the destination to 10.30.12.225. Source should remain the same.
I've tried:
config ip nat
Anyone doing anything like this? I figured it would be super easy...
This is preventing me from reading about SPB!
I've read: http://support.avaya.com/css/P8/documents/100121840 (config guide for SR1002) but none of those configurations seem to work for me. Maybe I'm not doing it right?
I'm trying to nat 198.224.10.50 to 10.30.12.225 on a SR1002 which has two interfaces, a ppp bundle and an ethernet interface.
bundle is 'wan1' 10.254.2.1/30
ethernet 0 10.30.12.245
Traffic Destined to 198.224.10.50 will hit 10.254.2.1, at which time I want it to NAT the destination to 10.30.12.225. Source should remain the same.
I've tried:
config ip nat
enable static
address 10.30.12.225 198.224.10.50
interface wan1
I can ping 198.224.10.50 now, but if I try pinging 10.30.12.225 or 10.30.12.245 I don't get a response. address 10.30.12.225 198.224.10.50
interface wan1
Anyone doing anything like this? I figured it would be super easy...
Comment