F5F Stay Refreshed Power Users Networks Expose a specific port to a device on your network.

Expose a specific port to a device on your network.

Expose a specific port to a device on your network.

S
Sunahh
Posting Freak
863
04-11-2016, 07:14 PM
#1
The IP you redirected the port to remains the same as the RPi 4's IP. For better security, it's strongly advised to configure SSH to allow access only via a key.
S
Sunahh
04-11-2016, 07:14 PM #1

The IP you redirected the port to remains the same as the RPi 4's IP. For better security, it's strongly advised to configure SSH to allow access only via a key.

S
Schokiiii
Junior Member
8
04-13-2016, 12:27 AM
#2
I confirmed the IP is reserved at 192.168.0.103 and tested multiple ports, but they remain closed.
S
Schokiiii
04-13-2016, 12:27 AM #2

I confirmed the IP is reserved at 192.168.0.103 and tested multiple ports, but they remain closed.

B
BruceJH
Member
173
04-15-2016, 12:41 AM
#3
Have you verified you're not using a Double-NAT? Which connection type connects you to your ISP (Coax, Fibre, DSL, LTE, etc.)? You might assist in hiding the presence of an SSH server by keeping port 22 off the WAN and redirecting it to a port above 30,000, preferably one not in use by other services. Most port scan tools rarely check that high, and on your local network you can allow port 22 to be used for requests from the device.
B
BruceJH
04-15-2016, 12:41 AM #3

Have you verified you're not using a Double-NAT? Which connection type connects you to your ISP (Coax, Fibre, DSL, LTE, etc.)? You might assist in hiding the presence of an SSH server by keeping port 22 off the WAN and redirecting it to a port above 30,000, preferably one not in use by other services. Most port scan tools rarely check that high, and on your local network you can allow port 22 to be used for requests from the device.

P
PastelPurp
Junior Member
12
04-15-2016, 08:59 AM
#4
It might be a double-nat setup based on what I found online. I’d really like to know more about the connection type, but the ISP installed a cable through my wall to my router. I have no idea anything else. They said it would be fiber when they were setting it up.
P
PastelPurp
04-15-2016, 08:59 AM #4

It might be a double-nat setup based on what I found online. I’d really like to know more about the connection type, but the ISP installed a cable through my wall to my router. I have no idea anything else. They said it would be fiber when they were setting it up.

K
KikooNoob_1er
Junior Member
15
04-15-2016, 11:26 AM
#5
They mention fibre but it appears to be an ethernet cable into your home, possibly a media converter. Sometimes ISP providers place you behind a router you can't access. If this happens, you're likely in double NAT—your best move is to contact them and see if they can resolve the issue. We're still unsure about this yet. The person you spoke to said it should work, which is encouraging. Have you tried connecting to your server or are you only using the port tester? Are you linking through a public IP or a domain?
K
KikooNoob_1er
04-15-2016, 11:26 AM #5

They mention fibre but it appears to be an ethernet cable into your home, possibly a media converter. Sometimes ISP providers place you behind a router you can't access. If this happens, you're likely in double NAT—your best move is to contact them and see if they can resolve the issue. We're still unsure about this yet. The person you spoke to said it should work, which is encouraging. Have you tried connecting to your server or are you only using the port tester? Are you linking through a public IP or a domain?

M
maisymoon
Member
223
04-17-2016, 10:55 AM
#6
I encountered a friend in the IT sector attempting to access something. I tested using mobile data and a port scanner. Just the public IP address worked.
M
maisymoon
04-17-2016, 10:55 AM #6

I encountered a friend in the IT sector attempting to access something. I tested using mobile data and a port scanner. Just the public IP address worked.

K
Kunall
Member
205
04-17-2016, 04:15 PM
#7
Determine if you have double NAT or are behind carrier-grade NAT. Run a traceroute to 8.8.8.8; two internal IPs at the start indicate double NAT. If your router's WAN IP differs from the one provided by ipchicken.com or another service, you're behind carrier-grade NAT. To fix this, either bridge the gaps or set the second IP as a default access point. If you can't open ports or prefer not to manage it, consider using ZeroTier—a virtual network solution.
K
Kunall
04-17-2016, 04:15 PM #7

Determine if you have double NAT or are behind carrier-grade NAT. Run a traceroute to 8.8.8.8; two internal IPs at the start indicate double NAT. If your router's WAN IP differs from the one provided by ipchicken.com or another service, you're behind carrier-grade NAT. To fix this, either bridge the gaps or set the second IP as a default access point. If you can't open ports or prefer not to manage it, consider using ZeroTier—a virtual network solution.

J
Jelly1233
Member
190
04-17-2016, 05:43 PM
#8
I verified it works on double native. But my ISP seems ignoring me about this (probably because they don’t handle such requests often). I’ll check the zero-tier option and see if anything improves. Thanks for the help.
J
Jelly1233
04-17-2016, 05:43 PM #8

I verified it works on double native. But my ISP seems ignoring me about this (probably because they don’t handle such requests often). I’ll check the zero-tier option and see if anything improves. Thanks for the help.