Can't reach FreeNAS jails/plugins via network

Status
Not open for further replies.

Intel

Explorer
Joined
Sep 30, 2014
Messages
51
Hello

I wanted to start using Plugins, specifically 'Transmission' and Plex Media server. I have installed the plugins but I cannot ping the Gateway (router) from the jail, from the FreeNAS server there is no communication problem.

FreeNAS server info:
Code:
Hostname     gserver.local
Build     FreeNAS-9.3-STABLE-201505130355
Platform     Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz
Memory     8166MB
System Time     Fri May 15 17:22:22 PDT 2015
Uptime     5:22PM up 9:24, 1 user
Load Average     0.00, 0.05, 0.06

Name     IPv4 Address     IPv6 Address
em0     192.168.1.115/24    
bridge0     192.168.1.254/24    
Nameserver
192.168.1.1
Default route
192.168.1.1


and here is some information as you can see the default route within the jail can't be pinged...its as if the jail is not sharing the same network...

Code:
[root@gserver] ~# jexec 10 csh
root@transmission_1:/ # ifconfig
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
   options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
   inet6 ::1 prefixlen 128
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
   inet 127.0.0.1 netmask 0xff000000
   nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
epair0b: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
   options=8<VLAN_MTU>
   ether 02:c1:9a:00:06:0b
   inet 192.168.1.220 netmask 0xffffff00 broadcast 192.168.1.255
   nd6 options=9<PERFORMNUD,IFDISABLED>
   media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
   status: active
root@transmission_1:/ # route get 0/0
  route to: default
destination: default
  mask: default
  gateway: 192.168.1.1
  fib: 0
  interface: epair0b
  flags: <UP,GATEWAY,DONE,STATIC>
 recvpipe  sendpipe  ssthresh  rtt,msec  mtu  weight  expire
  0  0  0  0  1500  1  0
root@transmission_1:/ # ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1): 56 data bytes
^C
--- 192.168.1.1 ping statistics ---
6 packets transmitted, 0 packets received, 100.0% packet loss



and ping from FreeNAS to jail is success... as well as jail to Freenas.
Code:
root@transmission_1:/ # ping 192.168.1.115
PING 192.168.1.115 (192.168.1.115): 56 data bytes
64 bytes from 192.168.1.115: icmp_seq=0 ttl=64 time=0.071 ms
^C
--- 192.168.1.115 ping statistics ---
1 packets transmitted, 1 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.071/0.071/0.071/0.000 ms
root@transmission_1:/ # exit
exit
[root@gserver] ~# ping 192.168.1.220
PING 192.168.1.220 (192.168.1.220): 56 data bytes
64 bytes from 192.168.1.220: icmp_seq=0 ttl=64 time=0.029 ms
64 bytes from 192.168.1.220: icmp_seq=1 ttl=64 time=0.105 ms
^C
--- 192.168.1.220 ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.029/0.067/0.105/0.038 ms
[root@gserver] ~# route get 192.168.1.220
  route to: 192.168.1.220
destination: 192.168.1.0
  mask: 255.255.255.0
  fib: 0
  interface: em0
  flags: <UP,DONE,PINNED>
 recvpipe  sendpipe  ssthresh  rtt,msec  mtu  weight  expire
  0  0  0  0  1500  1  0
[root@gserver] ~#




any help is appreciated....
 
Status
Not open for further replies.
Top