Skip to main content

Questions tagged [port-forwarding]

port-forwarding on firewall or via SSH

0 votes
0 answers
47 views

I am using a UDM pro for dual WAN internet edge. The UDM pro is uplinked to a Cisco N9K series switch that handles our internal vlans and internet distribution / switching. We have a server that ...
hdcdigi's user avatar
  • 41
0 votes
1 answer
131 views

When running vagrant up, it gets stuck at the point when it's trying to mount the NFS shared folders. https://github.com/hashicorp/vagrant/blob/f2960d545864e1b644fe7fb0f3b82fec9895dd13/website/content/...
MWA's user avatar
  • 1
0 votes
0 answers
94 views

I have setup a PuTTY connection to use a SOCKS 5 proxy in order to connect to a remote machine. However port forwarding does not work (for me) in this scenario. I have setup an identic connection ...
Dryzler's user avatar
0 votes
1 answer
66 views

I need to set up port forwarding (for SOAP protocol) on a custom, limited distro of Linux from 8111 on localhost to port 8111 on the externally visible port on host's IP address (say 1.2.3.4). (That's ...
LetMeSOThat4U's user avatar
0 votes
1 answer
460 views

I'm trying to secure a VPS running Docker containers so that their exposed ports are only accessible through a VPN interface (in my case it's Tailscale). In order to do that, I read about firewalld ...
Scentle5S's user avatar
  • 103
0 votes
0 answers
31 views

I've enable DMZ in my router on one of the systems with reserved dhcp address in the LAN. From DMZ host I'm unable to ping or http or ssh to itself using own public IP. However I can connect to the ...
Necktwi's user avatar
  • 101
0 votes
1 answer
160 views

I have the following postfix configuration: virtual_mailbox_maps = ldap:/etc/postfix/ldap-users.cf virtual_mailbox_domains = ldap:/etc/postfix/ldap-domains.cf virtual_alias_maps = ldap:/etc/postfix/...
Barry Chapman's user avatar
0 votes
1 answer
264 views

I have setup a vhost for a domain for port 80: <VirtualHost *:80> ServerAdmin webmaster@localhost ServerName thesolentmetropolitan.com DocumentRoot /var/www/10/thesolentmetropolitan....
therobyouknow's user avatar
-1 votes
1 answer
178 views

I have two servers connected via WireGuard: an on-premises server (server1, WireGuard IP 10.0.0.2) and an cloud server (server0, WireGuard IP 10.0.0.1). My goal is to use server0 as a gateway to ...
MagoLione's user avatar
4 votes
3 answers
561 views

I’m using Windows Server on AWS and need to open various ports for the REST server, remote debugger, and so on. I’ve configured them in the three places I’m aware of: Windows Firewall AWS Security ...
Rohit Gupta's user avatar
  • 1,072
0 votes
1 answer
517 views

Either via configuration file editing or by using a command, I am using docker installation and I need the nextcloud instance to be able to access host machine's localhost for database access so I use ...
infinitieunique's user avatar
0 votes
1 answer
725 views

I have a network behind an OPNsense firewall. The OPNsense firewall's WAN interface is the only Ethernet device connected to a router provided by the ISP. I must maintain this router for VoIP phone ...
Neopard's user avatar
0 votes
1 answer
522 views

I have a VM running on my LAN with IP address 192.168.1.99. This VM is running Wireguard as a client, connected to a remote ProtonVPN server (I got the wg config from Proton). VPN connection works ...
GNUser's user avatar
  • 1
0 votes
0 answers
108 views

Long story short - I have stubborn ISP that blocks ports 80 and 443 on NAT port forwarding. I have private public IP and my server is exposed to the Internet - for example I can setup Minecraft server ...
lemek's user avatar
  • 101
4 votes
2 answers
674 views

