Quantcast
Channel: Ubuntu Forums - Networking & Wireless
Viewing all articles
Browse latest Browse all 23300

First time netplan, can't ssh to server from different subnet

$
0
0
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



Code:

network:
    ethernets:
        eno1:
            addresses: [10.10.20.3/26]
            gateway4: 10.10.20.1
            nameservers:
                    addresses: [10.10.20.1]
            dhcp4: false


Viewing all articles
Browse latest Browse all 23300

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>