Questions tagged [juniper-network-connect]

30 questions
4
votes
3 answers

Angular web app routing within Juniper SSL VPN

Currently I am working on a simple web app, using AngularJS. During the development process, I tested it while the app was locally served by IIS. However, when I deployed it on a company web server and ran it within a Juniper SSL VPN the trouble…
2
votes
0 answers

Juniper Network Connect "session terminated unexpectedly" after Mac Yosemite upgrade

Juniper Network Connect is not working since I have upgraded my mac to Yosemite. I have read and followed different forums and related question such as…
Juned Ahsan
  • 67,789
  • 12
  • 98
  • 136
1
vote
1 answer

Paramiko with Juniper echos commands executed

When getting an o/p from Juniper using Paramiko, the output first shows the commands and then execute the commands. Below is the code and output import paramiko import getpass password = getpass.getpass() with open('ips.txt','r') as f: ip…
1
vote
1 answer

junos_command module not returning output

I have an Ansible script where i am simply using junos_command module to get users list from Juniper switch, below is the snippet of my code. I keep getting the RuntimeWarning whenever i try to run this. Moreover I have been successfully able to run…
Manu
  • 11
  • 3
1
vote
1 answer

Strings concatenation in Ruby (script provisioning of a Junos vSRX virtual lab in Vagrant)

I have following command which is working : my_host_shell.inline = 'vagrant ssh router3 -c "/usr/sbin/cli -f /tmp/provision01_router3.sh"' ("vagrant ssh" is launched in the host, connects to the Virtual Machine, where it feeds the…
1
vote
2 answers

Block a specific port on a Juniper

I am trying to help someone out who has a Juniper SRX550. What we want to do is to block outbound port 53 on the DHCP pool, and only outbound port 53 except for the name-server that is set for the DHCP pool (in this case the IPs are set to OpenDNS,…
lbutlr
  • 414
  • 6
  • 18
1
vote
3 answers

can sflow work for monitoring ddos

I have a budget minded client who want to see when there is a ddos attack on the network so they can blackhole route the attack with a homespun tool. Currently they have devices exporting only sflow traffic. The sysadmin says that they need…
p0werus3r
  • 13
  • 4
1
vote
3 answers

Python Exscript - JunOS

I'm trying to to run a script to show all of the configuration and write them on files for juniper and CISCO routers. So far the CISCO script is working as it should but the thing is with the juniper router. for ii in JUNIPER: print ii …
D Go
  • 13
  • 4
1
vote
2 answers

Configuring Juniper routers with PHP NETCONF

I'm using the PHP library for NETCONF: https://github.com/Juniper/netconf-php . So far I have managed to get the configuration parts I need for my scripts, but the recent challenge remains loading new configurations into the router. The logs on my…
Beeelze
  • 503
  • 1
  • 9
  • 25
1
vote
1 answer

Maven nexus could not resolve juniper-contrail-api

am trying to install some code on my workstation using an own remote repository using Nexus. Some of the projects can be deployed and installed correctly. However, there is a project which some dependencies cannot be resolved. This is the…
Ramzendo
  • 576
  • 1
  • 5
  • 16
0
votes
0 answers

How can I get the address of the http management page of Juniper SSG-520?

We have two Juniper. One of them, we knows the ip address and can access the management page through the web UI. However, the other one forgot the ip address and cannot access the management page. Is it possible to find out the ip address of the…
goni
  • 1
0
votes
1 answer

Disabling Juniper Services

I currently am running a juniper firewall that I would like to disable some services that are not considered best practice. Does there happen to be any specific commands using Juniper's CLI to disable FTP and disable Telnet?
0
votes
1 answer

Compare the Active Configuration to a Previous Configuration Juniper Ansible - junipernetworks.junos.junos

I want to get output of Before and After Configuration commits to device. Ansible Code : - name: Get device information hosts: working_hosts connection: local gather_facts: false vars: ansible_network_os: junipernetworks.junos.junos …
0
votes
1 answer

Cannot access internet from clients behind Juniper Firewall SRX300

I configured my srx300 device but I cannot access internet from clients behind device. I don't know what is incorrect in my config. I'm not experienced in this. Hope for helps! Here is my config: version 15.1X49-D45; system { host-name SRX300; …
0
votes
1 answer

Smart Card Pass Cert Updated, will no longer pass to VM

I tried to search around but couldn't find a solution to my issue. I've been passing through a smart card to my VM for a few years without issue. I get on my VM, go to the URL of my Juniper VPN, type my username and password and click connect. In…
1
2