Popular
Latest Articles
- How to Secure your Cisco Router
- Creating CLI Views on a Cisco Router
- Configuring TACACS+ on a Cisco Router
- How to enable SDM on your router
- Build a Samba Server on Redhat / CentOS
- How to set the Time / Date and Timezone in CentOS
- How to install SSH on Solaris 10 x86
- ESX4 - How do I turn on/off a Virtual Machine from the command line ?
Netscreen - Basic Config
Saturday, 11 October 2008 19:44
Firewalls - Juniper - Netscreen
Below is how to set up the basic configuration on a Netscreen firewall.
Also bear in mind that if you are setting up a NSRP cluster, be sure to set the management IP to a different IP to the management interface.
set hostname myfirewall
set ssh enable
set admin name root
set admin password mypassword
set admin manager-ip 192.168.1.1
set clock 10/07/2008 18:14
set clock timezone 0
set clock dst-off
set interface eth0/2 ip manageable
set interface eth0/2 manage-ip 10.1.1.10
set interface eth0/2 manage ssh
set interface eth0/2 manage ssl
set interface eth0/2 manage web
unset interface eth0/2 telnet
unset interface eth0/2 snmp
unset interface eth0/2 ping
set interface eth0/2 ip 10.1.1.10
set route 0.0.0.0/0 gateway 10.1.1.100
save