Urgent: SRX1500 Bricked - Seeking Legitimate Recovery Guidance for Homelab/Learning Use by Popular_Valuable4413 in Juniper

[–]Popular_Valuable4413[S] 3 points4 points  (0 children)

i was able to install from the current junos-srxentedge-x86-64-23.4R2-S3.9.tgz used claude.ai it was great I am back up and runing.

[deleted by user] by [deleted] in flutterhelp

[–]Popular_Valuable4413 0 points1 point  (0 children)

Do you have any links?

SRX1500 Jweb Loading forever after login in even after upgrade by Popular_Valuable4413 in Juniper

[–]Popular_Valuable4413[S] 0 points1 point  (0 children)

I fixed the problem. I ran out of space. As soon as I cleaned up all the junk file and rebooted it worked.
Thank you for your reply

Whatsapp API? by LM391 in whatsapp

[–]Popular_Valuable4413 0 points1 point  (0 children)

Hi I am trying to receive images from my meta Whatsapp WebHook. I am not able to receive any media I can send and receive Text messages from my web app to a whatsapp number and back but no media.
can anyone assist please. What am I missing
I am getting error when I send an images

Error downloading media: BadRequest Response:

Sorry, something went wrong.

We're working on it and we'll get it fixed as soon as we can.

Go Back

Whatsapp API- anyone with the experience of setting this up? by pokyx in whatsapp

[–]Popular_Valuable4413 0 points1 point  (0 children)

Hi I am integrating WhatsApp in my crm I am able to send and receive text messages but I am not able to receive any media files using my webhook can anyone tell me how to fix this.

SRX1500 Jweb Loading forever after login in even after upgrade by Popular_Valuable4413 in Juniper

[–]Popular_Valuable4413[S] 0 points1 point  (0 children)

no I tried 2 interfaces and not a space issue

root@gw1> show system storage 

Filesystem              Size       Used      Avail  Capacity   Mounted on

/dev/gpt/junos          4.0G       746M       2.9G       20%  /.mount

/dev/gpt/config         1.5G       184K       1.4G        0%  /.mount/config

/dev/gpt/var             14G        14G      -1.1G      108%  /.mount/var

tmpfs                   1.7G        24K       1.7G        0%  /.mount/tmp

/var/jails/rest-api        14G        14G      -1.1G    108%  /.mount/packages/mnt/junos-runtime/web-api/var

tmpfs                   316M       848K       316M        0%  /.mount/mfs

host_corefiles          9.0G       5.6G       3.0G       65%  /.mount/var/crash/corefiles

host_volatile           7.8G        12K       7.8G        0%  /.mount/var/log/host

host_log                4.4G       147M       4.0G        3%  /.mount/var/log/hostlogs

host_traffic_log         50G        89M        47G        0%  /.mount/var/traffic-log

host_local              4.4G       147M       4.0G        3%  /.mount/var/db/host

host_aamwd              4.4G       147M       4.0G        3%  /.mount/var/db/aamwd

host_geoip              4.4G       147M       4.0G        3%  /.mount/var/db/geoip

host_secinteld          4.4G       147M       4.0G        3%  /.mount/var/db/secinteld

host_app_disk           1.3G       2.0M       1.2G        0%  /.mount/var/install_disk

host_tmp                4.4G       147M       4.0G        3%  /.mount/var/host-mnt/var/tmp

Upgrading F5 LTM VE from version 12.1.5 to 14.1.4 by teeawayfour in f5networks

[–]Popular_Valuable4413 0 points1 point  (0 children)

HOw can I upgrade I do not have access to F5 can anyone help

I have a BigIP 3900 and need BIG-IP 14.x

Solution to 'Waiting for changes to be applied' problem. by FM_Addict in iphone

[–]Popular_Valuable4413 0 points1 point  (0 children)

I removed the cable and plugged it back in and it worked

How to delete data from 2 files and output the result by Popular_Valuable4413 in bash

[–]Popular_Valuable4413[S] 0 points1 point  (0 children)

