SSH via RAD Linux


interface ethernet 0 # LAN
...
interface ethernet 1 # WAN
access-list wan_in in
access-list wan_fw forward
access-list wan_out out
...
ip access-list wan_in
...
dnat proto tcp dport todst :22 # ssh from home
...
ip access-list wan_fw
accept dst proto tcp dport 22 # smtp
...

Комментариев нет:

Tags