Ping to the internet from virtual exos doesn't work
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-28-2016 09:57 AM
Hi,
I am new user of Extreme products, so i installed EXOS for virtual lab but when i did all the configuration (vlan, ipaddress, port) , i couldn't ping any website or server in the internet , i can't even ping my default gateway .So, can someone help me to resolve this problem?
Thank you
I am new user of Extreme products, so i installed EXOS for virtual lab but when i did all the configuration (vlan, ipaddress, port) , i couldn't ping any website or server in the internet , i can't even ping my default gateway .So, can someone help me to resolve this problem?
Thank you
28 REPLIES 28
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-28-2016 12:44 PM
I am sorry, I forgot to mention that you need to set a default route as well:
configure iproute add default 192.168.1.1 vr VR-Mgmt The above assumes that 192.168.1.1 is the default gateway for your network. Please adjust if necessary.
configure iproute add default 192.168.1.1 vr VR-Mgmt The above assumes that 192.168.1.1 is the default gateway for your network. Please adjust if necessary.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-28-2016 12:44 PM
i try it
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-28-2016 12:44 PM
No, 8.8.8.8 is the well know IP address of Google's primary public DNS server. Thus it is a common IP address for Internet connectivity tests.
Since you want to reach the Internet, you need to configure an IP address on the Mgmt VLAN, that is allowed to access the Internet from your computer.
Since you want to reach the Internet, you need to configure an IP address on the Mgmt VLAN, that is allowed to access the Internet from your computer.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-28-2016 12:44 PM
Do you mean i should assign the IP 8.8.8.8 to the Mgmt vlan ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-28-2016 12:44 PM
Your setup connects the EXOS VMs management port (VLAN Mgmt, virtual router VR-Mgmt) to your computers Wi-Fi adapter. If you want to ping using that port, you need to specify the virtual router VR-Mgmt:
ping vr VR-Mgmt 8.8.8.8
ping vr VR-Mgmt 8.8.8.8
