2 Jan 2025 |
| @kfears:matrix.org left the room. | 23:58:07 |
3 Jan 2025 |
woobilicious | Is there any way to validate that my NixOS VPS hasn't got "weird" networking settings issues that might be causing poor throughput? last time I had issues it turned out NixOS ipv6 zeroconfig was misconfigured and would break after a few hours. | 05:11:52 |
woobilicious | gotta love how my bandwidth halves when I have 2 users streaming: | 05:21:45 |
woobilicious | Download image.png | 05:21:49 |
kdn | FYI: I've learned with CRS312/routeros only one bridge can be hardware offloaded at a time, so I reconfigured everything for 1 bridge and now I'm getting full speeds | 09:14:24 |
kdn | * FYI: I've learned with CRS312/routeros only one bridge can be hardware offloaded at a time, so I reconfigured everything for 1 bridge and now I'm getting full speeds
it also explains why the switch was generating significantly more heat recently (had to turn up rack fans)
| 09:14:57 |
6 Jan 2025 |
woobilicious | In reply to @k900:0upti.me idk I actually think RouterOS is decent Considering the devices are priced decently, and you get enterprise level configuration, sure, but, and maybe not really mikrotek's fault, but their kernel is really out dated, like lacking fq_codel or fq_cake, and their IPv6 stack last time I checked was buggy on my device. Considering I flawlessly ran IPv6 on a hacked adsl dlink with 8MB of RAM with openwrt like 16 years ago, it's just kinda embarrasing for them. | 05:24:10 |
| Frédéric Christ changed their display name from Frédéric Christ 🎄23.12. - 07.01. to Frédéric Christ. | 12:31:50 |
7 Jan 2025 |
| sss | 09:05:14 |
| sss changed their profile picture. | 09:06:26 |
11 Jan 2025 |
| @orzklv:matrix.org left the room. | 04:07:43 |
12 Jan 2025 |
| strutztm joined the room. | 00:23:25 |
13 Jan 2025 |
| Tom joined the room. | 19:08:37 |
14 Jan 2025 |
Tom | Any bird users around here who would be willing to lend a hand reviewing the changes proposed in https://github.com/NixOS/nixpkgs/pull/366190 ? :) | 09:26:43 |
Tom | * Any bird users around here who would be willing to lend a hand reviewing the changes i'm proposing in https://github.com/NixOS/nixpkgs/pull/366190 ? :) | 09:27:44 |
| Molly Miller joined the room. | 09:47:40 |
15 Jan 2025 |
| SomeoneSerge (Gand St. Pieters) changed their display name from SomeoneSerge (utc+3) to SomeoneSerge. | 19:02:56 |
17 Jan 2025 |
| chintuchamar joined the room. | 04:39:25 |
| zeno joined the room. | 21:33:09 |
zeno | magic_rb: Hello 👋 | 21:33:21 |
magic_rb | Hey, right so i think the way id debug this is tcpdump it | 21:33:47 |
zeno | Alright. Gimme a sec | 21:34:09 |
zeno | Appreciate it, btw! | 21:34:23 |
magic_rb | Also, sudo tcpdump -i IFACE FILTER -q -w /dev/stdout | wireshark -k -i - think that might work | 21:34:50 |
magic_rb | I don't recall the exact command but the wireshark portion is correct. You can also run that over ssh, just make sure to exclude the ssh traffic from the capture | 21:35:21 |
zeno | I did this 👇️
sudo tcpdump -i vlan4 icmp
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on vlan4, link-type EN10MB (Ethernet), snapshot length 262144 bytes
22:34:48.943776 IP snowfall.trusted.home.arpa > blizzard: ICMP echo request, id 28, seq 1, length 64
22:34:49.978136 IP snowfall.trusted.home.arpa > blizzard: ICMP echo request, id 28, seq 2, length 64
22:34:51.002444 IP snowfall.trusted.home.arpa > blizzard: ICMP echo request, id 28, seq 3, length 64
22:34:52.026094 IP snowfall.trusted.home.arpa > blizzard: ICMP echo request, id 28, seq 4, length 64
22:34:53.050116 IP snowfall.trusted.home.arpa > blizzard: ICMP echo request, id 28, seq 5, length 64
From my desktop. Below is the result on the desktop:
ping -w 5 192.168.4.100
PING 192.168.4.100 (192.168.4.100) 56(84) bytes of data.
--- 192.168.4.100 ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 4106ms
| 21:36:18 |
magic_rb | Right so blizzard, seems to get the packets but drops them | 21:36:56 |
zeno | Sure, I'll try 🙂 | 21:37:00 |
magic_rb | We got enough info | 21:37:08 |
magic_rb | This to me smells like a firewall problem | 21:37:18 |