Advertisement
Guest User

network diagram

a guest
Oct 11th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. Note: Currently I only have two static IP addresses assigned to me from
  2. OVH. So my immediate goal is to set up the HOST and SYST environment.
  3. Once I have proven that I can do that I will get another IP address
  4. and setup the firewall. I don't know if I really need a static IP for
  5. the firewall. It looks like ovh gave me a bunch of IPv6 addresses on eth1,
  6. so I might be able to assign one of those ip addresses to the firewall.
  7.  
  8. - VM + Firewall: I want to create a firewall for all the other vlans.
  9. to do this I imagine that I will have to create a bridge encompassing
  10. eth0.2 and eth0.3.
  11. - Host: this is exactly what it sounds like. Ideally I would like the
  12. HOST and the SYST environment to be in the same VLAN
  13. - Prod: I want this to be isolated in its own VLAN
  14.  
  15. +--------+------------------+-----------------------+
  16. | | | +-----------------+ |
  17. | | +-------------+ | | VM + Firewall | |
  18. +-------+ | | |br0 +-----> | |
  19. | | | +-----> | | | 198.27.xx.26 | |
  20. | | | | | +-------------+ | | | |
  21. | | | +--+-+ | | +-----------------+ |
  22. |OVH DNS| | | | | VLANS | +-----------------+ |
  23. | | | | | | +-------------+ | | | |
  24. | +---+->eth0| | | +-----> HOST | |
  25. | Assigns IPs| +---> | | | 198.27.xx.25 | |
  26. | + + | | | | | | | | |
  27. | | | +-+--+ | | | | +-----------------+ |
  28. | | | | | | eth0.2 | | |
  29. | | | | | | | | +-----------------+ |
  30. | | | | | | | | | | |
  31. | | | | | | | | |VM + SYST + WEB | |
  32. | | | | | | +-----> 192.95.xx.33 | |
  33. +-------+ | | | +-------------+ | | | |
  34. | | | | +-----------------+ |
  35. | | | | |
  36. | | | | +-----------------+ |
  37. | | | +-------------+ | | | |
  38. | | | |eth0.3 | | |VM + PROD + WEB | |
  39. | +-------> +----> 192.95.xx.32 | |
  40. | | +-------------+ | | | |
  41. | | | +-----------------+ |
  42. | +------------------+ |
  43. +---------------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement