Hi
I try to enable WOL on 5530 from vlan 10 to vlan20.
-newest firmware and tested with older firmware
-new config ( boot def.)
-Routing enabled
-each vlan has a IP: 10.1.10.1 and 10.1.20.1
-enabled routing on vlans
-routing between VLANs: OK ( Ping )
I configured udp forwarding:
ip forwarding-protocol udp 9 WOL ( Port 9, name WOL )
ip forwarding-protocol udp portfwdlist 1 9 10.1.20.255 name wol_pfwdlist ( ID 1, Protocol 9, Dest. IP for UDP protocol,name of List )
int vlan 10 ( vlan that reach the WOL Broadcasts, the WOL broadcast sender is on this vlan. )
ip forwarding-protocol udp vlan 10 portfwdlist 1
Now each time I send a WOL magic paket ( from 10.1.10.10 to 10.1.10.255 with MAC from PC on VLAN 20 ), the counter of NumRxPkts counts 1 paket, but there are no NumFwdPkts.
Port 9 is correct ( Wireshark on WOL sender )
If I send WOL direct without broadcast to 10.10.20.10, the paket reaches the PC correct ( Wireshark on receiver PC )
My problem is: the vlan 10 does not transfer the WOL Broadcasts to vlan 20
What I forgot or what I do wrong ?
Thanks
I try to enable WOL on 5530 from vlan 10 to vlan20.
-newest firmware and tested with older firmware
-new config ( boot def.)
-Routing enabled
-each vlan has a IP: 10.1.10.1 and 10.1.20.1
-enabled routing on vlans
-routing between VLANs: OK ( Ping )
I configured udp forwarding:
ip forwarding-protocol udp 9 WOL ( Port 9, name WOL )
ip forwarding-protocol udp portfwdlist 1 9 10.1.20.255 name wol_pfwdlist ( ID 1, Protocol 9, Dest. IP for UDP protocol,name of List )
int vlan 10 ( vlan that reach the WOL Broadcasts, the WOL broadcast sender is on this vlan. )
ip forwarding-protocol udp vlan 10 portfwdlist 1
Now each time I send a WOL magic paket ( from 10.1.10.10 to 10.1.10.255 with MAC from PC on VLAN 20 ), the counter of NumRxPkts counts 1 paket, but there are no NumFwdPkts.
Port 9 is correct ( Wireshark on WOL sender )
If I send WOL direct without broadcast to 10.10.20.10, the paket reaches the PC correct ( Wireshark on receiver PC )
My problem is: the vlan 10 does not transfer the WOL Broadcasts to vlan 20
What I forgot or what I do wrong ?
Thanks