Jump to content

hornetwotop

Member
  • Posts

    5
  • Joined

  • Last visited

Awards

This user doesn't have any awards

hornetwotop's Achievements

  1. Alright then I'll give IT a shot since it seems like there's really nothing left I can do on my end without the ability to make network modifications. Thanks very much for the speedy help!
  2. Yeah that's the exact scenario I am in. It seems like I have no choice but to contact IT and make an exception in our network for that server.
  3. It's not actually a python server, that's just the quickest example of a web server I could give to illustrate the underlying issue of access. Yeah the issue that I need this up before those people come back. They're not IT though, they are engineers. We have no access to network settings and are just given the group policy settings passed down by IT. I'm trying to exhaust all of my options before resorting to IT because they are all interns at a local university on work study so... their help is sort of limited by their expertise which is nil lol.
  4. Yes sorry, it is specifically a web server like you mentioned. I guess another question I have then is that as I mentioned we do have some web servers setup in house that everyone on our domain can access on every campus, so how are those intranet accessible but internet inaccessible? I don't know what the people who set those up did to make that possible and ... every person involved in setting up those servers is on vacation until the new year
  5. To keep things nice and brief, I'm hosting a server via python on my PC using the following command from a directory that has some crappy files in it. python -m http.server 80 I'm trying to setup a server for my office and people in my company who work at different offices in different countries. We have other servers for things like our teamcity server and code collab servers that are accessible across different campuses, but my server is only accessible from the campus I'm at now. I'd gladly ask the people who set those servers up, but they are on vacation until the new year I am working with someone at another campus to just keep trying to login to the server after I try different things on my end as this is my first foray into this sorta thing with no prior training. We are able to ping the server off campus successfully, but we cannot access it via browser off campus. We can both ping and browse to it on campus. Anyone have any advice for me?
×