Save Juniper Netscreen config without including default config lines:
get config saved
To capture it via console, use “set console page 0″ to avoid more the — more — lines.
Category > Security
Saving Juniper Netscreen Config
Multicast IGMP Proxy on Juniper Netscreen
Outside Interface: (RP side)
set int eth1 protocol igmp host
set int eth1 protocol igmp no-check-subnet
set int eth1 protocol igmp no-check-router-alert
set int eth1 protocol igmp enable
Inside Interface: (Receiver side)
set int eth2 protocol igmp router
set int eth2 protocol igmp proxy
set int eth2 protocol igmp no-check-subnet
set int eth2 protocol igmp no-check-router-alert
set int eth2 protocol igmp enable
Testing DSL in UK
If you are not sure if your DSL problem is from BT or your ISP, do the following:
Change your ADSL username to bt_test@startup_domain and use any password. If you can open http://www.bt.net/digitaldemo, then its your ISP problem.
Hiding Windows Share
Just put a $ sign at the end of share name, for example my_docs$. The folder should still be accessible by pointing to \\computer_name\my_docs$\ but it won’t appear in the Network Neighbourhood.
Getting Static Routing Table from Nokia Firewall-1
telnet/ssh the NG appliance and type the follwing:
iclid
Iclid >show route static
exit
