Advertisement
alexcarrega

TestBed

Jan 14th, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.16 KB | None | 0 0
  1. host arcadia.controller
  2.     user alex
  3.     hostname arcadia.tnt-lab.unige.it
  4.     identityfile "~/.ssh/id_rsa-arcadia"
  5.     port 10011
  6.  
  7. host arcadia.network
  8.     user alex
  9.     hostname network.arcadia.tnt-lab.unige.it
  10.     identityfile "~/.ssh/id_rsa-arcadia"
  11.     ProxyCommand ssh arcadia.controller nc %h %p
  12.  
  13. host arcadia.dispatcher
  14.     user ubuntu
  15.     hostname 192.168.10.5
  16.     ProxyCommand ssh arcadia.network sudo ip netns exec qrouter-ab695333-a291-403e-95a3-8d1f56e508cf nc %h %p
  17.     identityfile "~/.ssh/arcadia.pem"
  18.  
  19. host arcadia.worker*
  20.     user ubuntu
  21.     ProxyCommand ssh arcadia.dispatcher nc %h %p
  22.     identityfile "~/.ssh/arcadia.pem"
  23.  
  24. host arcadia.worker1
  25.     hostname 192.168.10.11
  26.  
  27. host arcadia.worker2
  28.     hostname 192.168.10.16
  29.  
  30. host arcadia.worker3
  31.     hostname 192.168.10.4
  32.  
  33. host arcadia.worker4
  34.     hostname 192.168.10.13
  35.  
  36. host arcadia.worker5
  37.     hostname 192.168.10.17
  38.  
  39. host arcadia.worker6
  40.     hostname 192.168.10.19
  41.  
  42. host arcadia.worker7
  43.     hostname 192.168.10.21
  44.  
  45. host arcadia.worker8
  46.     hostname 192.168.10.23
  47.  
  48. host arcadia.worker9
  49.     hostname 192.168.10.6
  50.  
  51. host arcadia.worker10
  52.     hostname 192.168.10.10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement