#IPAddress

Kevin Karhan :verified:kkarhan@infosec.space
2025-07-14

@drscriptt Naive question: WHEN does the average #Internet #user ever open up a webpage with an #IP address instead of a #domain or even #FQDN?

  • Seriously, the only cases I saw were either some old, non-public - facing server in some B2B/API setting or a test that #httpd / #ngnix / #ssh / … function properly on like a #VPS and that the #DNS hasn't been updated (yet!) to include said host / FQDN in the records, and even then it's bad cuz you'd rather want to use it's FQDN instead because with #IPv4 shortages on one hand and tools like #Portainer on the other, one should not use an #IPaddress as addressing method because #WAF / #Proxies used to "#MUX" / "#NAT" services under one IP address or #IPv6 block may need that distinction by being queried for a specific FQDN...

The Idea if !SSL / #TLD for #IPaddresses makes me feel like Jeff Goldblum!

WhoerIPwhoerip
2025-07-05

Need to find your IP address on a Mac? This step-by-step guide shows you how — using both System Settings and Terminal.
👉 whoerip.com/blog/how-to-find-i

Inautiloinautilo
2025-07-02


Our first IP address certificate · Let’s Encrypt starts rolling out the new option ilo.im/16530s

_____

Green Webpagegreenwebpage
2025-06-20

This guide walks you through every method for changing the IP address on Debian 12, providing clear, step-by-step instructions.

Keep reading:👇
greenwebpage.com/community/how

Tony WellsTonyJWells
2025-06-15

The bus next to the one I was on a few days ago was showing an IP address and 'Onion' with a version number, instead of the route number and destination.

Some identifying information edited on the photo, probably unnecessarily.

It was not the 192 bus!

#

Photo of the front nearside of a Manchester Bee Network double decker bus. The bus is painted bright yellow. An electronic display is showing an IP address, although I've masked some of the numbers.
2025-05-28

What is my IP?

So I just whipped up a tiny Kitten app that tells you what your IP address is.

Yes, there are dozens of such services. But I wanted something I trust (because I built and host it).

Please feel free to use it.

• Browser: ip.small-web.org
• JSON API: ip.small-web.org/json/

View source: codeberg.org/small-tech/ip

Enjoy!

:kitten:💕

#ipAddress #ipv4 #externalIP #whatIsMyIp #Kitten #SmallWeb #SmallTech #web #dev

N-gated Hacker Newsngate
2025-04-15

🚀🔒 Breaking news: the article didn't blow up, but your access did! Instead of cosmic explosions, enjoy the thrilling of , , and an IP address reveal worthy of a sci-fi . 🌌🔍
badastronomy.beehiiv.com/p/ban

Green Webpagegreenwebpage
2025-04-15

Today, we will demonstrate four methods for configuring a static IP address on Ubuntu 24.04.👇

greenwebpage.com/community/how

HostykoHostyko
2025-04-12

💡 IP Address là gì mà quan trọng đến vậy?

Bạn có biết, mỗi khi bạn lên mạng – xem video, gửi mail hay lướt web – thiết bị của bạn đều dùng một “mã số định danh” gọi là IP Address (Địa chỉ IP) để giao tiếp với thế giới?

📚 Nếu bạn từng nghe tới NAT, DHCP, DNS hay VPN – thì tất cả đều “chơi chung” với IP Address cả đấy!

Tìm hiểu chi tiết thêm tại: hostyko.wordpress.com/2025/03/

TechHelpKB.com 📚techhelpkb
2025-04-10

You're giving away your IP address, and therefore your location, freely. IP address protection requires special attention when it comes to improving your privacy. This is where a virtual machine can be very useful.


pcworld.com/article/2660359/su

N-gated Hacker Newsngate
2025-03-05

📡🥴 Oh no, is wreaking havoc again! Our beloved IP address-based is more frustrated than a cat in water. SIDN's bravely tackles the issue, but somehow ends up sounding like a Dutch IKEA manual. 🚪🔧
sidn.nl/en/news-and-blogs/cgna

PPC Landppcland
2025-02-15

ICYMI: Google Chrome introduces IP address protection for private browsing: Google Chrome will mask IP addresses in Incognito mode starting May 2025, limiting third-party tracking while preserving essential services. ppc.land/google-chrome-introdu

2025-01-08

IP address data is useful for all kinds of #cybersecurity functions. For example, it can identify a user’s devices or prevent potentially harmful incoming communications by using a known malicious range.

Let's talk about how IP lookup data can improve your cybersecurity and how you can incorporate it into your controls and detections. 💯

Read on to learn about:
🔍 Domain IP lookup
🔒 How domain IP lookup contributes to cybersecurity
📊 The types of data you can gather using an IP lookup tool
🌎 Ways to improve your cybersecurity with IP lookup and geolocation data
⚠️ High-fidelity detections and alerts with correlated security data

graylog.org/post/using-ip-look #IPaddress #security

halil denizhalildeniz
2024-12-15

Hello everyone.
In today's article, we learn in detail what is an ip address and how it works.

I wish everyone good work and reading.
denizhalil.com/2023/07/05/what

2024-11-27

Downside of #laptops not having a built-in #Ethernet port any more: it can use a USB adapter for wired #networking, but then I can't assign it a static #IP #IPaddress based on its MAC address on the #DHCP server. 😭 #SysadminProblems

2024-11-24

#aircove #expressvpn #router #wifi #printing #brother #mfcl3770cdw on #nixos
0) Activate WiFi printing on printer (disables previous wired LAN connection, cannot have both)
1) enter new #ipaddress of the printer by adapting the #configurationdotnix (IP address shown on printer settings screen & web browser dashboard expressvpnrouter.com)
2) drag & drop printer into the so-called "group" "No VPN"
3) enjoy printing

Had set aside the whole afternoon 4 this but now can do the washing up instead.

extract from configuration.nix for printing on nixos

# Enable CUPS to print documents.
  services.printing.enable = true;
  # see https://nixos.wiki/wiki/Printing 
  services.printing.drivers = [pkgs.brlaser]; #not sure if this is being used by the setup below....


  hardware.printers = {
  ensurePrinters = [
    {
      name = "Brother_MFC_L3770CDW_series";
      location = "Home; upstairs upstairs";
      #deviceUri = "http://192.168.YY.XX:631"; # old on 24-11-24 testing HomeNetVPN 
      deviceUri = "http://192.168.NEW.NEW:631";
        model = "drv:///sample.drv/generic.ppd"; #using this works on 7-1-23 18:28 
      # the above is used with services.avahi NOT used i.e commented out above 
      ppdOptions = {
        PageSize = "A4";
      };
    }
  ];
  ensureDefaultPrinter = "Brother_MFC_L3770CDW_series";GUI in browser which sets up VPN Aircove Router - drag and drop to allocate different machines to different groups wherein each group has its own settings e.g. no VPN, or off times
Nine Internet Solutions AGninecloudnavigators
2024-11-13

Nowadays, modern technology is constantly changing. 💾 But then, there are also times when the latest technologies need to work hand in hand with older systems and processes. 🤝 For example, when it comes to ensuring predictable network connectivity. 🔌 This is exactly where the new ‘Static Egress’ feature comes into play. ✅ Find out more about it in our newest blog post on our website: nine.ch/no-more-ip-limitations 👈

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst