F5F Stay Refreshed Software Operating Systems Accessing Linux server remotely

Accessing Linux server remotely

Accessing Linux server remotely

T
The_MafiaMan
Junior Member
3
04-03-2023, 06:49 PM
#1
I’m a bit self-conscious, but it’s unclear how to link this device from another IP address. With the Ubuntu server and lamp installed, I can reach it on my LAN using my local IP, but I don’t have guidance on connecting externally.
T
The_MafiaMan
04-03-2023, 06:49 PM #1

I’m a bit self-conscious, but it’s unclear how to link this device from another IP address. With the Ubuntu server and lamp installed, I can reach it on my LAN using my local IP, but I don’t have guidance on connecting externally.

S
Samurai_S15
Junior Member
6
04-05-2023, 07:38 AM
#2
what you trying to do have access to the machine or view the web server? If its the later just find out it's local ip and type that into the remote machine. ipconfig is what is used on windows there is a Linux command line that's the same however I cannot remember it.
S
Samurai_S15
04-05-2023, 07:38 AM #2

what you trying to do have access to the machine or view the web server? If its the later just find out it's local ip and type that into the remote machine. ipconfig is what is used on windows there is a Linux command line that's the same however I cannot remember it.

A
Airko_
Junior Member
48
04-05-2023, 08:15 AM
#3
To reach this server from outside your local network, you'll need specific details: your public IP address. You can locate it by searching online or using available tools. You must redirect a port on your router to the server, which means knowing both your LAN IP and ensuring the port is open and unused on the server. Websites typically use port 80, though you can configure any port you prefer. If needed, most ISPs block port 80 for business reasons. After configuring everything, visit the site at http://<external ip>/ or http://<external ip>:<port>. For remote access via SSH, use the same address but redirect to port 22.
A
Airko_
04-05-2023, 08:15 AM #3

To reach this server from outside your local network, you'll need specific details: your public IP address. You can locate it by searching online or using available tools. You must redirect a port on your router to the server, which means knowing both your LAN IP and ensuring the port is open and unused on the server. Websites typically use port 80, though you can configure any port you prefer. If needed, most ISPs block port 80 for business reasons. After configuring everything, visit the site at http://<external ip>/ or http://<external ip>:<port>. For remote access via SSH, use the same address but redirect to port 22.

F
FeetGreen
Junior Member
47
04-05-2023, 01:04 PM
#4
Harry added a few notes. Configure your home router to send internal port 22 to external port 22. For safety, avoid using port 22 directly. Script kiddies often expose that port, and keeping it open could lead to massive log files over time. Check if you have a fixed or changing IP address; contact your service provider for clarity. If your IP shifts, set up a DNS service like DynDNS so your home address remains reachable through a consistent domain name.
F
FeetGreen
04-05-2023, 01:04 PM #4

Harry added a few notes. Configure your home router to send internal port 22 to external port 22. For safety, avoid using port 22 directly. Script kiddies often expose that port, and keeping it open could lead to massive log files over time. Check if you have a fixed or changing IP address; contact your service provider for clarity. If your IP shifts, set up a DNS service like DynDNS so your home address remains reachable through a consistent domain name.

S
sst04
Member
208
04-05-2023, 10:02 PM
#5
You're wondering if your router lacks port forwarding capabilities, since it isn't listed in its settings or similar options.
S
sst04
04-05-2023, 10:02 PM #5

You're wondering if your router lacks port forwarding capabilities, since it isn't listed in its settings or similar options.

D
Deurman
Member
120
04-05-2023, 11:00 PM
#6
Model number: [Insert Model Number]
Alternative names: Virtual Servers, Services, etc.
D
Deurman
04-05-2023, 11:00 PM #6

Model number: [Insert Model Number]
Alternative names: Virtual Servers, Services, etc.

F
Flow_Neck
Member
102
04-05-2023, 11:48 PM
#7
It's referred to as lb-link bl-wr1100
F
Flow_Neck
04-05-2023, 11:48 PM #7

It's referred to as lb-link bl-wr1100

R
Runnergirl15
Member
246
04-06-2023, 08:25 AM
#8
The command in question is "ifconfig," used to manage network interface settings.
R
Runnergirl15
04-06-2023, 08:25 AM #8

The command in question is "ifconfig," used to manage network interface settings.

A
AboooDy919
Member
207
04-07-2023, 09:11 PM
#9
I've attempted various approaches, but nothing has worked...
A
AboooDy919
04-07-2023, 09:11 PM #9

I've attempted various approaches, but nothing has worked...

C
coreylemonade
Member
217
04-08-2023, 04:10 AM
#10
If it doesn't work, your internet service provider might be restricting port 80. They usually mention this on their help pages, so verify it.
C
coreylemonade
04-08-2023, 04:10 AM #10

If it doesn't work, your internet service provider might be restricting port 80. They usually mention this on their help pages, so verify it.