-
MelMalik
I am definitely holding ipfw NAT wrong, which is why I can't make it work for me to run the IPv4 for my jails; my only question is, how is it supposed to be held "right"?
-
» megaTherion is using pf
-
jemius
When I'm doing a scrub with ZFS, what's, in the status, the difference between "122 G / 180G scanned" and "1G / 180G issued". What's issued? I'd expect that a scan already means that all hashes have been checked
-
tsoome
please read zpool-scrub(8)
-
tsoome
if you then still have questions, ask;)
-
ketas
manpage is not clear about it, and googling found out it's completely backwards?
-
ketas
like i assumed issued is ready to process and scanned is processed
-
ketas
but scanned is before
-
ketas
that explains why issued is lower
-
ketas
that's the real thing
-
ketas
to issue is such a fancy word that no wonder it confused living hell out of people
-
ketas
i mean zfs is full of weirdness, have to be sun engineeri to get why i guess
-
ketas
like how zfs talks in full confusing messages, spanning 2-3 sentences long to say errors
-
ketas
and put mysterious long error number or id there
-
ketas
as if one needs to fish it out of manuals or phone support or so
-
ketas
maybe they actually did
-
ketas
applications unaffected and applications affected is one of that weirdness
-
ketas
seems like lawyers also entered zfs dev back then and so on
-
ketas
it's wtf to everyone else
-
ketas
zfs also has invented new words to existing methods
-
tsoome
you never know which ones are patented etc;)
-
ketas
:p
-
mzar
there are almost no issues reported, probably people no longer use FreeBSD and just hang here out of curiosity
-
mzar
am I right ?
-
hodapp
not sure that existing methods were really standardized enough that it would make any sense for the ZFS terms to just be changed to match them
-
MelMalik
are you joking, mzar?
-
ketas
cats here?
-
ketas
curious
-
MelMalik
???
-
ketas
mzars
-
MelMalik
megaTherion, does that work when one has vnet jails? like, can the jails have their own firewall rules?
-
zie
mzar:
bugs.freebsd.org/bugzilla would disagree with you. They even have a handy show bugs filed in the last 24hrs link. Feel free to fix some of them!
-
mason
MelMalik: vnet jails can have their own firewalling, yes
-
mason
MelMalik: In fact, I recently learned that if the host has ipfw enabled, I need to add rules to jails or they pick up a default deny.
-
MelMalik
mason, hellofa coincidence, i also recently learned that
-
MelMalik
but I was asking about pf, not ipfw, as I am (mostly-unseriously) considering converting my setup to pf
-
mason
Is there an elevator pitch that would recommend such a conversion? ipfw seems fine here.
-
MelMalik
I can't work out how I'm holding ipfw NAT wrong that makes me unable to set nexthop the host in one of the VMs and have stuff work
-
mason
MelMalik: Ah, make sure that you don't have TSO enabled. From the bottom of the ipfw man page: "Due to the architecture of libalias(3), ipfw nat is not compatible with the TCP segmentation offloading (TSO). Thus, to reliably nat your network traffic, please disable TSO on your NICs using ifconfig(8)."
-
mason
This bit me.
-
MelMalik
I believe I did that already. However, vlanhwtso was up - is that by change the same?
-
mason
Not sure, but it's a good question.
-
MelMalik
With that arranged, should it be sufficient to have `ipfw nat 1 config if ix0 log; ipfw add 00500 nat 1 log ip4 from 10.6.0.0/16 to any out via ix0; ipfw add 00502 nat 1 log ip4 from any to me in via ix0"?
-
MelMalik
[mismatched quotes]
-
MelMalik
update: later rule was misconfigured
-
MelMalik
xD
-
mason
Ah, glad you found it. I don't have enough internalized to debug without going back to the docs.
-
MelMalik
I had been using allow ip from any to me/me to any; I had forgotten to also use any to 10.6/16 and 10.6/16 to any
-
Macer
looks like my ancient supermicro 1u X8 has a panic on boot on fbsd :/ that sucks.
-
Macer
i thought that thing would be smooth sailing
-
mzar
zie: fixed, but only one ;-)
-
mzar
zie: I don't think this fix will pass further, but problems can be solved in many ways ;-)
-
hernan604
does zfs create mirror supports disk labels ?
-
mason
hernan604: Yeah, you can use GPT labels if that's what you mean.
-
mzar
hernan604: so please follow mason amd don't use glabel(8)
-
mason
Oddly enough, glabel talks about GPT labels in the glabel(8) man page, but they are indeed distinct.