so i want to redirect my server
1. FreeBSD (pf+squid) gateway
2. Server (win_server)
I want to connect to my win_server from www with rdp protol, I've create this rule on my pf
but no connection
1. FreeBSD (pf+squid) gateway
2. Server (win_server)
I want to connect to my win_server from www with rdp protol, I've create this rule on my pf
Code:
rdr on $ext_if proto tcp from any to $ext_if port rdp -> $server
rdr on $ext_if proto {tcp, udp} from any to $ext_if port 3389 -> $server port 3389
pass in on $ext_if proto {tcp, udp} from any to $ext_if port 3389
pass out on $int_if proto {tcp, udp} from any to $server port 3389
but no connection
