Configuration: Windows native DialUP VPN client & Netscreen
Posted by Ahsan Tasneem | 12:30 AM | How To, Juniper, Juniper Networks, Netscreen, VPN, Windows | 5 comments »
As the subject of this topic states I want to create a dialup VPN to a Netscreen Firewall. To make it more complex I will choose the onboard Windows VPN client. At the moment only a few documentations exist and most of them contain only pieces of the whole setup process. Different threads in discussion groups out there state that the whole XP-VPN/Netscreen thing will not be possible but they lack the proof that this cannot be done.JUNOS Emulators: Features You CAN & You CAN’T PRACTICE
Posted by Ahsan Tasneem | 2:55 AM | Emulators, GNS3, Juniper, Juniper Networks, junOS | 0 comments »2:- OSPF & ISIS. If you are using Qemu, under protocol ISIS you need to
configure interface type "point-to-point" otherwise adjacency will not be up. If you are using VM ware then you don’t need "point-to-point".
3:- BGP, you can configure almost all the knobs mentioned in the books.
4:- Policies works just fine with either emulators.
5:- MPLS TE also works fine.
2:- Few firewall features
3:- L2 VPN
4:- Multicasting
JUNOS allows to configure the hardware or services which are currently not running in the router, means you can configure an ATM or a frame-relay interface and save the configuration but this configuration will not be associated with any interface, in short you can just type the command even for the hardware which is not present but you cannot see it working.
If you are a beginner then there is lot more you could do with these.
Best of luck.
Remote VPN To Netscreen Device - [XAuth with Cisco ACS RADIUS]
Posted by Ahsan Tasneem | 3:36 AM | cisco, Cisco ACS, Juniper, Juniper Networks, Netscreen, RADIUS | 1 comments »Use Funk RADIUS server to support such NetScreen-specific attributes as admin privileges, user groups, and remote L2TP and XAuth IP address, and DNS and WINS server address assignments, you must load the Funk dictionary file (netscreen.dct) that defines these attributes onto the RADIUS server. If using Cisco ACS Radius, load the Cisco dictionary file (NSRadDef2.ini). A dictionary file defines vendor-specific attributes (VSAs) that you can load onto a RADIUS server. Afterdefining values for these VSAs, NetScreen can then query them when a user logs in to the NetScreendevice. NetScreen VSAs include admin privileges, user groups, and remote L2TP and XAuth IP address, and DNS and WINS server address assignments.
[VIDEO] - Step By Step Guide To Install NSM 2009 On RHEL 5
Posted by Ahsan Tasneem | 4:31 AM | Juniper, Juniper Networks, Linux, NSM, Redhat, RHEL | 1 comments »Click Here To Play The Installation Video
Step By Step Guide To Install JunOS Olive in VMWware Fusion
Posted by Ahsan Tasneem | 2:39 AM | GNS3, Juniper, Juniper Networks, juniper olive, junOS, Virtualization, Vmware | 0 comments »Requirements
VMWare Fusion #should also work with VMWare Workstation
FreeBSD 7.1
JunOS M-, MX- oder T-Series Router Firmware
Disc (8GB) Partition overview:
ad0s1a / 1024M
ad0s1b swap 1024M
ad0s1d swap 24M
ad0s1e /config 12M
ad0s1f /var the rest
Command summary to prepare the original JunOS Image to an Olive Image:
[Video] - Step By Step Guide To Install JunOS on GNS3
Posted by Ahsan Tasneem | 10:35 AM | GNS3, Juniper Networks, junOS, Qemu | 1 comments »Download the required software
1. JunOS 10.X (use Torrents may OS Image are available from there i also got) Link
2. Download FreeBSD 4.11 as base OS for Router Download
3. Download Qemu 0.11.0 from GNS3 web site Download
4. Need to Software to create CD ISO image. ex: Deep Burner
Time to Start
Step 1: Download all the given files above
Step 2: Extract Qemu in a folderStep 3: Open cmd and navigate to extracted folder
Step 4: Create a HDD image to install JunOS of 4GB
qemu-img.exe create j.img -f qcow2
Step 5:
Start the Qemu with Free BSD CD and Created HDD
qemu.exe -L . -m 256 -hda j.img -boot d -localtime –cdrom ..\4.11.4.11-RELEASE-i386-miniinst.iso
Step By Step Guide To Install JUNOS on GNS3 [Part 3][Updated]
Posted by Ahsan Tasneem | 12:26 PM | GNS3, Juniper Networks, junOS, Qemu | 0 comments »You can update your version of JunOS from the CLI with the following command:
request system software add [jinstall_package]
Running your router(s)
Now you have a base olive image. Qemu allows you to use this as a base for other images and only writing the changes to your “slave” images saving on disk space! You can also use less memory for each Qemu instance.
Create a new image off of your base image. Repeat for all your routers you want to emulate:
qemu-img create -b olive-base.img -f qcow2 R1.img
Start your router and then telnet to it:
2001 Once logged in, you can type “cli” to launch the JunOS command line interpreter, exit to … exit and halt to shutdown FreeBSD. Remember to kill your qemu instance(s).
qemu R1.img -m 96 -nographic -daemonize -serial telnet::2001,server,nowait \
-localtime -net nic,macaddr=00:aa:00:60:01:01,model=e1000 -net user telnet localhost
Step By Step Guide To Install JUNOS on GNS3 [Part 2][Updated]
Posted by Ahsan Tasneem | 11:48 AM | FreeBSD, GNS3, Juniper Networks, junOS, Qemu | 0 comments »Now that we have qemu installed, we can create the image for installing FreeBSD. Run this command to create it and allocate 4 GB:
qemu-img create -f qcow2 olive-base.img 4G
Launch Qemu to install FreeBSD on the image:
qemu -m 256 -hda olive-base.img -cdrom 4.11-RELEASE-i386-miniinst.iso \
-boot d -localtime
Qemu window will pop up (remember, by default press CTRL + ALT to release the cursor in Qemu):
How To: Adding Netscreen to NSRP Cluster & Interface Monitoring
Posted by Ahsan Tasneem | 2:45 AM | Juniper Networks, NSRP, ScreenOS | 2 comments »How To - Step By Step Installation of JunOS on GNS3 [Part 4]
Posted by Ahsan Tasneem | 11:08 PM | Dynamips, FreeBSD, GNS3, How To, Hypervisor, IOS, Juniper Networks, juniper olive, junOS, Kqemu, MAC OS X, Multiple Olives, Pemu, Qemu, ScreenOS, Simulator, TAP Interfaces, Vmware, winpcap | 0 comments »Testing
root@%cli
root>edit
[edit]
root#
[edit]
root#set system root-authentication plain-text-password
New password:
Retype new password:
[edit]
root#set interfaces em0 unit 0 family inet address 10.0.0.1/8
[edit]
root#commit
commit completeHow To - Step By Step Installation of JunOS on GNS3 [Part 3]
Posted by Ahsan Tasneem | 11:06 PM | Dynamips, FreeBSD, GNS3, How To, Hypervisor, IOS, Juniper Networks, juniper olive, junOS, Kqemu, MAC OS X, Multiple Olives, Pemu, Qemu, ScreenOS, Simulator, TAP Interfaces, Vmware, winpcap | 1 comments »Updating JunOS
You can update your version of JunOS from the CLI with the following command:
request system software add [jinstall_package]
Now you have a base olive image. Qemu allows you to use this as a base for other images and only writing the changes to your “slave” images saving on disk space! You can also use less memory for each Qemu instance.
Create a new image off of your base image. Repeat for all your routers you want to emulate:
qemu-img create -b olive-base.img -f qcow2 R1.img
Start your router and then telnet to it:
qemu R1.img -m 96 -nographic -daemonize -serial telnet::2001,server,nowait \
-localtime -net nic,macaddr=00:aa:00:60:01:01,model=e1000 -net user telnet localhost
How To - Step By Step Installation of JunOS on GNS3 [Part 2]
Posted by Ahsan Tasneem | 10:24 PM | FreeBSD, GNS3, How To, Hypervisor, IOS, Juniper Networks, juniper olive, junOS, Kqemu, MAC OS X, Multiple Olives, Qemu, ScreenOS, Simulator, TAP Interfaces, Vmware, winpcap | 3 comments »FreeBSD installation
qemu-img create -f qcow2 olive-base.img 4G |
qemu -m 256 -hda olive-base.img -cdrom 4.11-RELEASE-i386-miniinst.iso \ -boot d -localtime |
How To - Step By Step Installation of JunOS on GNS3 [Part 1]
Posted by Ahsan Tasneem | 10:22 PM | FreeBSD, GNS3, How To, Hypervisor, IOS, Juniper Networks, juniper olive, junOS, Kqemu, MAC OS X, Multiple Olives, Qemu, ScreenOS, Simulator, TAP Interfaces, Vmware, winpcap | 7 comments »So what’s new you would say? First, I chose to use the latest version of Qemu: the 0.11.0 which supports the Intel e1000 network card emulation since version 0.10.0. and includes several fixes for it. I have modified and adapted the old patch for Qemu 0.11.0, it includes the UDP tunnel (connection to Dynamips/GNS3), PCAP and LCAP support. Also, the patch allows multicast traffic with the e1000, i82557b and i82559er Qemu emulated network cards. Moreover, this article show how to emulate JunOS on multiple operating systems: Mac OS X, Windows XP and Linux Ubuntu 9.04 without using an untrustworthy obscure binary downloaded from a forum you can’t even read the language
How To - Multiple Olives On One Box Using Vmware
Posted by Ahsan Tasneem | 11:04 AM | How To, Juniper Networks, juniper olive, junOS, Multiple Olives, Vmware | 0 comments »Having one Olive box is great for CLI familiarity but multiple Olives interacting with each other is the only way to really get to grips with the routing protocols and route filtering techniques. Once one Olive session is fully built, it's a piece of cake to mirror this so you can have 2 or 3 or more (resources dependant) on one box. The main limiting factor of this approach is the lack of physical serial ports on the server. Mine only has a single COM1. To get round this, I used the FREEWARE HW Virtual Serial Port v2.5.10 software from HW-group. Using the command line (or creating shortcuts in the Windows user profile startup folder so it was persistent), I created 3 new virtual serial ports that were setup as telnet servers (COM2 on port 2009, COM3 on port 2010, COM4 on port 2011) so I can telnet to these and be "attached" to the various Olive console ports. Yes, this does mean my doctoring of the cable above was interesting, but not entirely necessary.
How To - Installation of J-Web (Allows Web Based Administration Of Olive)
Posted by Ahsan Tasneem | 5:35 PM | How To, J-series, J-Web, Juniper Networks, juniper olive, junOS, Netscreen, ScreenOS, Simulator | 0 comments »J-series Juniper routers automatically come bundled with J-Web (click here for the complete J-Web 8.3 PDF user guide - 1.81 MB). When an Olive is built, the software believes it is an M series device, and does not install J-Web, however if you have the install module, it's a piece of cake. I have installed J-web 8.3 to each of my Olive virtual machines and the process is as follows:
How To - Install JunOS on Vmware [Updated]
Posted by Ahsan Tasneem | 10:09 PM | How To, Juniper Networks, juniper olive, junOS, Vmware | 1 comments »Olive is a machine that run JunOS not in Juniper machine. Not like Cisco IOS that have Dynamips as ready to use IOS simulator, there is no ready to use JunOS simulator. Fortunately, JunOS runs on top of FreeBSD machine, so that we can simulate by install it on FreeBSD machine. So, to whom that want to learn JunOS, or want to take JNCIE :), but do not have Juniper machine, Olive is the solutions. This procedure will explain how to install JunOS in VMWare or Olive.
Here are you need to prepare, FreeBSD image, VMWare, and Junos image itself. Follow steps below for installing Olive.
HOWTO: Juniper Olive using VMware
Posted by Ahsan Tasneem | 10:26 PM | How To, Juniper Networks, juniper olive, junOS, Vmware | 6 comments »I recently joined a new company, I have been asked to start certifying myself for Juniper Networks. My goal for next year is to become JNCIA, JNCIS & possibly JNCIP certified. Because I’ve already got allot of experience with the various protocols out there I don’t see getting the JNCIA & JNCIS certification to be an issue. For the JNCIP however, I need to really get my hands-on up to speed. This is why I decided to install Olives again, but this time by making use of VMware and one really big computer



