Advertisement
Guest User

Untitled

a guest
Dec 21st, 2011
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. INSTANCE:
  2. -------------
  3. ubuntu@server-36:~$ route -n
  4. Kernel IP routing table
  5. Destination Gateway Genmask Flags Metric Ref Use Iface
  6. 0.0.0.0 10.0.0.1 0.0.0.0 UG 100 0 0 eth0
  7. 10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
  8.  
  9. INSTANCE MACHINE:
  10. --------------
  11. cpcaserver2@cpcaserver2:~$ route -n
  12. Tabela de Roteamento IP do Kernel
  13. Destino Roteador MáscaraGen. Opções Métrica Ref Uso Iface
  14. 0.0.0.0 192.168.100.1 0.0.0.0 UG 0 0 0 br100
  15. 192.168.100.0 0.0.0.0 255.255.255.0 U 0 0 0 br100
  16. 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
  17. cpcaserver2@cpcaserver2:~$
  18.  
  19. CONTROLLER:
  20. ---------------
  21. cpcaserver3@cpcaserver3:~$ route -n
  22. Kernel IP routing table
  23. Destination Gateway Genmask Flags Metric Ref Use Iface
  24. 0.0.0.0 192.168.100.1 0.0.0.0 UG 0 0 0 br100
  25. 10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 br100
  26. 192.168.100.0 0.0.0.0 255.255.255.0 U 0 0 0 br100
  27. 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
  28. cpcaserver3@cpcaserver3:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement