Hi everyone,
Relatively new Proxmox user, but loving it so far!
The majority of my services connected to a private SNAT as per the tutorial https://pve.proxmox.com/wiki/Setup_Simple_Zone_With_SNAT_and_DHCP. I can also access these hosts from the Proxmox node via their IP addresses. What I'd like to be able to do as a refinement is to also be able to access them from the node via their hostnames, albeit perhaps with some suffix?
For example:
- Hostname: `foobar` at IP address 10.0.0.100 (SNAT subnet 10.0.0.0/24)
- I can, for example, `ssh root@10.0.0.100` from the Proxmox node
- I'd like to be able to also `ssh root@foobar.<suffix>` from the Proxmox node
I suppose what I need is to be able to resolve the hostname from the `dnsmasq` process for the subnet, right? Currently I suppose it has the problem that it's only listening for the subnet
In any case, hope someone can help!
Thanks in advance
Relatively new Proxmox user, but loving it so far!
The majority of my services connected to a private SNAT as per the tutorial https://pve.proxmox.com/wiki/Setup_Simple_Zone_With_SNAT_and_DHCP. I can also access these hosts from the Proxmox node via their IP addresses. What I'd like to be able to do as a refinement is to also be able to access them from the node via their hostnames, albeit perhaps with some suffix?
For example:
- Hostname: `foobar` at IP address 10.0.0.100 (SNAT subnet 10.0.0.0/24)
- I can, for example, `ssh root@10.0.0.100` from the Proxmox node
- I'd like to be able to also `ssh root@foobar.<suffix>` from the Proxmox node
I suppose what I need is to be able to resolve the hostname from the `dnsmasq` process for the subnet, right? Currently I suppose it has the problem that it's only listening for the subnet
In any case, hope someone can help!
Thanks in advance