Page MenuHomeVyOS Platform

stephenmcmahon (Stephen McMahon)
User

Projects

User does not belong to any projects.

User Details

User Since
Jul 5 2024, 3:39 AM (9 w, 1 d)

Recent Activity

Jul 6 2024

stephenmcmahon added a comment to T6211: kea DHCP server not vrf aware.

After spending more time handling VRFs within VyOS the answer from @Viacheslav is best

Jul 6 2024, 2:30 AM · VyOS 1.5 Circinus

Jul 5 2024

stephenmcmahon added a comment to T6211: kea DHCP server not vrf aware.

Probably the best way will be moving the config to the vrf section (not implemented)
For example:

set vrf name foo service dhcp-server shared-network-name eth1 option default-router '192.168.1.1'
set vrf name foo service dhcp-server shared-network-name eth1 subnet 192.168.1.0/24 lease '300'
set vrf name foo service dhcp-server shared-network-name eth1 subnet 192.168.1.0/24 range default start '192.168.1.10'
set vrf name foo service dhcp-server shared-network-name eth1 subnet 192.168.1.0/24 range default stop '192.168.1.100'
set vrf name foo service dhcp-server shared-network-name eth1 subnet 192.168.1.0/24 subnet-id '1'

And start several instances, each with its configuration.

Jul 5 2024, 9:27 AM · VyOS 1.5 Circinus