Dear all I try to redirect port from server to comp in lan with pf , beloow my script : # xl0 interface to public IntIf =xl1 Extif=xl0 remotesrv="192.168.0.4/32"
rdr on xl0 inet proto tcp from any to any port = https -> $remotesrv port 22 when i try remote from public always network error connection timeout - -sonjaya-

