#set service dhcp-relay interface YOUR_INTERFACE
Or,
#set service dhcp-relay server YOUR_SERVER_IP
#commit
#save
Reference:
https://docs.vyos.io/en/equuleus/configuration/service/dhcp-relay.html
This blog consists of configurations and processes I have performed in a lab environment. In no way do I recommend or imply these processes need to be followed or are the correct way to execute on any network. Perform at your own risk. Also, please feel free to leave comments if my configurations are too old/need updating.
What's Popular
-
Deploying vCSA (vCenter Server Appliance) with Embedded Platform service Controller (PSC) · First off, you will need to access ...
-
1. First off upon logging onto your UCSM you find this lovely error: 2. So what is happening here is you done messed up A A Ron!...
-
###First, create the Remote SPAN (RSPAN) VLAN. You must do this on both switches SW1#configuration terminal SW1(config)#vlan 999 SW1(config...
Meh, Whatever is Featured
Linking Active Directory to Palo Alto
###First you need to create a server profile under the LDAP section. DEVICE>Server Profiles>LDAP then click on the Add down at the bo...
Saturday, September 9, 2023
Setup DHCP Relay VyOS
Set an IP on an Interface in VyOS
#set interfaces ethernet YOUR_INTERFACE address YOUR_IP|dhcp|dhcpv6
#set interfaces ethernet YOUR_INTERFACE description DESCRIPTION_FOR_INTERFACE
#set interfaces ethernet YOUR_INTERFACE disable
#set interfaces ethernet YOUR_INTERFACE enable
#commit
#save
Reference:
https://docs.vyos.io/en/equuleus/configuration/interfaces/ethernet.html