Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The 'tcp' command is the most useful one in EdgeView. It sets up a TCP relay channel from user's laptop through the Dispatcher into the EVE device and further relaying the TCP traffic to applications on the device or even external hosts. It allows multiple TCP channels to multiple remote endpoints at the same time.

tcp/ip-address:port[/ip-address:port...][/proxy[@ip-addr]] - tcp connection to the ip addresses for services, local mapping ports 9001 and above

  e.g. tcp/192.168.1.1:8080 -- points your browser to the locally listening port and http browsing 192.168.1.1:8080

tcp/10.1.0.2:80/10.1.0.2:8081 -- points your browser to the locally listening ports and http browsing remote 10.1.0.2 both 80 and 8081 ports

tcp/proxy/localhost:5903 -- https proxy to locally listening ports and vnc viewer to #3 port on device

tcp/proxy@10.1.2.3 -- https proxy and specify the address of DNS name server for URL lookup


Proxy Command

Copy Files Command

...