andi- has quit [Ping timeout: 276 seconds]
andi- has joined #nixos-on-your-router
<gchristensen> I've setup two subnets on my router, using two internal NICs to divide them... one on 10.5.3.x the other 10.99.99.x. I'm surprised that out of the box the machines on A and the machines on B can talk to each other. how would I shut that down?
<gchristensen> something like:
<gchristensen> ip46tables -A FORWARD -m state --state NEW -i ${internalWiredInterface} -o ${internalSegregatedInterface} -j DROP
<cransom> iptables forwarding rules to block that
<gchristensen> ip46tables -A FORWARD -m state --state NEW -i ${internalSegregatedInterface} -o ${internalWiredInterface} -j DROP
<gchristensen> ?
<gchristensen> or maybe even drop -m state --state NEW ... ?
<cransom> i do https://gist.github.com/cransom/3fdce43532073e902b385263629960be - eno1.10 is wan, 20 is lan, 25 is lab. lan can access bench, bench can only access wan.
<gchristensen> oh cool
<gchristensen> I need to find some switches which support vlans
<gchristensen> 25 = lab = bench ?
<cransom> oh, er yeah.
<gchristensen> aaand it was a good choice to segregate this corporate laptop from the rest of my network.
<cransom> somebody doing something funny?
<gchristensen> they're definitely looking around the neighborhood