yannickmonteiro_27
Created Feb 18, 2021 11:54:25
(0)
(0)
I appreciated your comment, in this case I undestand the trnaslation inside. Cisco ip nat inside source static 10.85.0.170 41.221.193.199 ip nat inside source static 10.85.0.171 41.221.193.200 Huawei nat static global 41.221.193.199 inside 10.85.0.170 nat static global 41.221.193.200 inside 10.85.0.171 but the translation outside ip nat outside source static 41.221.193.199 10.85.0.170 ip nat outside source static 41.221.193.200 10.85.0.171 how is it?
chenhui
Reply yannickmonteiro_27 Created Feb 18, 2021 14:45:26
(0)
(0)
As far as I know, Cisco 'ip nat inside' only allows the internal host visit the internet, in the opposite direction, it's blocked. Which to say, it's impossible to visit the internal host from the internet. While 'ip nat outside' will fill that blank. But for Huawei routers, the 'nat static' allows the internal host and internet host access each other using the single command. |
|
|
|
yannickmonteiro_27
Created Feb 18, 2021 10:06:52
(0)
(0)
Hi, @Popeye_Wang, This is the private IP - 10.80.0.170 This is the Public IP - 41.221.193.199 so in this case how shoud be the ACL? Can you help I have windows mantenence in February 19, and i have some doubts how to use these commands on the huawei router. Using NAT static, I think that when using acl and outbound we are talking about PAT. this is NAT static from CIsco, the actual configuration ip nat inside source static 10.85.0.170 41.221.193.199 ip nat inside source stat
yannickmonteiro_27
Created Feb 18, 2021 10:07:53
(0)
(0)
ip nat inside source static 10.85.0.171 41.221.193.200 ip nat outside source static 41.221.193.199 10.85.0.170 ip nat outside source static 41.221.193.200 10.85.0.171 and I'm not able to figure out how to translate to huawei, putting in interfaces like NAT inside or outside |
yannickmonteiro_27
Created Feb 18, 2021 11:54:25
(0)
(0)
I appreciated your comment, in this case I undestand the trnaslation inside. Cisco ip nat inside source static 10.85.0.170 41.221.193.199 ip nat inside source static 10.85.0.171 41.221.193.200 Huawei nat static global 41.221.193.199 inside 10.85.0.170 nat static global 41.221.193.200 inside 10.85.0.171 but the translation outside ip nat outside source static 41.221.193.199 10.85.0.170 ip nat outside source static 41.221.193.200 10.85.0.171 how is it?
chenhui
Reply yannickmonteiro_27 Created Feb 18, 2021 14:45:26
(0)
(0)
As far as I know, Cisco 'ip nat inside' only allows the internal host visit the internet, in the opposite direction, it's blocked. Which to say, it's impossible to visit the internal host from the internet. While 'ip nat outside' will fill that blank. But for Huawei routers, the 'nat static' allows the internal host and internet host access each other using the single command. |
|