there's no place like 127.0.0.1

The #1 community for Gun Owners in Indiana

Member Benefits:

  • Fewer Ads!
  • Discuss all aspects of firearm ownership
  • Discuss anti-gun legislation
  • Buy, sell, and trade in the classified section
  • Chat with Local gun shops, ranges, trainers & other businesses
  • Discover free outdoor shooting areas
  • View up to date on firearm-related events
  • Share photos & video with other members
  • ...and so much more!
  • Expat

    Pdub
    Site Supporter
    Rating - 100%
    23   0   0
    Feb 27, 2010
    110,345
    113
    Michiana
    Not in IT, but started running Linux around 98 or so. And you had to know about that sort of thing before it started going down the automagical path.
     

    idkfa

    personally invading Ukraine (vicariously)
    Rating - 0%
    0   0   0
    Apr 3, 2019
    268
    43
    Hell
    Here's a real conundrum for all y'all IT-inclined.
    I have an app running on port 9000 on one Windows 10 machine (let's call its IP PC1).
    I have another Win 10 machine on the same network (PC2).

    1) I can ping PC1 from PC2
    2) I can
    Code:
    telnet PC1 9000
    from PC2
    3) I can
    Code:
    nc -v PC1 9000
    from PC2's WSL2 instance
    4) PROBLEM: I cannot PC1:9000 in the browser on PC2
    5)
    Code:
    curl PC1:9000
    returns
    Code:
    url: (56) Recv failure: Connection was reset

    Cherry on the top: I was able to access the app from any machine on LAN.
    The problem started when I recently moved and connected to ATT fiber, so I had to set up their POS modem/router as a passthrough.


    So it's
    - not the firewall,
    - not the antivirus,
    - not the app.

    Out of ideas.
     

    BigRed

    Banned More Than You
    Site Supporter
    Rating - 100%
    7   0   0
    Dec 29, 2017
    19,565
    149
    1,000 yards out
    Here's a real conundrum for all y'all IT-inclined.
    I have an app running on port 9000 on one Windows 10 machine (let's call its IP PC1).
    I have another Win 10 machine on the same network (PC2).

    1) I can ping PC1 from PC2
    2) I can
    Code:
    telnet PC1 9000
    from PC2
    3) I can
    Code:
    nc -v PC1 9000
    from PC2's WSL2 instance
    4) PROBLEM: I cannot PC1:9000 in the browser on PC2
    5)
    Code:
    curl PC1:9000
    returns
    Code:
    url: (56) Recv failure: Connection was reset

    Cherry on the top: I was able to access the app from any machine on LAN.
    The problem started when I recently moved and connected to ATT fiber, so I had to set up their POS modem/router as a passthrough.


    So it's
    - not the firewall,
    - not the antivirus,
    - not the app.

    Out of ideas.

    Did you try rebooting your machine?
     

    jkaetz

    Master
    Rating - 100%
    3   0   0
    Jan 20, 2009
    1,965
    83
    Indianapolis
    Here's a real conundrum for all y'all IT-inclined.
    I have an app running on port 9000 on one Windows 10 machine (let's call its IP PC1).
    I have another Win 10 machine on the same network (PC2).

    1) I can ping PC1 from PC2
    2) I can
    Code:
    telnet PC1 9000
    from PC2
    3) I can
    Code:
    nc -v PC1 9000
    from PC2's WSL2 instance
    4) PROBLEM: I cannot PC1:9000 in the browser on PC2
    5)
    Code:
    curl PC1:9000
    returns
    Code:
    url: (56) Recv failure: Connection was reset

    Cherry on the top: I was able to access the app from any machine on LAN.
    The problem started when I recently moved and connected to ATT fiber, so I had to set up their POS modem/router as a passthrough.


    So it's
    - not the firewall,
    - not the antivirus,
    - not the app.

    Out of ideas.
    You said passthrough, presumably with your router. Are both systems on your router?

    Assuming yes, are you using ip address or DNS names to connect?
     

    Site Supporter

    INGO Supporter

    Staff online

    Forum statistics

    Threads
    526,599
    Messages
    9,845,817
    Members
    54,082
    Latest member
    iSeekLight
    Top Bottom