This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| network_stuff:juniper [2019/02/12 13:31] – external edit 127.0.0.1 | network_stuff:juniper [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | **DHCP**: | + | **DHCP |
| Apply this whole config, included dhcp server address. Seems not to work on fpx interfaces: | Apply this whole config, included dhcp server address. Seems not to work on fpx interfaces: | ||
| set interfaces ge-0/0/7 unit 0 family inet dhcp-client client-identifier prefix host-name | set interfaces ge-0/0/7 unit 0 family inet dhcp-client client-identifier prefix host-name | ||
| Line 8: | Line 8: | ||
| set interfaces ge-0/0/7 unit 0 family inet dhcp-client vendor-id ether | set interfaces ge-0/0/7 unit 0 family inet dhcp-client vendor-id ether | ||
| set interfaces ge-0/0/7 unit 0 family inet dhcp-client options no-hostname | set interfaces ge-0/0/7 unit 0 family inet dhcp-client options no-hostname | ||
| + | | ||
| + | |||
| + | ---- | ||
| + | |||
| + | **DHCP IN LINUX** | ||
| + | * Remove the default gateway : [[https:// | ||
| + | * Remove the default gateway : options directly in libvirt net definition : [[https:// | ||
| + | * Vagrant libvirt has the dhcp configuration in: / | ||