Hi Sinoj,
I have been following the instructions in the link:
http://processors.wiki.ti.com/index.php/OMAP35x_Wireless_Connectivity_Demo#Start_WLAN_menu
Until now I have successfully completed the sections:
Connect to non secured WLAN network
WLAN PING test
WLAN Throughput test
I am now got stuck at the last section and asking you for help:
Web Browsing via WLAN
I have the router up and run and verify that a PC with a WLAN card can wirelessly connect to this network and get into the google website
1. Ifconfig tiwlan0 192.168.1.70 netmask 255.255.255.0 up
2. ifconfig eth0 30.20.10.1 up
3. Cofigure labtop’s LAN Ethernet port IP address to: 30.20.10.2
4. Run the Web Browsing script ./WebBrowse.sh start
5. Enter the IP address of the EVM Ethernet port: 30.20.10.1
The log prints
Sending discover …
Sending select for 192.168.0.194…
Lease of 192.168.0.194 obtained, lease time 86400
Adding DNS 192.168.0.1
6. I added this address to the preferred DNS server in the TCP/IP Properties of the PC
7. ping www.google.com
PING www.google.com (74.125.95.105): 56 data bytes
Note that the PC got hung up here.
I notice that the ip address of the EVM WLAN has been changed from 192.168.1.70 to 192.168.0.194
Could you please help explain why the EVM WLAN IP address change and ping does not work, do I miss anything ?
Thank you
Daniel