Monday, August 30, 2010

Set Netscreen/SSG Interface as Manageable

From the command line, it should look similiar to this:


set interface trust ip manageable
set interface trust manage ping
set interface trust manage ssh
set interface trust manage-ip 10.1.1.0/24
set ssh version v2
set ssh enable
save


Note: You may need to subsitute "trust" with the actual interface name of the trust interface from "get int".


From the GUI, this can be done through: 
1) Admin -> Permitted IPs & Admin -> Management Enable SSH (V2) & Enable SCP
2) Network -> Interfaces -> Edit -> Service Options -> Management Services -> SSH/Ping

No comments:

Post a Comment