Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.
Moderator: mike
-
paingzin
- Posts: 1
- Joined: Mon May 01, 2017 6:43 pm
Post
by paingzin » 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>
-
ramindia
- Posts: 409
- Joined: Sun Mar 19, 2017 10:27 pm
Post
by ramindia » Wed May 03, 2017 1:45 am
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!