In Trusty (Ubuntu 14.04, both sides) I want to create an ICMP tunnel. I don't know how to set IP's. I searched and read some documents like this and this but I couldn't figure out what exactly I should do and in what server.
- Is real IP (internet IP) of the client important?
- Should I enter a virtual IP like 10.0.0.1?
- Assuming real IP of server is 37.38.39.40, what IP's should I enter in server/client sides?
- For example I need to know what I should enter as IP in
icmptx -s <ip>
and what inicmptx -c <ip>
? - Should I run
icmptx -s
in 37.38.39.40 andicmptx -c
in client?