Hello
We have a network of bridged point-to-point links. I would like to add a user station in one of these links.
Port 1 - connection to upstream ptp node (connects to internet gateway)
port 2 - connection to downstream ptp node (other clients)
port 3 - connection to client station.
I would like the client to be able to connect to the router using a dhcp client on domain 192.168.0.0/24. So port 3 could be 192.168.0.1/24 with DHCP active.
But I would like all traffic originating from thy clients to be natted to a particular IP address (say 192.168.10.25)
And I would like to assign the router (or one of the bridges a static ip address.
Is this possible and how would I go about setting this up?
Thanks!