access to web server through ubuntu server
Here is the configuration :
Internet---ADSL_router1---NIC1---Ubuntu_server---NIC2---ADSL_router2---Web_server
Ubuntu server :
7.10
Apache2
SSH
NIC1 -> $FW
opened ports are 80(http) 443(https) and 22(SSH)
$FW -> NIC1
everything is allowed
$FW -> NIC2
opened ports are 80(http) and 443(https)
NIC2 -> $FW
opened ports are 80(http) and 443(https)
Basically :
Ubuntu_server can connect to Web_server via NIC2 using Lynx.
From the Internet, Ubuntu_server is accessible via SSH.
Web_server only accept connections from Ubuntu_server.
What should I try to setup to allow someone from Internet to be able to browse Web_server (using a real browser like FF and not only Lynx) ?
The connection to Web_server has to be identified as being Ubuntu_server...
I'm admin of everything except Web_server.
I don't think this is hacking relative at all, but in case my opinion is false please feel free to tell it me.
Thanks in advance for any track you could give me.