Hi, I am using Mini2440 can any one please tell me how to view a webpage remotely from mini2440..?? Means i ve connected my mini2440 to internet via usb wifi stick and i can browse internet, now what i want is to make a WEBPAGE which will be saved in mini2440 and view it remotely through any other network... any suggestions or related material..?? Thanks in advance. Regards Hussain Aftab
WEB PAGE REMOTE VIEW FROM MINI2440..!!!
The factory distro has Boa in it. The unit can serve up several pages already. Look in <www> for examples.
Well thanks for your reply I already have a DynDns account.. what i meant to ask is do I need to configure ISA server in my device or some web server.?? and how the port will be forwarded to the view the webpage.??
I use a ADSL router and port forward from there to the FriendlyArm. Think you have to set this up on DynDNS, it was about a year ago! Here are some notes about my trials of getting the factory distro to work: *** Setting up Boa on the FriendlyArm Mini 2440 to use CGI scripts - N.B. Boa’s root directory is www as per factory install - create new folder /www/cgi - edit /etc/boa/boa.conf to add: ScriptAlias /cgi/ /www/cgi/ and change CGIPath /www/cgi Maybe these two make a difference if Boa’s root directory is somewhere other then www? - re- start the server by turning the power OFF, then on again - place the following CGI script in the /www/cgi folder and name it helloworld.cgi In Vi: #!/bin/sh echo –e “Content-type: text/html\n” echo “Hello world !” # note the -e N.B. Couldn’t get this to work with the extension .sh Seems Boa or the web browser only handle .cgi files? - make the script executable by: chmod 755 helloworld.cgi - run the CGI script by going to http://192.168.1.230/cgi/helloworld.cgi Based on “Setting up Boa to accept CGI scripts”, by John Crispin http://foxlx.acmesystems.it/?id=209 In fact http://foxlx.acmesystems.it/?id=14 has a lot of useful information on using Boa. *** Good luck
Hello Sir, I am new user of Mini2440. I have connected Netgear WG111v2 USB wifi to it. And I am giving command "iwconfig" But it gives following message: lo no wireless extensions. eth0 no wireless extensions. Sir you have already enabled this. I think you are the best person who can guide me how to enable wifi on Mini 2440 Friendlyarm Thank in advance
Hi kunjan, Sorry for late reply.. I hope you have solved the problem by now if not then reply to this thread we can help you... or mail me @: engr_hussain.aftab@hotmail.com Regards Hussain Aftab