SOLVED Jails work but applications in them are unreachable

Status
Not open for further replies.

Klontje

Dabbler
Joined
Feb 7, 2016
Messages
47
Hello all,

I just started three 3 jails on FreeNAS 11-RC3: Emby, Sabnzbd and Sonarr. They download, deploy and start ok and I can get into the jail shell and see the application is running:

Code:
root@sonarr_1:/ # ps aux																											
USER	PID %CPU %MEM	VSZ   RSS TT  STAT STARTED	TIME COMMAND																 
root  46797  0.0  0.0  10592  1668  -  IsJ  16:37   0:00.00 dhclient: epair0b [priv] (dhclient)									 
_dhcp 46910  0.0  0.0  10592  1720  -  IsJ  16:37   0:00.00 dhclient: epair0b (dhclient)											
root  47217  0.0  0.0  13144  2080  -  IJ   16:37   0:00.00 /bin/sh /etc/rc														 
root  47234  0.0  0.0   8320  1400  -  IsJ  16:37   0:00.00 /usr/sbin/rtsold -a													 
root  47848  0.0  0.0  13144  2152  -  IJ   16:37   0:00.00 /bin/sh /etc/rc														 
root  47853  0.0  0.0  10472  1504  -  IJ   16:37   0:00.00 /usr/sbin/syslogd -s													
root  47856  0.0  0.0  10472  1856  -  IsJ  16:37   0:00.00 /usr/sbin/syslogd -s													
root  49252  0.0  0.2 145376 50504  -  SJ   16:37   0:02.18 /usr/pbi/sonarr-amd64/bin/python2.7 /usr/pbi/sonarr-amd64/control.py sta
root   7047  0.0  0.0  19676  3184  0  SsJ  17:33   0:00.01 /bin/csh																
root   7068  0.0  0.0  21244  2052  0  R+J  17:33   0:00.00 ps aux																 
root@sonarr_1:/ #																												   


However, I can not connect to the web front-ends. The IP's of the jails are pingable. Any idea on how to troubleshoot this?
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
netstat will show you what ports your jail is listening on. How are you connecting in the browser?

Sent from my Nexus 5X using Tapatalk
 

Klontje

Dabbler
Joined
Feb 7, 2016
Messages
47
Netstat shows me it isn't listening to anything on ipv4:

Code:
root@sabnzbd_1:/ # netstat																										
Active UNIX domain sockets																										
Address		  Type   Recv-Q Send-Q			Inode			 Conn			 Refs		  Nextref Addr					
fffff80134279000 dgram	   0	  0				0 fffff80134278d20				0				0						  
fffff80134278d20 dgram	   0	  0 fffff803657cf938				0 fffff80134279000				0 /var/run/logpriv		
fffff801344825a0 dgram	   0	  0 fffff807a224c000				0				0				0 /var/run/log			
root@sabnzbd_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>																				  
		groups: lo																												
epair1b: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500													  
		options=8<VLAN_MTU>																										
		ether f2:ee:4a:b8:0e:e7																									
		inet 192.168.1.72 netmask 0xffffff00 broadcast 192.168.1.255																
		inet6 fe80::f0ee:4aff:feb8:ee7%epair1b prefixlen 64 scopeid 0x2															
		inet6 2001:984:dfc0:1:f0ee:4aff:feb8:ee7 prefixlen 64 autoconf															
		nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>																	
		media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)																		
		status: active																											
		groups: epair																											  
root@sabnzbd_1:/ # netstat -4																									  
root@sabnzbd_1:/ #																												
 

Klontje

Dabbler
Joined
Feb 7, 2016
Messages
47
Facepalm moment, on the plugins page you actually have to flip a switch to enabled... I kept looking at the jails pages... o_O
 
Status
Not open for further replies.
Top