00:09:22 After upgrading to 15.1 there's a message to run service local_unbound setup. Well... that deleted all my config. :( I use it internally for my local lan and I could rewrite it easily however I didn't expect to overwrite the old config. 00:22:55 pertho: Someone just posted a matrix of Intel support on the forums You might want to look there. 00:42:08 is there a list of invalid characters in network interface names? 00:45:53 kerneldove: ifconfig(8) man page: Name may not be longer than 15 characters. No other character restrictions listed. 00:47:01 even '`"? that's wild 01:01:47 is there anything wrong with renaming network interfaces to arbitrary strings? it would be to help me keep track of which is which. like ifconfig epair5 create; ifconfig epair5a name foo-bar 01:05:30 thermos: I suggest creating a dataset on the host and nullfs mounting it in the jail 01:06:09 Maybe you can unjail a dataset that was previously jailed, but I think they aren't meant to be unjailed 01:07:37 ifconfig em0 name eth0 01:07:41 no, no problem at all 01:23:03 ok cool ty! 01:26:19 kerneldove: i forget that bhyve adds the host to the description. does jails do not? 01:26:39 description: vnet0 host interface for Bastille jail dns0 01:26:44 bastille does 01:28:52 rtprio it does but i need to distinguish interfaces i give to jails. the handbook uses the 4th octet of its ipv4 ip, but not all of my jails have public ips. some only have private ips because they're 'behind' a nat jail that has the public ip and proxies for the other jails 01:28:57 what do you think about that? 01:52:27 but then it would still at least have a jail name, ya? 01:52:43 ya 01:52:57 so sounds like you're coming to my idea of using jail name as interface name? 01:53:07 but i still don't see the problem? 01:53:28 k if a jail doesn't have a public ip, what unit number to use for "epair"? 01:53:31 that's the problem 01:53:42 doesn't your jail manager assign one automatically? 01:53:48 in the handbook, last octet of its public ip is the {id} in jail config 01:53:56 i don't use a jail manager 01:54:17 i haven't found something like vm-bhyve but for jails 01:54:27 like bastille? 01:54:32 is it? 01:54:40 which i don't think is quite on par with vm-bhyve but does a lot of what i need 01:54:57 it does manage to pick non-conflicting epair names tho 01:55:07 what does it base them on? 01:56:57 it renames mine to ed0a_hostname 01:57:07 * automagically * 01:57:13 what's ed0? 01:57:25 er, e0a_ it's the epair 01:57:30 if you want to change a jail's hostname does it rename the if? 02:00:31 bastille rename dns0 dns1 02:00:46 did if change? 02:01:46 i'm sure it would, -a would restart it, which would presumably recreate the interface 02:02:04 ok well it's an interesting idea 02:02:16 i already base jail name on hostname, so if too woul dbe consistent with that 02:02:24 e0_ is an interesting convention too 02:03:07 i notice ed0a_hostname has no unit number at the end. is the 0 the unit number? 02:08:29 rtprio ?