All trafic from a machine over one interface
-
Hey
I have a multiwan setup with 5 interfaces. My question is how can i lock my server (192.168.1.13) to only one interface called WAN5OPT4 (213.XXX.XXX.XXX)?
I tried to setup a rule in Pfsense under Rules -> LAN but with no success. My current rule in attachment..
-
I had to do this with Manual NAT and a rule in the Outbound tab. I think if you leave it on Automatic NAT you'd have to do a Static Route of some sort. I could be wrong though.
-
I had to do this with Manual NAT and a rule in the Outbound tab. I think if you leave it on Automatic NAT you'd have to do a Static Route of some sort. I could be wrong though.
Problem solved, I did this
Firewall -> NAT -> Outbound -> mark Automatic outbound NAT rule generation
Then go to Firewall -> Rules -> Lan and create a rule like this:proto: tcp/udp
source: 192.168.1.13 (Local IP to the machine)
port: *
destination: *
port: *
gateway: WAN5OPT4 (Interface)