Running FreeNAS-11.2-BETA1
I want to be able to have a unique MAC address for my jails so i can control the IP given to it via my pfsense router
Why do i have 2 different values for ether and hwaddr?
I created an emby jail with this
wget https://raw.githubusercontent.com/MediaBrowser/iocage-amd64/master/emby-server.json
iocage fetch -P --name emby-server.json ip4_addr="vtnet0|192.168.0.4/24
I then enabled
DHCP Autoconfigure IPv4
VNET
Restarted FreeNAS
ifconfig on FreeNAS shows
net0:1: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
description: associated with jail: emby-server
options=8<VLAN_MTU>
ether 02:ff:60:be:c1:74
hwaddr 02:17:10:00:06:0a
nd6 options=1<PERFORMNUD>
media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
status: active
groups: epair
ifconfig on emby jail shows
epair0b: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8<VLAN_MTU>
ether 02:ff:60:be:c1:75
hwaddr 02:17:10:00:07:0b
inet 192.168.0.83 netmask 0xffffff00 broadcast 192.168.0.255
nd6 options=1<PERFORMNUD>
media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
status: active
groups: epair
Why do i have 2 different values for ether and hwaddr?
Thanks in advance
I want to be able to have a unique MAC address for my jails so i can control the IP given to it via my pfsense router
Why do i have 2 different values for ether and hwaddr?
I created an emby jail with this
wget https://raw.githubusercontent.com/MediaBrowser/iocage-amd64/master/emby-server.json
iocage fetch -P --name emby-server.json ip4_addr="vtnet0|192.168.0.4/24
I then enabled
DHCP Autoconfigure IPv4
VNET
Restarted FreeNAS
ifconfig on FreeNAS shows
net0:1: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
description: associated with jail: emby-server
options=8<VLAN_MTU>
ether 02:ff:60:be:c1:74
hwaddr 02:17:10:00:06:0a
nd6 options=1<PERFORMNUD>
media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
status: active
groups: epair
ifconfig on emby jail shows
epair0b: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8<VLAN_MTU>
ether 02:ff:60:be:c1:75
hwaddr 02:17:10:00:07:0b
inet 192.168.0.83 netmask 0xffffff00 broadcast 192.168.0.255
nd6 options=1<PERFORMNUD>
media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
status: active
groups: epair
Why do i have 2 different values for ether and hwaddr?
Thanks in advance