[Bug 16546] Re: Incorrect broadcast address set for subnet
Brian Murray
brian at ubuntu.com
Fri May 3 23:07:44 UTC 2013
** Changed in: netcfg (Ubuntu)
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to netcfg in Ubuntu.
https://bugs.launchpad.net/bugs/16546
Title:
Incorrect broadcast address set for subnet
Status in “netcfg” package in Ubuntu:
Invalid
Bug description:
The default static IP Address installer got the broadcast address
incorrect.
I use 10.200.200.0/24 internally. Broadcast Address was set to 10.255.255.255.
Other network parameters were ok.
Fix was to manually modify /etc/network/interfaces and add a broadcast line to
the eth0 interface:
iface eth0 inet static
address 10.200.200.12
netmask 255.255.255.0
gateway 10.200.200.1
broadcast 10.200.200.255
Restart networking all was fine.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/16546/+subscriptions
More information about the foundations-bugs
mailing list