Jail Can't Ping Gateway

Status
Not open for further replies.

lmorroni

Cadet
Joined
Feb 18, 2013
Messages
2
I can't get my jail to ping the network gateway. I have setup multiple jails and freenas 8+ machines successfully but never on a VM Server.
I am running FreeNAS-8.3.1-BETA3-x64 on a VSphere 5.1.0 Server.
I setup my default gateway and then setup a jail. I have network access on my freenas machine. I can ping my
freenas machine from my jail and I can ping my jail from my freenas machine. However, I can't ping my gateway
or anything else from the jail. Here is the jail ifconfig -a
Code:
MySoftware# ifconfig -a
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
	options=3<RXCSUM,TXCSUM>
	inet 127.0.0.1 netmask 0xff000000
	inet6 ::1 prefixlen 128
	inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
	nd6 options=3<PERFORMNUD,ACCEPT_RTADV>
epair0b: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=8<VLAN_MTU>
	ether 02:e3:1b:00:05:0b
	inet 10.1.2.11 netmask 0xffffff00 broadcast 10.1.2.255
	inet6 fe80::e3:1bff:fe00:50b%epair0b prefixlen 64 scopeid 0x2
	nd6 options=3<PERFORMNUD,ACCEPT_RTADV>
	media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
	status: active
MySoftware#


Here is the freenas ifconfig -a
Code:
[root@jimi] ~# ifconfig -a
em0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=98<VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
	ether 00:0c:29:dc:08:08
	inet 10.1.2.80 netmask 0xffffff00 broadcast 10.1.2.255
	media: Ethernet autoselect (1000baseT <full-duplex>)
	status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
	options=3<RXCSUM,TXCSUM>
	inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
	inet6 ::1 prefixlen 128
	inet 127.0.0.1 netmask 0xff000000
	nd6 options=3<PERFORMNUD,ACCEPT_RTADV>
bridge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
	ether 02:50:75:5d:b0:00
	inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255
	id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15
	maxage 20 holdcnt 6 proto rstp maxaddr 100 timeout 1200
	root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0
	member: em0 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
	        ifmaxaddr 0 port 1 priority 128 path cost 20000
	member: epair0a flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
	        ifmaxaddr 0 port 4 priority 128 path cost 2000
epair0a: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
	options=8<VLAN_MTU>
	ether 02:e3:1b:00:04:0a
	inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255
	media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
	status: active
	

Is there a chance that this is a bug or am I missing something?
Thanks,
Larry
 

ProtoSD

MVP
Joined
Jul 1, 2011
Messages
3,348
You're missing something. Search some of the esxi related posts, there's a setting I can't remember that should help.
 

lmorroni

Cadet
Joined
Feb 18, 2013
Messages
2
Success

Yes, that did the trick. Thank you very much.

I am running ESXI 5.1 VSphere.
I had to click on the VMWare Server then goto the Configuration tab.
Networking->Properties...->vSwitch (Edit)-->Security Tab->Promiscuous Mode->ACCEPT
 
Joined
Mar 17, 2013
Messages
3
I have the same issue but enabling promiscouos mode on ESXi does not help. jail can ping ESXi, but not beyond it and jail cannot be pinged from outside.
 

pintapiva

Explorer
Joined
Jul 17, 2013
Messages
71
I have the same issue.. and YES!

I had to click on the VMWare Server then goto the Configuration tab.
Networking->Properties...->vSwitch (Edit)-->Security Tab->Promiscuous Mode->ACCEPT

It's works for me... thx
 

JohnnyFreeNAS

Dabbler
Joined
Feb 11, 2016
Messages
24
I have the same issue.. and YES!

I had to click on the VMWare Server then goto the Configuration tab.
Networking->Properties...->vSwitch (Edit)-->Security Tab->Promiscuous Mode->ACCEPT


It's works for me... thx


This worked for me!
 
Status
Not open for further replies.
Top