I've the following problem and I just can't figure out how to fix it. I'm currently working on a prototype for my thesis. For this prototype I need my Arduino to connect to the internet. I've a Arduino Uno and a Arduino Ethernet Shield.
The problem is that I can't connect to the webserver of my company where I'm currently following a internship.
The webserver has a different IP then the LAN that I'm working on. When I'm typing in my command window ipconfig /all I get the following information:
MAC address: 64-31-50-25-FE-C7
IPv4-address: 10.100.5.144
subnet mask: 255.255.248.0
gateway: 10.100.0.1
The IP address where the webserver is installed is: 10.100.0.40.
When I'm requesting a page with GET and I want to get the file index.html who is stored in my www folder of the webserver (see below), I get the 404 error.
\efocus02\www\evs\navid\navid.mirzaie.milani\webroot
This is the URL that I request: http://navid.mirzaie.milani.navid.efocus02.efocus.local/test.html
Is there someone who can help me how I can figure this issue, I would really, really appreciate it.