gchristensen has quit [Ping timeout: 240 seconds]
gchristensen has joined #nixos-on-your-router
<gchristensen> disasm: 'round to help a networking noob?
<cransom> depending on your particular networking quirk, i may know a thing or 3.
<gchristensen> I'm heading out for a bit (30min-1hr) but I'm trying to setup NAT port forwarding
<gchristensen> forwardPorts = [
<gchristensen> { destination = "10.5.3.105:32400"; proto = "tcp"; sourcePort = 32400; }
<gchristensen> ];
<gchristensen> but it doesn't work :) despite 10.5.3.105:32400 working inside the network, and 32400 is open in allowedTCPPorts on the router
<cransom> where are you testing from?
<cransom> if you are checking from the inside on the same network, you don't flow the forwarding table like you would if you were from a public address