The situation is like this: I have three machines A , B , C . A is my laptop installed MACOS, B is a remote server installed redhat and can access to the Internet, C is another server installed redhat and connected to B directly with a Cable . So B and C are in one group , C has an internal ip address 192.168.222.2 and lampp is intalled on it. I can first ssh on B , then I can ssh on C via B. Now I want to brower web application installed on C on my local machine. But I can even not ping C successfully because A and C are not connected.
Any suggesions or ideas ? Thanks !!