Page 1 of 1

Can't ping outside network from inside network

Posted: Wed May 03, 2017 12:43 am
by paingzin
Hi, anyone
I'm running Eve-ng at ESXI 5.5.
i try to ping from internal VPCS to outside network. but can't ping and even ping fails to even-ng
here is my configuration.
Eve-ng server route output
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 172.16.7.1 0.0.0.0 UG 0 0 0 pnet0
172.16.7.0 * 255.255.255.0 U 0 0 0 pnet0
# The primary network interface
iface eth0 inet manual
auto pnet0
iface pnet0 inet static
address 172.16.7.200
netmask 255.255.255.0
gateway 172.16.7.1
dns-domain mizure.com
dns-nameservers 8.8.8.8
bridge_ports eth0
bridge_stp off

# Cloud devices
iface eth1 inet manual
auto pnet1
iface pnet1 inet manual
bridge_ports eth1
bridge_stp off


VPCS configuration
VPCS> show ip

NAME : VPCS[1]
IP/MASK : 0.0.0.0/0
GATEWAY : 0.0.0.0
DNS :
MAC : 00:50:79:66:68:04
LPORT : 20000
RHOST:PORT : 127.0.0.1:30000
MTU : 1500

VPCS> ip 172.16.7.202/24 172.16.7.1
Checking for duplicate address...
PC1 : 172.16.7.202 255.255.255.0 gateway 172.16.7.1

VPCS> ping 172.16.7.200

host (172.16.7.200) not reachable

VPCS>

Re: Can't ping outside network from inside network

Posted: Wed May 03, 2017 1:45 am
by ramindia
paingzin wrote:
Wed May 03, 2017 12:43 am
Hi, anyone
I'm running Eve-ng at ESXI 5.5.
i try to ping from internal VPCS to outside network. but can't ping and even ping fails to even-ng
here is my configuration.
Eve-ng server route output
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 172.16.7.1 0.0.0.0 UG 0 0 0 pnet0
172.16.7.0 * 255.255.255.0 U 0 0 0 pnet0
# The primary network interface
iface eth0 inet manual
auto pnet0
iface pnet0 inet static
address 172.16.7.200
netmask 255.255.255.0
gateway 172.16.7.1
dns-domain mizure.com
dns-nameservers 8.8.8.8
bridge_ports eth0
bridge_stp off

# Cloud devices
iface eth1 inet manual
auto pnet1
iface pnet1 inet manual
bridge_ports eth1
bridge_stp off


VPCS configuration
VPCS> show ip

NAME : VPCS[1]
IP/MASK : 0.0.0.0/0
GATEWAY : 0.0.0.0
DNS :
MAC : 00:50:79:66:68:04
LPORT : 20000
RHOST:PORT : 127.0.0.1:30000
MTU : 1500

VPCS> ip 172.16.7.202/24 172.16.7.1
Checking for duplicate address...
PC1 : 172.16.7.202 255.255.255.0 gateway 172.16.7.1

VPCS> ping 172.16.7.200

host (172.16.7.200) not reachable

VPCS>

1. Is your EVE-NG able to ping 172.16.7.1 - if yes.
2. have you connected your VPCS to cloud(pnet0) ? ( show us your topo for better understanding)

R!