01-02-2018 02:48 AM - edited 03-08-2019 01:16 PM
Hello and happy new year !
2018 start with 2017 unsolved problem ;)
I have two device who have the same IP, PC1 and Server 2, i can't change it.
So i try to implemente NAT through IE4000.
This is my network:
l2nat instance LABO outside from host 192.168.1.100 to 10.0.3.100 inside from host 10.0.3.2 to 192.168.1.2 ! interface gi 1/1 l2nat LABO !But VLAN aren't implemented yet....
Solved! Go to Solution.
01-10-2018 02:29 AM
#IE4000 configuration
hostname IE4000 l2nat instance LABO inside from host 192.168.1.4 to 10.0.3.4 inside from host 192.168.1.100 to 10.0.3.100 outside from host 10.0.3.2 to 192.168.1.2 exit interface gi 1/1 switchport mode trunk switchport trunk allowed vlan 192 exit interface gi 1/2 switchport acces vlan 192 l2nat LABO exit
interface gi 1/3
switchport acces vlan 192
exit
I remove VLAN4 and push VLAN4 device on VLAN192, this configuration work.
01-02-2018 04:44 AM
Hello,
what do you mean with "Vlans are not implemented' ? What exactly is not working when you configure the l2nat ?
Post the full configs of both devices if possible...
01-02-2018 04:59 AM - edited 01-02-2018 05:01 AM
When i configure l2nat without vlan Server1 can ping Server2 on 192.168.1.2 (and Server2 can ping Server 1 on 10.0.3.100) but i can't have my two device with same ip.
When i add vlan configuration on switchs same ping failed but i can have my two device with same ip.
I try to add vlan without change l2nat configuration , not work.
I try to add vlan and update l2nat configuration like that:
interface gi 1/1 l2nat LABO l2nat LABO 192 l2nat LABO 4
not work.
01-02-2018 05:04 AM - edited 01-02-2018 05:06 AM
01-10-2018 02:29 AM
#IE4000 configuration
hostname IE4000 l2nat instance LABO inside from host 192.168.1.4 to 10.0.3.4 inside from host 192.168.1.100 to 10.0.3.100 outside from host 10.0.3.2 to 192.168.1.2 exit interface gi 1/1 switchport mode trunk switchport trunk allowed vlan 192 exit interface gi 1/2 switchport acces vlan 192 l2nat LABO exit
interface gi 1/3
switchport acces vlan 192
exit
I remove VLAN4 and push VLAN4 device on VLAN192, this configuration work.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide