Python Forum
How do i listen to loopback address on my local computer, without a port
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do i listen to loopback address on my local computer, without a port
#1
I want to listent to my loopback address on my windows PC, without attaching it to a port. I want to listent to any messages, or ICMP pings sourced from address 10.0.0.1, as the 10.0.0.0 network is an internal network which shoots off a ping to the loopback in cases of network congestion. I'm using routers to send a ping, and they can't ping ports. (they can traceroute ports, which i may try to implement later). The python listener will then trigger based on a ping from 10.0.0.1. Any suggestions on how to do this? I read back last summer on socket programming and have done a few tutorials, but these usually refer to just that: socket programming, establishing connections, and binding to ports. I want a simple ip address listener, that listens to ip address loopback for a ping sourced from 10.0.0.1 ~ any tips?
Reply


Messages In This Thread
How do i listen to loopback address on my local computer, without a port - by billykid999 - May-23-2023, 08:30 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Listen TCP and send data to websockets neoboby 3 3,129 Feb-13-2023, 09:47 PM
Last Post: Vadanane
  Your p“Timeout !!!!” when I enter a known good IP address when running port scanner James2000k 8 2,947 Aug-06-2022, 10:42 AM
Last Post: Larz60+
  error opening port from local to internet looney99 3 2,901 Oct-16-2020, 02:01 PM
Last Post: BeanieW
  UDP Listen without Bind() GaryFunk 3 8,589 Mar-29-2018, 02:28 AM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020