Ok. I managed to set Fixed IP address of wireless adaptor for the player instead of IP address set by DHCP. As u can see this player use Busybox linux same like AC Ryan Playon HD.
1) Telnet the Media Player. I'm using Putty to telnet to the player. Then login using login "root" and enter (without password)
2) Check the IP address of the media player.
ifconfig wlan0as you can see current IP address is 192.168.1.50
3) Change the IP address. Type the command as per shown below and press enter. In this case I change the IP address from 192.168.1.50 to 192.168.1.100
ifconfig wlan0 add 192.168.1.100 netmask 255.255.255.0and press enter.
4) Now the IP address has changed. Type
ifconfig wlan0to check current IP address.
5) Than, add gateway to the media player. Type
route add default gw 192.168.1.1 wlan0and press enter.
6) Finish. now the new IP address and gateway has been set up and changed to the Fixed IP address as you want. then type "exit" to finish.
P/s: This configuration is working temporary only. When you reboot the media player, the IP address will change back to normal (set by DHCP).






0 Responses to How to set Fixed IP of Wireless connection for EAGET Media Player