Actually it isn't an either or situation.
You could use some of the /29 addresses by having a network with direct assignments to specific hosts or services.
Logical choices are any services which inherently use either large ranges of port numbers or unpredictable port number and could benefit from not having the addresses or port numbers translated.
Examples can include VoIP PBX servers (operating multiple extensions on the internal network), legacy FTP servers, media servers, or games consoles as long as they are intended to be Internet facing.
They are still behind your firewall so it doesn't mean they have to be left wide open.
If there is a firewall policy between this network and both the Internet and your private address space then this can also be classed as a DMZ network (not a DMZ host).
At the same time you could assign (reserve) one of these public addresses to continue to use NAT from your private address space. The 81.xxx.xxx.6 address is as good a choice as any for that.
It's a type of source NAT, as is NAT masquerade though there are slight differences:
* "Masquerade" means source IP of traffic from your private addresses (e.g. 192.168.1.x) gets translated to an IP actually assigned to an interface on the router (i.e. the WAN interface IP). When stuff on the Internet replies to the WAN address, the router checks an outgoing table and translates it back to the original private IP.
* Your source NAT will work the same except the source IP of traffic from your private addresses now gets translated to 81.xxx.xxx.6.
When stuff on the Internet replies to this address, the router checks the outgoing table and translates it back to the original private IP, otherwise if it wasn't replying to .6 but say real .y, it just delivers (routes) it back to the 81.xxx.xxx.y address on the "DMZ" network.
Other differences: there is not actually a computer set with the 81.xxx.xxx.6 address so it's only used in the NAT mapping.
Also note that nothing is replying to the WAN address of the router unless the traffic originated from the router itself, say a DNS lookup or an update check). This is correct, its main job is now to link your router to your ISP rather than to pretend to be everything inside your network.
You'd need to look at the outbound or source NAT rules on the router to see this is the case.
In summary you would have 2 networks internally behind the router, one with private NATed addresses and one with public routed addresses, and ideally these should sit on separate interfaces of the router (so at least 3 independent interfaces including WAN).
The fact that you saw 81.xxx.xxx.6 addresses with the ISP supplied router may mean it was already setup somewhat similarly.
prlzx on Zen: FTTC (VDSL) at ~40Mbps / 10Mbps
with IP4/6 (no v6? - not true Internet)
Edited by prlzx (Tue 25-Jan-22 01:06:07)