Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8492941
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T22:52:10+00:00 2026-06-10T22:52:10+00:00

I currently have the problem that I have a server script running on one

  • 0

I currently have the problem that I have a server script running on one computer as localhost:12123. I can connect to it using the same computer but using another computer in the same network does not connect to it (says it does not exist). Firewall is disabled.

Does it have to do with permissions?

The socket is created by a python file using BaseHTTPServer.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T22:52:11+00:00Added an answer on June 10, 2026 at 10:52 pm

    It probably has to do with binding to localhost, instead to the actual LAN interface (e.g. 192.168.1.x) or all interfaces (sometimes referred as 0.0.0.0).

    This code would start an instance that binds to all interfaces (not only localhost)

    def run(server_class=BaseHTTPServer.HTTPServer,
            handler_class=BaseHTTPServer.BaseHTTPRequestHandler):
        server_address = ('0.0.0.0', 12123)
        httpd = server_class(server_address, handler_class)
        httpd.serve_forever()
    

    server_adress has to be (0.0.0.0, 12123) see: 0.0.0.0

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can't seem to figure this one out. I have a validator-type script that
Currently I have a perl script that runs forever on my server, checking a
I currently have a small Python script that I'm using to spawn multiple executables,
I have an Apache server running a PHP script that receives data via a
I have a problem that output string must be utf8-formatted, I am writing currently
I'm currently exploring powershell capabilities, but I have encountered a problem that I have
I currently have collision between 2 sprites working, using sprite.collidesWith(otherSprite) . The problem is
i'm running into a strange problem in Microsoft SQL Server 2008. I have a
Im running a video link aggregator, and I have a script that checks to
Original Question mysql-server-6.0.10 I have this problem, I'm using the COMPRESS function to update

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.