I setup a http server (apache) under VB and forward the port from the host using the available tool in VB. My VB network is NAT connected with the host.
However when doing this the access log of http only show the same ip address for every connection. (from 10.x.x.x which is the host ip address).
Is there anyway to see the real ip address ? I tried to setup an iptables log at the host but It does not show the data (only src,dest.ttl.. you know ..)