Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

dual NIC netconfig breaks 0.9.1 -> 0.9.2 and 1.0.0 #1812

@joshuacox

Description

@joshuacox

**RancherOS Version: (ros os version)**0.9.2-0.1.0

Where are you running RancherOS? (docker-machine, AWS, GCE, baremetal, etc.)
KVM VM with two virtual NICs (one public, one private)

I've been following #1477 and #1705 and have run into more woes with my dual NIC setup.

When I upgraded to -> rancheros 1.0.0 on my dual NIC VM, I found that again I had only one interface working (the one with the gateway), I rolled back to 0.9.2, and found the same issue there, so I kept rolling back to 0.9.1

That fixed it for me and I now have two working NICs in separate networks again.

relevant network section

rancher:
  network:
    interfaces:
      eth0:
        address: 192.168.0.38/24
        mtu: 1500
        dhcp: false
      eth1:
        address: 10.1.111.93/24
        gateway: 10.1.111.65

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions