Hi experts. My ISP has given me a range of public IPs - say for example 125.10.10.1/30. So I have 2 usable addresses - 125.10.10.1 and 125.10.10.2.
Say interface port B is setup as my WAN and interface port A is my LAN (with a subnet of 192.168.25.1/24)
I want to keep 125.10.10.1 as the main WAN address for my LAN network. For this I have a standard MASQ and it works fine.
However, I have a tenant whose router is plugged into port C. I want to allocate the IP 125.10.10.2 to them - but I don't want to do any NAT. Their router should be configured with the IP address 125.10.10.2 and all traffic to that IP should go straigh to that port with no NAT.
I understand I need to create an alias for IP 125.10.10.2? But apart from that, I'm not sure how I configure this. Do I simply create a new interface on port C with the IP address of 125.10.10.2? Do I need to create an SNAT rule for traffic coming from Port C so it traffic to the Internet from that port has the IP 125.10.10.2 rather than the default IP of 125.10.10.1?
Thanks for any help you can provide. I have tried Googling this, but I'm obviously not getting my GoogleFu terminology correct.
This thread was automatically locked due to age.