Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. set security nat destination pool lan-srv-deign address 10.42.23.210/32
  2. set security nat destination rule-set wan-to-lan-dest-nat rule lan-srv-deign-ssh match destination-address 0.0.0.0/0
  3. set security nat destination rule-set wan-to-lan-dest-nat rule lan-srv-deign-ssh match destination-port 2100
  4. set security nat destination rule-set wan-to-lan-dest-nat rule lan-srv-deign-ssh then destination-nat pool lan-srv-deign
  5. set security policies from-zone untrust to-zone trust policy lan-srv-deign-ssh match source-address any
  6. set security policies from-zone untrust to-zone trust policy lan-srv-deign-ssh match destination-address lan-srv-deign
  7. set security policies from-zone untrust to-zone trust policy lan-srv-deign-ssh match application TCPUDP-2100
  8. set security policies from-zone untrust to-zone trust policy lan-srv-deign-ssh then permit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement