My question is, how should I connect my Debian server to Internet without endangering my home LAN.
I should have four IP addresses from my fiber provider. One is taken by by my router and other ones are unused now. My router is x86 OpenWRT, with four ports as follows:
- 0: wan, wan6
- 1 and 2: br-lan
- 3: reserved to my private Debian server, will be open to Internet
What would be a good way to open port 3? I can of course put port 3 to the br-lan and forward needed ports from wan. However, I am wondering if it is possible to bridge port 3 with port 0 and receive the IP address for the Debian server directly from the fiber provider. Then my server address would not identify the router. I tried to find examples, but did not find good ones.