WhiteTiger
Explorer
- Joined
 - Jan 2, 2014
 
- Messages
 - 86
 
I have an Mother Board ASRock FM2A85X-ITX with Realtek RTL8111E NIC. The datasheet reports that this NIC supports Wake On LAN (WOL).
WOL is enabled in the BIOS and this is the result from the shell:
However, I cannot activate the NAS from a PC located in the same network segment (with IP address 192.168.203.10) and on the same switch.
Where am I wrong?
	
		
			
		
		
	
			
			WOL is enabled in the BIOS and this is the result from the shell:
Code:
root@nas1[~]# ifconfig -m re0
re0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=83899<RXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_UCAST,WOL_MCAST,WOL_MAGIC,LINKSTATE>
        capabilities=8399b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_UCAST,WOL_MCAST,WOL_MAGIC,LINKSTATE>
        ether bc:5f:f4:c9:3e:b1
        inet 192.168.203.15 netmask 0xffffffe0 broadcast 192.168.203.31
        media: Ethernet autoselect (1000baseT <full-duplex>)
        status: active
        media: Ethernet autoselect (1000baseT <full-duplex>)
        status: active
        supported media:
        ...However, I cannot activate the NAS from a PC located in the same network segment (with IP address 192.168.203.10) and on the same switch.
Where am I wrong?