Hi to all,
I have a box where I have 2 IPs on the interface vtnet0
I now want to use pf to redirect the traffic that is address to the second IP on the network to a different server
My current probably wrong approach is:
(IPs and Networks are in variables)
But it seems that this is not working
Any hints or links?
Regards
Hagen
I have a box where I have 2 IPs on the interface vtnet0
I now want to use pf to redirect the traffic that is address to the second IP on the network to a different server
My current probably wrong approach is:
Bash:
rdr pass on vtnet0 proto tcp from any to xxx.yyy.ppp.zzz port 443 -> 192.168.1.10 port 443
(IPs and Networks are in variables)
But it seems that this is not working
Any hints or links?
Regards
Hagen