Last active
December 23, 2015 19:19
-
-
Save zamaterian/6681534 to your computer and use it in GitHub Desktop.
Running juniper from a linux on a juniper without a http brower session.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bases upon. | |
-- http://mad-scientist.us/juniper.html | |
Debs to be installed on ubuntu | |
xterm | |
libc6:i386 | |
zlib1g:i386 | |
libgtk2-perl | |
libwww-perl | |
wget -q -O /tmp/msjnc https://raw.github.com/madscientist/msjnc/master/msjnc | |
chmod 755 /tmp/msjnc | |
mv /tmp/msjnc ~/bin | |
1) install debs via apt-get | |
/ xterm is only needed for juniper script to launch install. | |
2) wget the file | |
3) https://vpn.xxx.dk | |
4) on login show source, search for realm, which is Users | |
5) log on an follow instructions. | |
6) check that juniper has downloades some files to ~/.juniper | |
7) ~/bin/msjnc | |
8) fill out your form rember domain before username domanin/users and that realm is Users | |
9) you are now rocking with juniper from linux.... | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment