You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/07/17 04:11:34 UTC

[GitHub] [cloudstack] imacks opened a new issue #3499: Physical networking with pfsense

imacks opened a new issue #3499: Physical networking with pfsense
URL: https://github.com/apache/cloudstack/issues/3499
 
 
   I'm trying out cloudstack for the first time, so pls be patient. My current physical setup:
   ```
   ---wan---( pfsense )---lan---( pc1 )
               +----------------( pc2 )--------( l2 dumb switch )
   ```
   Pfsense works as DHCP server, assigning 172.18.1.x to pc1 and 172.18.1.y to pc2. Pfsense itself isn't relevant, as it works mostly as a generic router in this setup.
   
   PC1 is hyper-v server with 1 physical nic, bound to a virtual switch. It runs 1 VM instance of MySQL, NFS server, and cloudstack management each. Cloudstack management VM virtual nic vlan is configured in trunk mode (0, 10-1000); the other VMS are untagged.
   
   I can see on pfsense 5 DHCP leases, all on 172.18.1.1/24.
   
   Pc2 is kvm host on Ubuntu server, with 2 physical nics. Nic 1 (eth0)  is attached to pfsense with up by DHCP 172.18.1.y as said. Nic 2 (eth1) is plugged to a l2 switch.
   
   Pc2 eth1 is configured `iface inet manual`. Then I have cloudbr1 bridge interface that has eth1 as it's port. All are following cloudstack doc on hypervisor installation re. guest Network.
   
   I am now totally lost on advanced zone setup. What's:
   - guest cidr
   - internal DNS 1
   - the physical network page setup
   - public traffic ips
   - pod reserved system gateway, netmask, reserved ip range
   - guest vlan range
   
   
   
   
   
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services