01-10-2022
05:24 AM
- last edited on
01-14-2022
11:34 AM
by
Translator
Hello,
I would like to communicate two remote sites through the internet with gns3. I have a virtual machine which has three network cards VMnet0 has VMnet2, the VMnet2 is NAT the other two are Host-only. the problem is that VMnet2 which happens to ping the internet the other two not because they are Host-only. Does it have a minus to make these two sites communicate through the cloud? how to do it ?
R2#ping google.com
Translating "google.com"...domain server (8.8.8.8) [OK]
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 142.250.179.110, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 56/67/72 ms
R2#
R3#ping google.com
Translating "google.com"...domain server (8.8.8.8) (192.168.221.1)
% Unrecognized host or address, or protocol not running.
R3#
I need your help !
Solved! Go to Solution.
01-10-2022 06:00 AM
The one working NATed, the one not working Host Only (that need to NAT to go out). -192.168.221.1
01-10-2022 02:34 PM
Any IP from private range must be NAT'ed before getting out on Internet. ISP must block such IP ranges (and do block) from getting into the Internet routing tables.
Enable NAT on your VMnet NIC although I am not sure if u can, read VMware Doc for NAT and NICs. I think Host-only NIC specs may not give you option to do NAT as comparing to NAT or Bridge NICs.
Regards, ML
**Please Rate All Helpful Responses **
01-10-2022 06:00 AM
The one working NATed, the one not working Host Only (that need to NAT to go out). -192.168.221.1
01-10-2022 02:34 PM
Any IP from private range must be NAT'ed before getting out on Internet. ISP must block such IP ranges (and do block) from getting into the Internet routing tables.
Enable NAT on your VMnet NIC although I am not sure if u can, read VMware Doc for NAT and NICs. I think Host-only NIC specs may not give you option to do NAT as comparing to NAT or Bridge NICs.
Regards, ML
**Please Rate All Helpful Responses **
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