Advertisement
tthtlc

smartos uuid zone connectivity problem

Sep 21st, 2014
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. Command line for starting up smartos:
  2.  
  3. qemu-system-x86_64 -m 1024M -enable-kvm -boot d -cdrom smartos-latest.iso -hda qemu_smartos.img -nographic -net nic,model=e1000 -net user -curses -serial telnet:0.0.0.0:3000,server,nowait
  4.  
  5. ===================================================================================
  6.  
  7. Global zone, internet access OK:
  8.  
  9. netstat -rn
  10.  
  11. Routing Table: IPv4
  12. Destination Gateway Flags Ref Use Interface
  13. -------------------- -------------------- ----- ----- ---------- ---------
  14. default 10.0.2.2 UG 3 12349 e1000g0
  15. 10.0.2.0 10.0.2.15 U 4 45 e1000g0
  16. 127.0.0.1 127.0.0.1 UH 2 106 lo0
  17.  
  18. Routing Table: IPv6
  19. Destination/Mask Gateway Flags Ref Use If
  20. --------------------------- --------------------------- ----- --- ------- -----
  21. ::1 ::1 UH 2 0 lo0
  22.  
  23. ifconfig -a
  24. lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
  25. inet 127.0.0.1 netmask ff000000
  26. e1000g0: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 2
  27. inet 10.0.2.15 netmask ffffff00 broadcast 10.0.2.255
  28. ether 52:54:0:12:34:56
  29. lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1
  30. inet6 ::1/128
  31.  
  32.  
  33. ============================================================================================
  34.  
  35.  
  36. uuid zone, NO internet access:
  37.  
  38. netstat -rn
  39.  
  40. Routing Table: IPv4
  41. Destination Gateway Flags Ref Use Interface
  42. -------------------- -------------------- ----- ----- ---------- ---------
  43. default 10.88.88.2 UG 2 119 net0
  44. 10.88.88.0 10.88.88.52 U 3 52 net0
  45. 127.0.0.1 127.0.0.1 UH 2 0 lo0
  46.  
  47. Routing Table: IPv6
  48. Destination/Mask Gateway Flags Ref Use If
  49.  
  50. --------------------------- --------------------------- ----- --- ------- -----
  51.  
  52. ::1 ::1 UH 2 0 lo0
  53.  
  54. ifconfig -a
  55. lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index
  56. 1
  57. inet 127.0.0.1 netmask ff000000
  58. net0: flags=40001000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4,L3PROTECT> mtu 1500
  59. index 2
  60. inet 10.88.88.52 netmask ffffff00 broadcast 10.88.88.255
  61. ether e2:9:8:4e:fc:b0
  62. lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index
  63. 1
  64. inet6 ::1/128
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement