Can someone have a look at my ifconfig?

Status
Not open for further replies.

mrMuppet

Contributor
Joined
Mar 14, 2014
Messages
192
I'm not sure, but someone said my network config could be causing some networking problems (plex & LMS not working 100% in iocage) i have. It seems that there is a bridge installed that shouldn't be there. I have this installation up for about 3 years and maybe its time for a complete clean reinstall. I the Ui i can't find anything about this bridge or something in relation to it. I only used these 8 jails without any special VLAN or Link aggregation or so.

What do you think? Is this bridge a problem? Is there another way to remove the bridge?

Code:
ifconfig
igb0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
		options=2400b9<RXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,VLAN_HWTSO,RXCSUM_IPV6>
		ether d0:50:99:c1:35:4e
		hwaddr d0:50:99:c1:35:4e
		inet 192.168.178.164 netmask 0xffffffff broadcast 192.168.178.164
		inet 192.168.178.160 netmask 0xffffff00 broadcast 192.168.178.255
		inet 192.168.178.126 netmask 0xffffff00 broadcast 192.168.178.255
		inet 192.168.178.162 netmask 0xffffff00 broadcast 192.168.178.255
		inet 192.168.178.165 netmask 0xffffff00 broadcast 192.168.178.255
		inet 192.168.178.161 netmask 0xffffff00 broadcast 192.168.178.255
		inet 192.168.178.163 netmask 0xffffff00 broadcast 192.168.178.255
		inet 192.168.178.156 netmask 0xffffff00 broadcast 192.168.178.255
		nd6 options=9<PERFORMNUD,IFDISABLED>
		media: Ethernet autoselect (1000baseT <full-duplex>)
		status: active
igb1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
		options=6403bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6>
		ether d0:50:99:c1:35:4d
		hwaddr d0:50:99:c1:35:4d
		nd6 options=9<PERFORMNUD,IFDISABLED>
		media: Ethernet autoselect
		status: no carrier
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 0x3
		inet 127.0.0.1 netmask 0xff000000
		nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
		groups: lo
bridge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
		ether 02:e4:12:a9:d3:00
		nd6 options=1<PERFORMNUD>
		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 32768 ifcost 0 port 0
		member: epair1a flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
				ifmaxaddr 0 port 6 priority 128 path cost 2000
		member: igb0 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
				ifmaxaddr 0 port 1 priority 128 path cost 20000
epair1a: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
		options=8<VLAN_MTU>
		ether 02:7f:50:00:06:0a
		hwaddr 02:7f:50:00:06:0a
		nd6 options=1<PERFORMNUD>
		media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
		status: active
		groups: epair

 
Joined
Apr 9, 2015
Messages
1,258
If you have a jail you have a bridge so that the jail has network access.

If you go into the reporting section under the network tab you should see it listed there.
 

mrMuppet

Contributor
Joined
Mar 14, 2014
Messages
192
Ok. You think there is no misconfiguration obvious?

Gesendet von meinem ONEPLUS A3003 mit Tapatalk
 
Status
Not open for further replies.
Top