Veyon Community Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Wake on LAN across VLANs

    Help & Troubleshooting
    2
    6
    410
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • 1
      153ht last edited by

      Hello,

      We need to use the Wake on LAN across several VLANs, is it possible to configure the broadcast address used by the Wake on LAN feature?

      As we configured "ip directed-broadcast" on our Aruba L3 switch, we need to send the WOL broadcasts to the broadcast addresses of the subnets where our clients are and not to the broadcast address of the master subnet.

      Thanks.

      I 1 Reply Last reply Reply Quote 0
      • I
        ITGuy @153ht last edited by

        @153ht

        Which specific model HP/Aruba layer 3 switches are you using?

        Should be no need to change Veyon configuration, this could done by ACL or udp-helper.

        You'll need ip directed-broadcast, ip forward turned on and ip helper-address depending on the switches involved.

        1 1 Reply Last reply Reply Quote 0
        • 1
          153ht @ITGuy last edited by

          @itguy
          Hello,
          We are using Aruba 3810 to make the inter-vlans routing.

          I did configure ip directed-broadcast, but to make it work the WOL broadcasts must have the broadcast addresses of the clients subnets as destination.

          For a little bit more of context:

          • We have independant sites where we need to implement WOL, with the same adressing scheme:
          • Our server is on the 172.16.100.0/24 subnet
          • The clients are on the 172.16.10.0/24, 172.16.11.0/24, 172.16.12.0/24, ... , 172.16.21.0/24 subnets

          Using ip directed-broadcast, we managed to make the WOL feature work with softwares like FOG or Koxo, by specifying in those softwares to send the broadcasts to the broadcast addresses of the clients subnets (172.16.10.255, 172.16.11.255, 172.16.12.255...). That's why I'm looking for a similar configuration on Veyon.

          I 1 Reply Last reply Reply Quote 0
          • I
            ITGuy @153ht last edited by

            @153ht

            ip directed-broadcast
            ip routing
            ip udp-bcast-forward
            vlan 100
            ip address 172.16.100.2 255.255.255.0
            ip forward-protocol udp 172.16.10.255 9
            ip forward-protocol udp 172.16.11.255 9
            ip forward-protocol udp 172.16.12.255 9

            vlan 10
            ip address 172.16.10.2 255.255.255.0
            ip helper-address 172.16.100.3
            ip helper-address 172.16.100.4
            ip helper-address 172.16.100.11

            With the Wake-on-LAN server being 172.16.100.11 and .3 and .4 DHCP servers.

            1 I 2 Replies Last reply Reply Quote 0
            • 1
              153ht @ITGuy last edited by

              @itguy Thanks, I'll implement those configurations and check if it works

              1 Reply Last reply Reply Quote 0
              • I
                ITGuy @ITGuy last edited by

                Some suggested commands for forwarding udp broadcasts across VLANs.

                Adjust naming and addressing as required for your specific environment, implement ACLs as per your security policies.

                Otherwise, the Veyon developers may be willing to incorporate the WoL design changes you requested.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Powered by NodeBB | Contributors