yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #87141
[Bug 1943485] [NEW] dhcp server with custom gateway won't set static route to interface automatically
Public bug reported:
When i create a subnet e.g. 10.0.0.0/24 with gw 192.168.1.1, it doesn't
set these routes in clients (nova instances):
```
sudo ip r add 192.168.1.1 dev eth0
sudo ip r add default gw via 192.168.1.1 dev eth0
```
These are no bugs but my lack of knowledge:
-i couldn't find how i can set IANA dhcp-options for the subnet.
-i couldn't find how to prevent self using first ip by the subnet network.
-i couldn't find how i can shut-down neutron's dhcp server and use an external one.
Regards.
** Affects: neutron
Importance: Undecided
Status: New
** Description changed:
- When i create a subnet e.g. 10.0.0.0/24 with gw 192.168.1.1 the it
- doesn't set these routes in clients (nova instances):
+ When i create a subnet e.g. 10.0.0.0/24 with gw 192.168.1.1, it doesn't
+ set these routes in clients (nova instances):
```
sudo ip r add 192.168.1.1 dev eth0
sudo ip r add default gw via 192.168.1.1 dev eth0
```
These are no bugs but my lack of knowledge:
-i couldn't find how i can set IANA dhcp-options for the subnet.
-i couldn't find how to prevent self using first ip by the subnet network.
-i couldn't find how i can shut-down neutron's dhcp server and use an external one.
Regards.
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1943485
Title:
dhcp server with custom gateway won't set static route to interface
automatically
Status in neutron:
New
Bug description:
When i create a subnet e.g. 10.0.0.0/24 with gw 192.168.1.1, it
doesn't set these routes in clients (nova instances):
```
sudo ip r add 192.168.1.1 dev eth0
sudo ip r add default gw via 192.168.1.1 dev eth0
```
These are no bugs but my lack of knowledge:
-i couldn't find how i can set IANA dhcp-options for the subnet.
-i couldn't find how to prevent self using first ip by the subnet network.
-i couldn't find how i can shut-down neutron's dhcp server and use an external one.
Regards.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1943485/+subscriptions
Follow ups