No internet out from Iocages

Magnus Svensson

Dabbler
Joined
Apr 5, 2016
Messages
33
Greetings.

Something have happened with my Plex iocage.
When I try to update it so dosent it have any internet connection out.
Ive tried to google whats wrong but I cant find anything that helps get out from the jail.
Iva also tried to change the network type re0, bridge0,epair0 and vnet0.
Also have the box at VNET dosent seem to help either.

I can access it fine from Computer, ps4 and phone. But its the communication out thats not working.

Here are logs of this:
https://pastebin.com/CmHrq30q

EDIT . I forgot to mentionthat I updated Freenas yesterday and after that something did happen.
 
Last edited:

Magnus Svensson

Dabbler
Joined
Apr 5, 2016
Messages
33
After a reboot Plex could gain access to internet without any problem.
But the iocage that I'am trying to create for a minecraft server isent getting any internet access.
I've checked every thing in the web gui and it looks the same.

Here are the logs.
Code:
root@Plex:~ # ifconfig                                                                                                   
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500                                                
        options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>                             
        ether 14:da:e9:58:d5:0a                                                                                          
        hwaddr 14:da:e9:58:d5:0a                                                                                         
        inet 192.168.1.210 netmask 0xffffff00 broadcast 192.168.1.255                                                    
        media: Ethernet autoselect (1000baseT <full-duplex>)                                                             
        status: active                                                                                                   
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384                                                        
        options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>                                                            
        groups: lo                                                                                                       
bridge0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500                                                       
        ether 02:b7:98:80:a8:00                                                                                          
        groups: bridge                                                                                                   
        id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15                                                      
        maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200                                                         
        root id 00:00:00:00:00:00 priority 0 ifcost 0 port 0  
root@Plex:~ # ping 8.8.8.8                                                                                               
PING 8.8.8.8 (8.8.8.8): 56 data bytes                                                                                    
64 bytes from 8.8.8.8: icmp_seq=0 ttl=116 time=11.650 ms                                                                 
64 bytes from 8.8.8.8: icmp_seq=1 ttl=116 time=11.618 ms                                                                 
64 bytes from 8.8.8.8: icmp_seq=2 ttl=116 time=11.602 ms                 



root@Minecraft:~ # ifconfig                                                                                              
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500                                                
        options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>                             
        ether 14:da:e9:58:d5:0a                                                                                          
        hwaddr 14:da:e9:58:d5:0a                                                                                         
        inet 192.168.1.245 netmask 0xffffff00 broadcast 192.168.1.255                                                    
        media: Ethernet autoselect (1000baseT <full-duplex>)                                                             
        status: active                                                                                                   
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384                                                        
        options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>                                                            
        groups: lo                                                                                                       
bridge0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500                                                       
        ether 02:b7:98:80:a8:00                                                                                          
        groups: bridge                                                                                                   
        id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15                                                      
        maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200                                                         
        root id 00:00:00:00:00:00 priority 0 ifcost 0 port 0     
root@Minecraft:~ # ping 8.8.8.8                                                                                          
ping: ssend socket: Operation not permitted  


The other thing are that when I try to install a new plugin it stalls on Installing with the circle and then nothing.
I need to reboot the server to gain access to the web gui for jails or plugins.
I am runing freenas 11.2.

Regards Magnus
 
D

dlavigne

Guest
The Realtek NIC should really be replaced with an Intel one (see the recommendations in the forums), especially if you plan on having multiple plugins.
 

KrisBee

Wizard
Joined
Mar 20, 2017
Messages
1,288
@Magnus Svensson Leaving aside whether a realtec NIC is a poor performer under FreeBSD, could please clarify if in the ifconfig output you posted at pastbin, the name of your FreeNAS box is "Skynet".

Could you please post the output of ifconfig from your FreeNAS host as it is now, after your re-boot, and the output of iocage list -l.
 
Last edited:
Top