F5F Stay Refreshed Power Users Networks Server newbie needs a bit more insight

Server newbie needs a bit more insight

Server newbie needs a bit more insight

Pages (2): 1 2 Next
C
CrushJPO
Member
170
10-14-2023, 06:50 PM
#1
I'm running a Python server locally using the command you provided. I'm setting up access for my office team who work remotely across various locations. My existing servers handle internal tools like TeamCity and code collaboration, but this one is only reachable from my current campus. Since I'm new to this setup, I'm having trouble logging in after trying different methods. The server works when pinged from on-campus, but not from outside. Could anyone offer guidance?
C
CrushJPO
10-14-2023, 06:50 PM #1

I'm running a Python server locally using the command you provided. I'm setting up access for my office team who work remotely across various locations. My existing servers handle internal tools like TeamCity and code collaboration, but this one is only reachable from my current campus. Since I'm new to this setup, I'm having trouble logging in after trying different methods. The server works when pinged from on-campus, but not from outside. Could anyone offer guidance?

D
DanBarr2
Member
138
10-15-2023, 11:32 PM
#2
To set up a local web server, it will only work within your network unless you can access it over the Internet. Unless you can reach your machine via the Internet, it won’t be accessible externally. Even then, connections are limited to your public IP address. To assign a domain name (such as mycomputer.com), you’d need to purchase the domain and configure the DNS server to map that name to your computer’s IP. If your device has a public IP and you can ping it but not reach port 80, a firewall might be blocking those requests.
D
DanBarr2
10-15-2023, 11:32 PM #2

To set up a local web server, it will only work within your network unless you can access it over the Internet. Unless you can reach your machine via the Internet, it won’t be accessible externally. Even then, connections are limited to your public IP address. To assign a domain name (such as mycomputer.com), you’d need to purchase the domain and configure the DNS server to map that name to your computer’s IP. If your device has a public IP and you can ping it but not reach port 80, a firewall might be blocking those requests.

G
GrimAuxilitrix
Junior Member
16
10-16-2023, 03:51 AM
#3
It seems you're asking about how internal web servers work alongside internet access. Since the setup is complex, it's likely they use separate configurations for internal and external networks. The people who built these systems probably designed them to restrict access to internal resources while allowing broader internet connectivity. The fact that staff are on vacation until the new year suggests a temporary change in access policies.
G
GrimAuxilitrix
10-16-2023, 03:51 AM #3

It seems you're asking about how internal web servers work alongside internet access. Since the setup is complex, it's likely they use separate configurations for internal and external networks. The people who built these systems probably designed them to restrict access to internal resources while allowing broader internet connectivity. The fact that staff are on vacation until the new year suggests a temporary change in access policies.

W
walmartmic
Member
210
10-17-2023, 04:17 PM
#4
Is your system running Windows, Linux, or Mac? If the campus firewall is blocking connections, you're stuck until someone with permission can adjust the rule for your IP address. If it's your own machine's firewall, you need to enable the port on your device for external communication.
W
walmartmic
10-17-2023, 04:17 PM #4

Is your system running Windows, Linux, or Mac? If the campus firewall is blocking connections, you're stuck until someone with permission can adjust the rule for your IP address. If it's your own machine's firewall, you need to enable the port on your device for external communication.

S
StigAxe
Junior Member
37
10-25-2023, 01:02 PM
#5
You must understand how to configure and operate Nginx, which functions as a web server. For simple file sharing, SFTP is sufficient. To establish private communication between sites, consider a site-to-site VPN such as Wireguard. Setting this up requires significantly more effort than your current setup, but it offers a reliable solution instead of relying on a basic Python web server. You’ll likely need assistance from someone experienced in networking or IT, as tackling this alone isn’t practical. If you have an IT leader or sysadmin, they should be familiar with these steps. If not, hiring a professional service provider is advisable. Your time at work is valuable, so avoid trying this without expert guidance.
S
StigAxe
10-25-2023, 01:02 PM #5

You must understand how to configure and operate Nginx, which functions as a web server. For simple file sharing, SFTP is sufficient. To establish private communication between sites, consider a site-to-site VPN such as Wireguard. Setting this up requires significantly more effort than your current setup, but it offers a reliable solution instead of relying on a basic Python web server. You’ll likely need assistance from someone experienced in networking or IT, as tackling this alone isn’t practical. If you have an IT leader or sysadmin, they should be familiar with these steps. If not, hiring a professional service provider is advisable. Your time at work is valuable, so avoid trying this without expert guidance.

V
vanessa6374
Junior Member
36
10-29-2023, 08:03 PM
#6
You've already configured a VPN and web servers. This server should be ready now. It's best to let your IT team handle it unless you're certain about the setup. Risking changes to the current configuration is quite high, especially if you're unfamiliar with these processes.
V
vanessa6374
10-29-2023, 08:03 PM #6

You've already configured a VPN and web servers. This server should be ready now. It's best to let your IT team handle it unless you're certain about the setup. Risking changes to the current configuration is quite high, especially if you're unfamiliar with these processes.

N
NooLele
Posting Freak
847
10-29-2023, 11:25 PM
#7
It's not really a Python server, just the fastest way to show how access works. The main problem I need to fix is getting this posted before those people return. They’re not IT staff—they’re engineers. We don’t have network details and only get the settings IT handed us. I’m checking every possible route before going to IT, since they’re interns at a university work-study program and their knowledge is limited.
N
NooLele
10-29-2023, 11:25 PM #7

It's not really a Python server, just the fastest way to show how access works. The main problem I need to fix is getting this posted before those people return. They’re not IT staff—they’re engineers. We don’t have network details and only get the settings IT handed us. I’m checking every possible route before going to IT, since they’re interns at a university work-study program and their knowledge is limited.

R
RizapS
Member
135
10-29-2023, 11:50 PM
#8
If you can reach the test web server from another computer on campus but not from another campus, verify port forwarding settings on your local router or check if the firewall blocks the connection from there.
R
RizapS
10-29-2023, 11:50 PM #8

If you can reach the test web server from another computer on campus but not from another campus, verify port forwarding settings on your local router or check if the firewall blocks the connection from there.

B
Blacky_Prod
Junior Member
49
11-10-2023, 12:24 PM
#9
B
Blacky_Prod
11-10-2023, 12:24 PM #9

C
168
11-10-2023, 03:21 PM
#10
If you can't reach them, you'll need to reach out directly. Port forwarding seems like a less probable explanation at first.
C
couragewolf901
11-10-2023, 03:21 PM #10

If you can't reach them, you'll need to reach out directly. Port forwarding seems like a less probable explanation at first.

Pages (2): 1 2 Next