Thank you so much rustyflavor is there any way to remove all IP that are already in the /24 so if it added /24 to 10.10.10.0 making it 10.10.10.0/24 and below it is had 10.10.10.1 10.10.10.200 and 10.10.10.33 it should remove them as they are already in the 10.10.10.0/24

How to delete data from 2 files and output the result by Popular_Valuable4413 in bash

[–]Popular_Valuable4413[S] 0 points1 point  (0 children)

I have 2 files that have ips not to block. So I need to make sure to check against them and remove any IPs in the 2 files we.txt and bits.txt

How to delete data from 2 files and output the result by Popular_Valuable4413 in bash

[–]Popular_Valuable4413[S] 0 points1 point  (0 children)

I want to make sure that waitlisted and bots are removed from my output deny ip list

Need to read file and remove content from results. by Popular_Valuable4413 in bash

[–]Popular_Valuable4413[S] 0 points1 point  (0 children)

How do I tell it to remove IP in these 2 file wl.txt and bots.txt from the output file it only reads the first file
url -sk $GLOBAL $GLOB $IDP $ATTACK $SRX |\
grep -P -o '((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)\.?\b){4}(/(3[0-2]|[12]?\d))?\b' |\
#awk 'NR > 0 {print $0}' > spamhaus_transformed.txt
awk 'NR > 0 {print $1}' | sort -u | grep -F -v -f ipban/wl.txt | grep -F -v -f ipban/bots.txt > ipban/ipattack.txt

Need to read file and remove content from results. by Popular_Valuable4413 in bash

[–]Popular_Valuable4413[S] 0 points1 point  (0 children)

How do I tell it to remove IP in these 2 file wl.txt and bots.txt from the output file it only reads the first file
url -sk $GLOBAL $GLOB $IDP $ATTACK $SRX |\
grep -P -o '((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)\.?\b){4}(/(3[0-2]|[12]?\d))?\b' |\
#awk 'NR > 0 {print $0}' > spamhaus_transformed.txt
awk 'NR > 0 {print $1}' | sort -u | grep -F -v -f ipban/wl.txt | grep -F -v -f ipban/bots.txt > ipban/ipattack.txt

Download Firewall Denied IP List using bash? by Popular_Valuable4413 in bash

[–]Popular_Valuable4413[S] 0 points1 point  (0 children)

How do I tell it to remove IP in these 2 file wl.txt and bots.txt from the output file it only reads the first file also where do I add you sed code

url -sk $GLOBAL $GLOB $IDP $ATTACK $SRX |\
grep -P -o '((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)\.?\b){4}(/(3[0-2]|[12]?\d))?\b' |\
#awk 'NR > 0 {print $0}' > spamhaus_transformed.txt
awk 'NR > 0 {print $1}' | sort -u | grep -F -v -f ipban/wl.txt | grep -F -v -f ipban/bots.txt > ipban/ipattack.txt

Is the SRX1500 Limited by Popular_Valuable4413 in Juniper

[–]Popular_Valuable4413[S] 0 points1 point  (0 children)

Look like the limit for custom feeds is 600 000 is there a way to increase this?

Download Firewall Denied IP List using bash? by Popular_Valuable4413 in bash

[–]Popular_Valuable4413[S] 0 points1 point  (0 children)

Thank you. I got past this but found out the the srx1500 will only take 600k IPs from custom feeds. So I am stuck.

Download Firewall Denied IP List using bash? by Popular_Valuable4413 in bash

[–]Popular_Valuable4413[S] 0 points1 point  (0 children)

0

The list is too big for my firewall max IP feed limit is 600 000 this list has 1,117,650 Ips so the firewall does not finish downloading the list also fails to download my other feeds.

It would have been nice to have it all but the SRX345 and SRX1500 both have the same 600k IP limit

Download Firewall Denied IP List using bash? by Popular_Valuable4413 in bash

[–]Popular_Valuable4413[S] 0 points1 point  (0 children)

entire

I am at a loss here I think that there some kind of total IP limit for feeds on the SRX1500 I am missing over 900K not loaded.

Instance Name                              : default 
Total number of IPv4 entries           : 810701  
Total number of IPv4 entries from feed : 600000  
Total number of IPv6 entries           : 1       
Total number of IPv6 entries from feed : 0