Hi,
I need to allow WOL packets through a Cisco 870W router. Its running IOS version 12.4(9)T
The WOL magic packet will be coming from VLAN1 (192.168.2.0/24) and going to FastEthernet4 (192.168.6.0/24).
The WOL application sends UDP packets on port 9
Here are the relevant running-config sections
interface Vlan1
ip address 192.168.2.30 255.255.255.0
no ip redirects
no ip unreachables
ip directed-broadcast
no ip proxy-arp
ip route-cache flow
ip tcp adjust-mss 1452
interface FastEthernet4
ip address 192.168.6.1 255.255.255.0
ip helper-address 192.168.2.1
ip helper-address 192.168.2.10
no ip redirects
no ip unreachables
ip directed-broadcast
no ip proxy-arp
ip route-cache flow
duplex auto
speed auto
no cdp enable
I've also found documents recommending I add
ip forward-protocol udp 9
which I've added and still nothing. Can anyone tell me why this is not working?
Thank you.
Vic.