juniper-network-connect

Cannot access internet from clients behind Juniper Firewall SRX300

我怕爱的太早我们不能终老 提交于 2019-12-11 17:08:08
问题 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; time-zone GMT+7; root-authentication { encrypted-password "$5$dHbwv06Q$dmi.4XlI3.GcZh3wdgahFDXS2IS3xtatYP0JHQSVCP2"; ## SECRET-DATA } name-server { 208.67.222.222; 208.67.220.220; 10.59.3.11; 10.59.1.3; 8.8.8.8; 4.2.2.2; } name-resolution { no-resolve

Python Exscript - JunOS

a 夏天 提交于 2019-12-11 13:58:58
问题 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 cmd2 = 'show configuration | display set' conn.connect(ii) conn.login(account1) conn.execute(cmd2) print conn.response #filerouter = open(ii, "w") #filerouter.write(conn.response) #filerouter.close() After getting the list of devices to query, I run this but it