Hi there,
I am part of a very large network.
A -> B -> C -> D-> E -> F
A = my computer
B,C,D,E = routers
F = Webserver with PHP
When using $_SERVER['REMOTE_ADDR'], I am given the IP address of machine A.
I need to find the IP address of router E.
Any ideas?
Thanks!