Page 1 of 1
NAT to single IP address
Posted: 23 Oct 2018 09:36
by jlambwac
Hello Everyone,
Is it possible to NAT from a single internal IP address to a Public IP address on the the 6900? Currently our NATs are setup to specific VLANS. I am not familiar with NATing and I am not sure how to do this or if it is possible. My 6900 is running OS 8.5.164.R01
Re: NAT to single IP address
Posted: 23 Oct 2018 12:47
by silvio
In my knowledge there is no possibility for NAT at OmniSwitches. Here an info from Alcatel:
"NAT feature is not supported in OmniSwitch, however, we can write QOS in OS6250 and OS6450 only for the IP translation:
Please see the following sample configuration:
policy condition internal source ip 192.168.1.0 mask 255.255.255.0
policy action external source rewrite ip ip-address
policy rule NAT condition internal action external
qos apply"
best regards
Silvio
Re: NAT to single IP address
Posted: 29 Sep 2021 05:13
by lanwifi
silvio wrote: ↑23 Oct 2018 12:47
In my knowledge there is no possibility for NAT at OmniSwitches. Here an info from Alcatel:
"NAT feature is not supported in OmniSwitch, however, we can write QOS in OS6250 and OS6450 only for the IP translation:
Please see the following sample configuration:
policy condition internal source ip 192.168.1.0 mask 255.255.255.0
policy action external source rewrite ip ip-address
policy rule NAT condition internal action external
qos apply"
best regards
Silvio
Hello,
I want to do a NAT with a IP received by DHCP client in VLAN1:
How could I add this line without an especific IP address (ip-address)?
Code: Select all
policy action external source rewrite ip ip-address
Best regards.