SOLVED FreeNAS jails - where do I find MAC address

KevDog

Patron
Joined
Nov 26, 2016
Messages
462
I've created 3 jails within FreeNAS with VNET. I'm definitely no expert on creating these jails but the virtual networking card is paired with an epair and then bridged with the physical network adapter.

Within each jail I've setup a static IP address however I'd like to reserve this IP address on pfSense which requires a MAC address.

Looking at ifconfig however I have a MAC address for the epair interface and a MAC address for the vnet interface.

Within the jail

Code:
#> ifconfig
epair0b: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
    options=8<VLAN_MTU>
    ether 02:ff:60:ba:b5:82
    hwaddr 02:a8:d0:00:0b:0b
    inet 10.0.1.158 netmask 0xffffff00 broadcast 10.0.1.255
    nd6 options=1<PERFORMNUD>
    media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
    status: active
    groups: epair


Which is the MAC address I need to add to pfSense -- the ether or hwaddr?
 

KevDog

Patron
Joined
Nov 26, 2016
Messages
462
Top