Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.
View this topic in a long page with up to 500 replies per page Create new topic
1 | ... | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | ... | 90
MadEngineer
4591 posts

Uber Geek
+1 received by user: 2570

Trusted

  #3377100 26-May-2025 19:50
Send private message quote this post

So, I was setting up an Arduino device and before I powered it up I found that I could reach 192.168.4.1 via 60.234.8.50

 

 

WTH?





You're not on Atlantis anymore, Duncan Idaho.

fe31nz
1295 posts

Uber Geek
+1 received by user: 423


  #3377114 26-May-2025 22:50
Send private message quote this post

MadEngineer:

 

So, I was setting up an Arduino device and before I powered it up I found that I could reach 192.168.4.1 via 60.234.8.50

 

 

WTH?

 

 

Several people screwed up things here.  Your router WAN port should not be passing traffic for any of the reserved "Private Network" address blocks (192.168.0.0/16, 172.16.0.0/12, 10.0.0.0/8).  But I have always expected that cheaper "home grade" routers will not automatically block that traffic for you, and may not have any option for you to add the blocked addresses manually either.  Vocus also should not be passing that traffic through its routers to you.  And some Vocus customer connected on 60.234.8.50 has really screwed up their router settings - they probably do not have NAT enabled.


MadEngineer
4591 posts

Uber Geek
+1 received by user: 2570

Trusted

  #3377199 27-May-2025 13:06
Send private message quote this post

Looks like I left out or removed bogon filtering, which I've now set.

 

/ip firewall address-list
add list="BOGONS" address=0.0.0.0/8
add list="BOGONS" address=10.0.0.0/8
add list="BOGONS" address=100.64.0.0/10
add list="BOGONS" address=127.0.0.0/8
add list="BOGONS" address=169.254.0.0/16
add list="BOGONS" address=172.16.0.0/12
add list="BOGONS" address=192.0.0.0/24
add list="BOGONS" address=192.0.2.0/24
add list="BOGONS" address=192.168.0.0/16
add list="BOGONS" address=198.18.0.0/15
add list="BOGONS" address=198.51.100.0/24
add list="BOGONS" address=203.0.113.0/24
add list="BOGONS" address=224.0.0.0/3

 

/ip firewall filter
add action=drop chain=forward comment="Block Bogon IP Addresses" in-interface=vlan1 src-address-list=BOGONS





You're not on Atlantis anymore, Duncan Idaho.

MadEngineer
4591 posts

Uber Geek
+1 received by user: 2570

Trusted

  #3377338 27-May-2025 20:09
Send private message quote this post

Changed that to:

 

/ip firewall raw
add chain=prerouting in-interface=vlan1 src-address-list=BOGONS action=drop comment="Drop bogons from WAN"

 

Which kills both forwarding and input.

 

Doesn't stop Vocus from offering itself as a route there however.

 

Apparently I could try setting up a Team Cymru BGP peer to add filtering.





You're not on Atlantis anymore, Duncan Idaho.

SomeoneSomewhere
1882 posts

Uber Geek
+1 received by user: 1086

Lifetime subscriber

  #3377339 27-May-2025 20:10
Send private message quote this post

[/quode], huh?


Tinkerisk
4800 posts

Uber Geek
+1 received by user: 3660


  #3377342 27-May-2025 21:06
Send private message quote this post

Is neb actually still around or does he still have to sit in the dungeon? 🤔





     

  • Qui nihil scit, omnia credere debet.
  • Firewalls do NOT stop dragons.
  • In effect we have everything to hide from someone, and no idea who someone is.

freitasm
BDFL - Memuneh
80658 posts

Uber Geek
+1 received by user: 41071

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #3377343 27-May-2025 21:11
Send private message quote this post

It was lifted ages ago.





Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


elpenguino
3577 posts

Uber Geek
+1 received by user: 2939


  #3377344 27-May-2025 21:19
Send private message quote this post

@freitasm, are the sources of +1s readily visible to you , and mods?





Most of the posters in this thread are just like chimpanzees on MDMA, full of feelings of bonhomie, joy, and optimism. Fred99 8/4/21


Tinkerisk
4800 posts

Uber Geek
+1 received by user: 3660


  #3377345 27-May-2025 21:20
Send private message quote this post

freitasm:

 

It was lifted ages ago.

 

 

So he eremitised himself.😉





     

  • Qui nihil scit, omnia credere debet.
  • Firewalls do NOT stop dragons.
  • In effect we have everything to hide from someone, and no idea who someone is.

freitasm
BDFL - Memuneh
80658 posts

Uber Geek
+1 received by user: 41071

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #3377347 27-May-2025 21:37
Send private message quote this post

elpenguino:

 

@freitasm, are the sources of +1s readily visible to you , and mods?

 

 

Yes. 





Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


elpenguino
3577 posts

Uber Geek
+1 received by user: 2939


  #3377348 27-May-2025 22:01
Send private message quote this post

freitasm:

 

elpenguino:

 

@freitasm, are the sources of +1s readily visible to you , and mods?

 

 

Yes. 

 

 

Oh, the power !





Most of the posters in this thread are just like chimpanzees on MDMA, full of feelings of bonhomie, joy, and optimism. Fred99 8/4/21


Tinkerisk
4800 posts

Uber Geek
+1 received by user: 3660


  #3377352 28-May-2025 00:03
Send private message quote this post

elpenguino:

 

freitasm:

 

Yes. 

 

 

Oh, the power !

 

 

By the power of Grayskull! 😁





     

  • Qui nihil scit, omnia credere debet.
  • Firewalls do NOT stop dragons.
  • In effect we have everything to hide from someone, and no idea who someone is.

k1w1k1d
1714 posts

Uber Geek
+1 received by user: 1314


  #3377359 28-May-2025 08:08
Send private message quote this post

gzt

gzt
18689 posts

Uber Geek
+1 received by user: 7827

Lifetime subscriber

  #3377366 28-May-2025 08:34
Send private message quote this post

Preferably in a new topic.

Senecio
2856 posts

Uber Geek
+1 received by user: 3168

ID Verified
Lifetime subscriber

  #3377370 28-May-2025 09:07
Send private message quote this post

This probably belongs in the Annoy thread but it is a question.

 

Why do I always get sick just before I go on leave?


1 | ... | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | ... | 90
View this topic in a long page with up to 500 replies per page Create new topic


Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.