Multiple Addresses - NAT

Hi,

I’m new to Vyos and very new to networking in particular.

I have a homelab with servers on the 10.32.0.0 range. The usual Windows server, some Linux machines etc.

I’ve figured out how to do a 1-1 NAT to my Windows server from my client PC for RDP but my question is:

I have a number of Linux servers, and I want to be able to connect via Putty to each of them from my client PC.

Do I have to repeat the same NAT config for each server or is there a way I can set it up so any time I try and SSH to an IP on 10.32.x.x range, on port 22, Vyos knows where to connect?

Sound like you would need a destination NAT for each server linux, and use a different TCP port for every server.
https://docs.vyos.io/en/equuleus/configuration/nat/index.html#id4

As this is a lab, get routing to work properly, so you don’t need any NAT at all.
Just firewall allow rules.
This requires all hosts/routers involved having proper routes to remote endpoints

1 Like

This was the easiest solution. I was trying to crack a nut with a sledgehammer.

Thank you.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.