The "EXPOSE NET" command will also be assuming a /24. Again you could use a /16 at the IP layer, but the IP/host mapping will be /24 oriented. So where you have "EXPOSE NET 1 ON 172.17.0.0 PORT FIXED AUTO" then the only really usable network will be 172.17.0.0/24 no matter what the Pi itself exposes.
For simplicity sake, maybe just use a /24. After all, if you decide to get a second bridge (why? insanity!) then you could give it a second /24 from the same 172.17 range and route accordingly![Smile :-)]()
EDIT: OK, on second thoughts (I haven't read this bit of code) it's possible that 127.17.*.X would all map to station X which might confuse things. So, yeah, stick with a /24 for that network!
For simplicity sake, maybe just use a /24. After all, if you decide to get a second bridge (why? insanity!) then you could give it a second /24 from the same 172.17 range and route accordingly

EDIT: OK, on second thoughts (I haven't read this bit of code) it's possible that 127.17.*.X would all map to station X which might confuse things. So, yeah, stick with a /24 for that network!
Statistics: Posted by sweh — Sat Feb 15, 2025 12:33 am