Client machines can reach TCP 25 on "gateway" server (we control this segment and all firewalls there). This "gateway" server can reach SMTP relay out there somewhere (we don't ...
ARZ Lab's user avatar
  • 129
1 vote
1 answer
117 views

I've got quite some experience with TCP port forwarding in the UNIX world (netcat, iptables) but now I need to do the same on Windows Server 2022. Client machines can reach TCP 25 on "gateway&...
ARZ Lab's user avatar
  • 129
0 votes
1 answer
164 views

Basically, I've got a service listening to eth0's 10.16.1.1 on port 1000 on a Ubuntu 22.04 machine. This service doesn't allow to listen to a catchall like 0.0.0.0 (outside of my control). This is an ...
Rhywden's user avatar
  • 103
0 votes
0 answers
181 views

RHEL8. I need to forward only sip/tcp and rtp/udp packets from ens192 to ens0. But for testing I am trying to forward all traffic from ens192 to ens0. ens192 is the main int of VM, IP - 10.10.10.3 ...
thomasz's user avatar
0 votes
1 answer
143 views

I am wanting to swap from my existing back-end reverse proxy (NGinx, which is currently working) to a new HAProxy solution. Note: I have "Enable hairpin NAT" set. I change the port-...
Jules Clements's user avatar
0 votes
1 answer
527 views

I was using my secure PFSense router as an edge router. WireGuard was installed on PFSense so devices could join the network remotely. I have been joining my network successfully for a very long time. ...
daniellooartist's user avatar
0 votes
2 answers
664 views

We have server1 and server2 on server2 a socks5 proxy server is installed and listens on TCP port 1080 on server2 an openvpn server is installed that listens on TCP port 1194 server1 is connected ...
fed's user avatar
  • 3
1 vote
1 answer
410 views

I,m configuring port forwarding to KVM VM on Ubuntu 22.04. I can connect to VM from outside of host server. But it failed from VM itself. my host's IP : 222.222.222.222 vm's IP : 192.168.122.201 ...
hwang's user avatar
  • 11
0 votes
1 answer
87 views

I have a home network with a DSL router. One machine on the network opens a openvpn connection to a third party vpn provider. This machine then acts as a router for all machines on my network that ...
Ricky883249's user avatar
0 votes
0 answers
113 views

I need to create a user on my server that is restricted to only performing SSH port forwarding. This user should not have any other capabilities, such as reading files or executing commands. The ...
HappyFace's user avatar
  • 161
0 votes
0 answers
163 views

I run a Proxmox server that runs an email server and several web servers as VMs. The server has two external IP addresses configured to the Proxmox host via the /etc/network/interfaces file. The ...
xtrose Media Studio's user avatar
0 votes
0 answers
180 views

So Im hosting a server in a docker container which is a client in a VPN network. I Cant send any egress traffic out of port (say ummm 52) through the host. That box is a client to a wireguard server. ...
Nimrod5000's user avatar
0 votes
1 answer
757 views

I use KVM to virtualize a Guest-Linux-Mint on my Host-Debian12. The Guest is obviously configured well with NAT: I can ssh into the Guest from the Host, I can reach the Internet from the Guest. But I ...
Sebastian's user avatar
0 votes
1 answer
1k views

I am running a VPN Wireguard server on Ubuntu 22.04. I am trying to forward all ports from the server to a vpn client on 10.10.10.2. As of now, I have perfected port forwarding for single ports. In /...
DanRan's user avatar
  • 203
2 votes
2 answers
454 views

Problem: Limit SSH -L forwarding only to unix sockets SSH server S is a shared server inside a private network used by several users. Use-case: for each user I create a local unix socket to use to ...
ph4r05's user avatar
  • 3,556
0 votes
0 answers
3k views

I want to serve port 8000 from a podman container to the LAN using port 8009. The container is run using podman-compose, which translates to the following command: podman create --name=pihole-...
arielnmz's user avatar
  • 433
0 votes
1 answer
543 views

The issue is that I am able to reach port 25 from outside (public internet) to the specific machine in the local network behind NAT, but cannot reach to port 25 on public machine e.g. hotmail-com.olc....
EAK TEAM's user avatar
  • 103
0 votes
0 answers
384 views

I've and LTE Mikrotik HRBwAPGR-5HacD2HnD and QNAP NAS server. My need was to route trafic to QNAP server (192.168.88.102) from internet(using DDNS and so on) but not able to perform it, maybe I'm ...
Victor EStalin's user avatar
-2 votes
1 answer
228 views

I have a LAN set up with IPs 10.0.0.X and a VLAN with 10.147.18.X (Zerotier) and I have a webserver (Plex) that is accessible within the VLAN. I have a ubuntu 22.04 pc connected directly to the LAN ...
Bill's user avatar
  • 3
-1 votes
1 answer
215 views

Direct Return Server overview: The DRS allows real servers to directly reply to a client without going through load balancer (LB). The LB ip (VIP) is configured as a loopback (localhost) ip for the ...
Tom's user avatar
  • 1
0 votes
1 answer
218 views

My current network topology is: Fact Firewall (I tested with OPNsense and IPFire, but I'm open to further suggestions) and the whole "ORANGE/DMZ" stuff are actually VMs/containers in a ...
ZioByte's user avatar
  • 306
1 vote
2 answers
1k views

I have a Debian box running firewalld set up a as gateway NAT/router. This device has two NICS; wan --- public interface, assigned to the external firewalld zone, dynamically assigned IP address using ...
3dg3's user avatar
  • 11
0 votes
0 answers
456 views

I would like assistance in connecting to a WireGuard server that is currently being censored by my ISP. To overcome this restriction, I am attempting to set up port forwarding from my VPS to the ...
cathy's user avatar
  • 1
0 votes
2 answers
262 views

I have 3 machines, here are the IP addresses of each of them with their ssh port : first device IP: 192.168.1.2 second device IP" 192.168.1.3 port 22822 third device IP: 192.168.1.4 port 22 I ...
nulltogeek's user avatar
3 votes
2 answers
3k views

I have a MikroTik router set up at the entrance of our office network. I'm looking to configure it for specific domain-based port forwarding. The task seems to be rather common, but I am stuck. Here's ...
Dmitry Nikolaev's user avatar
1 vote
1 answer
1k views

Setup On host server with Debian Bookworm I created two VM-s (pserver 192.168.122.227 and pagent-1 192.168.122.126) via cockpit (kvm). Both of them are running Debian Bullseye. I am using default ...
Matija Sirk's user avatar
0 votes
1 answer
236 views

I have a server with two external IPv4 addresses. One address is essentially unused in that it doesn't appear in any DNS and I haven't employed it for anything. I want to use port 80 on it now, but ...
Kurt Fitzner's user avatar
0 votes
1 answer
2k views

I have a webserver running on port 80 , however I need the site to be accessed using 172.16.21.2:8080 , regardless of what port mapping i specify it is always accessed using port 80. How can i make my ...
John Adams's user avatar
0 votes
0 answers
447 views

What I have I have a MySQL database that allows whitelisting only 2 individual IP addresses. No other access to that server except a MySQL username and password. What I need I need to connect Google ...
ᴍᴇʜᴏᴠ's user avatar
-1 votes
1 answer
193 views

I've had a script for a while that forwards a port through my Wireguard VPN. Recently, I tried using it and it returned: Bad argument `wg0' Try `iptables -h' or 'iptables --help' for more information. ...
jimmyLimmy's user avatar
0 votes
0 answers
462 views

I setup wireguard on a VPS to use it as a VPN to enable portforwarding for various uses like gaming and NAS setup. I want to open port 45000, 56000 and 40000 for now. I am on Ubuntu 22.4 on 27fiber ...
shanks's user avatar
  • 1
2 votes
1 answer
2k views

I am facing an issue when I try to connect to remote machine (which is behind bastion host) via ssh local port forwarding. I am looking for the connection flow: my laptop --> Bastion host --> ...
nischeruku's user avatar
0 votes
0 answers
1k views

Hello, I am currently in the process of configuring a WAN + LAN network within VirtualBox using pfSense (VM) as the router in my LAN. The primary objective is to establish communication between a TCP ...
lcocozza's user avatar
4 votes
2 answers
5k views

So I've been pulling my hair out for the last 24 hours to sort this out. Long-story-short, my home internet runs over a 4G Mobile network, so this means I cannot Port Forward through my main Router. I ...
Flakie's user avatar
  • 61
0 votes
1 answer
539 views

I'm unable to connect to my own server, which has a MySQL database which I want to access. I correctly opened the 3306 port on the router and called my internet provider that confirmed so. But when I ...
Zep's user avatar
  • 1
0 votes
1 answer
118 views

I will make a reservation, I am mediocre in Linux systems. I have several Raspbian (Client) devices that have access to the network over LTE (IP over NAT). I have my own server under Ubuntu (server). ...
MaxNTF's user avatar
  • 1

1
2 3 4 5
29