Olimex Support Forum

Microcontrollers => PIC => Topic started by: dlock4 on April 09, 2014, 09:29:51 PM

Title: PIC-MICRO-WEB Start-up
Post by: dlock4 on April 09, 2014, 09:29:51 PM
Hi,

I just received 2 modules PIC-MICRO-WEB. I have powered-up with external 24Vdc and connected to
the network. The red led has turned ON and i'm able to ping the PIC-MICRO-WEB using the default ipaddress 192.168.0.98. 

However, i unable to see a web pages loading when i try:  http/192.168.0.98/ on internet explorer

I try to connect using FTP, without success.

I don't want to modify software until i have verified the default application coming with the module.

Which functions is include by default on the module?  Ping work, FTP work? Web page work?

Please let me know the default board funcitons.



Title: Re: PIC-MICRO-WEB Start-up
Post by: Lurch on April 10, 2014, 05:33:49 PM
Are you sure your PC is on the same subnet (i.e. has some 192.168.0.xxx address)?
Title: Re: PIC-MICRO-WEB Start-up
Post by: MBR on April 10, 2014, 09:57:02 PM
You can try port scanner (like Nmap, http://nmap.org/ (http://nmap.org/)) to check what ports are open and what servers are running.
Title: Re: PIC-MICRO-WEB Start-up
Post by: dlock4 on April 11, 2014, 09:07:19 PM
Hi,

Problem resolved.   

My computer has 2 network cards, one was connected to compagny network (172.16.xx.xx) and i connect the other card to the olimex board at (192.168.0.98).

By disabling the compagny network card, i'm able to see the olimex web page.  However, i will need to understand why the HTTP page do not load with 2 network card enabled.

Tnanks for the help