This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 655
Static IP address is not setting broadcast address correctly #1863
Comments
Adding a Broadcast item to https://github.com/rancher/os/blob/master/netconf/netconf_linux.go#L280 shouldn't be overly difficult. A start to this is at: I'd rather netlink just do this for us though so I added a PR for that: vishvananda/netlink#248 |
I was able to work around this issue for my case with
Now my docker images can receive proper broadcast messages (e.g. NTP, DHCP) across reboots without my intervention. |
awesome! when the PR gets merged, I'll have to pull it in |
@tcely I'm going to defer this to 1.0.5 / 1.1.1 |
niusmallnan
added a commit
to niusmallnan/os
that referenced
this issue
Dec 19, 2017
niusmallnan
added a commit
that referenced
this issue
Dec 19, 2017
Tested with RancherOS version- v1.1.2-rc2
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
RancherOS Version: (ros os version) 1.0.1
Where are you running RancherOS? (docker-machine, AWS, GCE, baremetal, etc.)
bare metal - but have reproduced the same issue on VMware VMs
I have multiple NICs, and have configured one for static and one for DHCP - I really don't want the DHCP, but I need something to continue making progress on my project).
After installation my networking looks like
Notice the difference in broadcast between the two interfaces - eth0 is static, eth1 is DHCP.
I can't find anything that would indicate that "broadcast" is a valid keyword... ? It didn't seem to work either way.
The text was updated successfully, but these errors were encountered: