I'm create a bond interface include eth2 and eth3. And listen vlan 55 for dhcp requests.
Dhcp client mac 84:8f:69:f1:2d:11.
Configuration vyos section ipoe-server:
ipoe-server { authentication { interface bond1 { mac-address 84:8f:69:f1:2d:11 { } } mode local } dns-server { server-1 1.1.1.1 server-2 8.8.8.8 } interface bond1 { client-subnet 10.3.0.0/23 network vlan vlan-id 55 } }
I don't see any sessions
[email protected]# run show ipoe-server sessions ifname | called-sid | calling-sid | ip | ip6 | ip6-dp | rate-limit | state | uptime | sid --------+------------+-------------+----+-----+--------+------------+-------+--------+----- [edit] [email protected]#
I see request's from the client but don't see dhcp response.
Tcpdump on the server side:
[email protected]:/home/vyos# tcpdump -ni bond1 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on bond1, link-type EN10MB (Ethernet), capture size 262144 bytes 10:50:36.762014 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 84:8f:69:f1:2d:11, length 300 10:50:46.845629 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 84:8f:69:f1:2d:11, length 300 10:50:50.009321 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 84:8f:69:f1:2d:11, length 300 10:50:55.543429 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 84:8f:69:f1:2d:11, length 300 10:51:08.227520 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 84:8f:69:f1:2d:11, length 300 10:51:15.664796 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 84:8f:69:f1:2d:11, length 300