Ok, this is what I have (Only releavant details are shown):
[adminrudy@RB1000 WAN Gateway] /ip address> pr
Flags: X - disabled, I - invalid, D - dynamic
ADDRESS NETWORK BROADCAST INTERFACE
0 10.50.50.1/30 10.50.50.0 10.50.50.3 LAN This is my LAN GW address all users have as their default GW
1 xx.xxx.x2.2/24 xx.xxx.x2.0 xx.xxx.x22.255 WAN1 This is the primary IP address of the public interface of this router. In use for some months with masquerading in the ip / firewall / nat
3 xx.xxx.x2.4/32 xx.xxx.x2.4 xx.xxx.x2.4 WAN1 Some IP addresses in use and working for some LAN client PC's
4 xx.xxx.x2.3/32 xx.xxx.x2.3 xx.xxx.x2.3 WAN1 Some IP addresses in use and working for some LAN client PC's
10 xx.xxx.x2.5/32 xx.xxx.x2.5 xx.xxx.x2.5 WAN1 Some IP addresses in use and working for some LAN client PC's
12 xx.xxx.x2.17/32 xx.xxx.x2.17 xx.xxx.x2.17 WAN1 Some IP addresses in use and working for some LAN client PC's
/ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
4 ;;; src nat The Box-PC IP 172.25.48.3 to xx.xxx.x2.3
chain=srcnat action=src-nat to-addresses=xx.xxx.x2.3 src-address=172.25.48.3 out-interface=WAN1
5 ;;; src nat TriMon-PC IP 172.25.48.4 to xx.xxx.x2.4
chain=srcnat action=src-nat to-addresses=xx.xxx.x2.4 src-address=172.25.48.4 out-interface=WAN1
6 ;;; src nat Dual-Mon-PC IP 172.25.48.5 to xx.xxx.x2.5
chain=srcnat action=src-nat to-addresses=xx.xxx.x2.5 src-address=172.25.48.5 out-interface=WAN1
7 ;;; src nat Targa Phone - VB with IP 172.25.48.17 to xx.xxx.x2.17
chain=srcnat action=src-nat to-addresses=xx.xxx.x2.2 src-address=172.25.48.10 out-interface=WAN1
11 ;;; masquerade all traffic of WAN1 to public interface IP (xx.xxx.x2.2)
chain=srcnat action=masquerade out-interface=WAN1
[adminrudy@RB1000 WAN Gateway] /ip route> print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
7 A S ;;; DEFAULT ROUTE (Main 10/10 line)
0.0.0.0/0 84.232.92.1 1
18 ADC 84.232.92.0/24 84.232.92.2 WAN1 0
19 ADC 84.232.92.3/32 84.232.92.3 WAN1 0
20 ADC 84.232.92.4/32 84.232.92.4 WAN1 0
21 ADC 84.232.92.5/32 84.232.92.5 WAN1 0
23 ADC 84.232.92.17/32 84.232.92.17 WAN1 0
[adminrudy@RB1000 WAN Gateway] /interface ethernet> pr
Flags: X - disabled, R - running, S - slave
NAME MTU MAC-ADDRESS ARP
0 R LAN 1500 00:0C:42:20:81:A4 enabled
1 R WAN1 1500 00:0C:42:20:81:A5 proxy-arp
2 R WAN3 1500 00:0C:42:20:81:A6 enabled
3 R WAN2 1500 00:0C:42:20:81:A7 enabled
++++++
Now, if I remove the IP .4 from the interface and also set ARP at "enabled" I still can use that PC and it is still outgoing with .4 IP address (I just run a IP test on the internet).
This should not be possible?
My present setup with /32 IP addresses (only main .2/24 address) and the src-nat and the ARP is working but I am a bit worried if this is the proper way to do it....