I have an Enterasys X-Pedition 2400 256 and i'm trying to set a nat pat, but i couldn't make it work yet. I couldn't find enough resources to understand how to set pat on this model of switch so i've been just crashing my head on wall to accomplish it 😞
Could someone explain me how could i do it or give me some tips? Any help is welcome!
Below are the configurations i've tried so far. Where it should be a public IP i replaced by "pu.bl.ic.ip"
vlan create externa port-based id 2054
vlan create interna port-based id 2
vlan add ports et.2.8 to externa
vlan add ports et.2.(6-7) to interna
interface create ip en2 address-netmask 192.168.2.1/24 vlan interna up
interface create ip en8 address-netmask pu.bl.ic.ip/24 vlan externa up
acl lcl2 permit ip 192.168.2.0/24
ip add route 192.168.2.0/24 gateway 192.168.2.1
ip add route default gateway pu.bl.ic.254
dhcp scope2 define parameters address-netmask 192.168.2.1/24 gateway 192.168.2.1
dhcp scope2 define pool 192.168.2.2-192.168.2.3
nat set interface en2 inside
nat set interface en8 outside
nat create dynamic enable-ip-overload local-acl-pool lcl2 global-pool pu.bl.ic.ip