I must be doing something really dumb, or missing something painfully simple; but I have RancherOS deployed to bare metal with a single private IP address. I can SSH into the machine from another machine in the network without any issue.
However, I cannot seem to access any docker container through its mapped ports, and I have no idea why. below is the cloud-config.yml I used to deploy the host (except for ssh keys).
Any help on what stupid mistake I’m making is greatly appreciated.
#cloud-config
hostname: bilbo
console: ubuntu
rancher:
resize_device: /dev/sda
network:
dns:
nameservers:
- 192.168.1.1
- 8.8.8.8
- 8.8.4.4
interfaces:
eth0:
address: 192.168.1.13/24
gateway: 192.168.1.1
mtu: 1500
dhcp: false
ssh_authorized_keys:
- ssh-rsa <redacted>