Hello all,
I’m trying to take out an OpenBSD 3.5 router and replace it with a Mikrotik 2.8.11 level5 cf-ide setup.
I have 3 Interfaces on the box:
Local [ 192.168.1.0/24 ]
Cable [ 24.x.y.z/30 ]
HVData [ 64.x.y.z/30 ]
The Cable and HVData have their own gateways and from HVData I get a /27 of addresses to use.
What I’m trying to do is set what outgoing IP internal IP’s go out as.
For example I would like 192.168.1.132 to go out as 64.1.2.3 and 192.168.1.0/27 to be 64.1.2.4 to the outside world when web browsing.. etc.
Right now it just goes out with the IP of HVData how can I control what people look like to the outside?
Also how to do I send back RST for blocked TCP connects that I want to deny and proper icmp/udp for the same?
I thank you for taking the time to read this and look forward to a response.