NFS will not connect via dedicated NIC/VLAN

gck303

Member
Sep 14, 2022
14
1
8
I have a new proxmox host (v8.2.7). I want to connect it via a dedicated 10Gbe network to my Synology NAS using a 192.168.70.x address which has a VLAN 70 (defined by the network switch).

Proxmox will not cannot to the NFS share via .70 address. My understanding is that it should just work without any further config.

The network is all configured correctly configured and the NAS is available on the correct VLAN. PIngs are all routered correctly via the intended nic (ens36). I have checked many more things and everything seems okay.

What is it I am missing?

Thanks, George


1731761376897.png
 
The firewall in proxmox is not configured. I have not touched it since it I installed the host.

The route works out to both fine:
Code:
root@neptune:/etc/network# traceroute 192.168.70.41
traceroute to 192.168.70.41 (192.168.70.41), 30 hops max, 60 byte packets
 1  192.168.70.65 (192.168.70.65)  3084.654 ms !H  3084.624 ms !H  3084.615 ms !H
root@neptune:/etc/network# traceroute 192.168.0.41
traceroute to 192.168.0.41 (192.168.0.41), 30 hops max, 60 byte packets
 1  192.168.0.41 (192.168.0.41)  1.039 ms  1.012 ms  0.999 ms

But... the telnet to the port does not. When I rcpinfo I do not get any open ports.

Code:
root@neptune:/etc/network# rpcinfo -p  192.168.70.42
192.168.70.42: RPC: Remote system error - No route to host
root@neptune:/etc/network# rpcinfo -p  192.168.0.42
   program vers proto   port  service
    100000    4   tcp    111  portmapper
    100000    3   tcp    111  portmapper
    100000    2   tcp    111  portmapper
    100000    4   udp    111  portmapper
    100000    3   udp    111  portmapper
    100000    2   udp    111  portmapper
    100005    1   udp    892  mountd
    100005    1   tcp    892  mountd
    100005    2   udp    892  mountd
    100005    2   tcp    892  mountd
    100005    3   udp    892  mountd
    100005    3   tcp    892  mountd
    100024    1   udp    662  status
    100024    1   tcp    662  status
    100003    2   tcp   2049  nfs
    100003    3   tcp   2049  nfs
    100003    4   tcp   2049  nfs
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100021    1   udp   4045  nlockmgr
    100021    3   udp   4045  nlockmgr
    100021    4   udp   4045  nlockmgr
    100021    1   tcp   4045  nlockmgr
    100021    3   tcp   4045  nlockmgr
    100021    4   tcp   4045  nlockmgr

But I do not have any firewalls active. At least, not that I am aware of.
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!