Morning,
This is my first time working with netplan. I have a server on a lan subnet and wireless clients on a separate subnet. There are no firewall rules between these subnets. I can ssh fine within the lan subnet, but not from the wireless subnet. I can reach other machines on the lan from wireless, but not this one. I'm not sure exactly what is going on here. I don't know if its something with my netplan file or some other configuration on 18.04.1. Netmask is correct. Here is my netplan file
This is my first time working with netplan. I have a server on a lan subnet and wireless clients on a separate subnet. There are no firewall rules between these subnets. I can ssh fine within the lan subnet, but not from the wireless subnet. I can reach other machines on the lan from wireless, but not this one. I'm not sure exactly what is going on here. I don't know if its something with my netplan file or some other configuration on 18.04.1. Netmask is correct. Here is my netplan file
Code:
network:
ethernets:
eno1:
addresses: [10.10.20.3/26]
gateway4: 10.10.20.1
nameservers:
addresses: [10.10.20.1]
dhcp4: false