Sender | Message | Time |
---|---|---|
5 Jun 2021 | ||
Download image.png | 03:05:02 | |
(https://en.wikipedia.org/wiki/Netfilter#/media/File:Netfilter-packet-flow.svg) | 03:05:20 | |
it's not available in all chains | 03:06:00 | |
| 03:34:17 | |
Chains are case-sensitive. Use PREROUTING | 04:53:03 | |
Ah | 05:23:23 | |
Upgrading my routers today and noticed that I'm building the kernels. Turns out I have a kernelPatch to enable CONFIG_INFINIBAND_IPOIB_CM back when I first switched to NixOS from Arch, and it's not enabled in the default kernel. | 06:37:45 | |
So apparently no one except me is using IB with NixOS? 😅 Opening a PR in a bit | 06:38:36 | |
You might be the only one using the Connected Mode feature. A PR seems sensible, since it would only trigger the underlying module to be built. | 07:38:04 | |
I was saying that because IPoIB isn't really "usable" without Connected Mode. The performance is just so much better. | 08:01:24 | |
14:24:01 | ||
Hmm seems my policy based route for port 25 traffic still isn't working. Grumble, I think this is why I quit trying this last time to heh | 17:37:27 | |
I have an old Unifi AC I'm currently not using, maybe I'll try putting NixOS or openwrt on it | 18:11:35 | |
Church: might not need fwmark after all | 22:11:53 | |
ip rule knows dport 25 and iif eth0 | 22:12:09 | |
Eyep. | 22:12:15 | |
If you saw a church in #networking on libera that was me. :P | 22:12:35 | |
mutantmell: openwrt will be easy, nixwrt might be something you want to look into | 22:12:40 | |
I'm there, but I don't actively follow the conversations | 22:12:52 | |
I'm in north of 200 channels | 22:13:00 | |
Just need to figure out the fw rules to proxy traffic correctly from wg0 -> eth0 on my remote end finally. | 22:13:10 | |
In reply to @hexa:lossy.networkthanks for the pointer! | 22:52:14 | |
So this is the networkctl status of my wlan0 interface on the rpi that I set up as an access point yesterday. The network all functions like there's nothing wrong, but there it says it's "failed". Why is that? | 23:50:48 | |
You typically can't put wireless interfaces into a bridge | 23:53:05 | |
Zhaofeng Li: Well it works. I have hostapd on wlan0, and my other devices can connect to it as a wifi network, and the bridge with eth0 must be working because those devices can reach the internet. | 23:54:04 | |
You are doing routing instead of bridging | 23:56:00 | |
Care to explain your setup again? | 23:56:34 | |
Zhaofeng Li: I don't have a dhcp server or anything on this pi though | 23:56:38 | |
One sec... | 23:57:02 | |
On my pi, I have this:
| 23:59:01 |