我正在努力在几年前购买的DELL R710上建立一个devstack多合一系统。我在理解自己在做什么时遇到了一些困难,因此我很仓促,所以我确定自己错过了一些事情。
+-------------------------+ +-------------------------+
| External Router | | Linux Server (DNS/DHCP) |
| IP: 192.168.1.1 | | IP: 192.168.1.2 (fixed) |
| Network: 192.168.1.0/24 | | Network: 192.168.1.0/24 |
+-----------+-------------+ | Gateway: 192.168.1.1 |
| +-------------+-----------+
| |
| |
| |
+-----------+-------+----------------------+---------------------------------------------------------------+-------+--------------+
| | |
| | |
+-----+------+ +-----------------------------------+ | |
| Desktop PC | | PowerEdge R710 Server | | |
| IP: DHCP | | Ubuntu Server 18.04 LTS +---------------------------------+ | |
+------------+ | 2 - Xeon X5550 | eno1 | | |
| 32 GB RAM | IP: 192.168.1.26 (DHCP/reserved)+-----+ |
| (plenty of disk) | Network: 192.168.1.0/24 | |
| | Gateway: 192.168.1.1 | |
| +---------------------------------+ |
| +---------------------------------+ |
| |eno2 +-------------+
| |IP: Unconfigured - Wired |
| +---------------------------------+
| +---------------------------------+
| |eno3 |
| |IP: Unconfigured - Not Connected |
| +---------------------------------+
| +---------------------------------+
| |eno4 |
| |IP: Unconfigured - Not Connected |
| +-----------------+---------------+
| |
+-----------------------------------+
我的目标是在192.168.1.26(eno1)接口上托管/访问OpenStack的主要API等(控件)。
我想使用eno2作为桥接适配器,以允许访客访问Internet,但也允许从192.168.1.0/24进入。
我的目的是允许在OpenStack基础架构下置备和隔离VM,以测试/审核应用程序。
我也希望能够在内部使用SDN。
如果有人可以将我指向基本的local.conf或给我一些有关如何设置它的指示,将不胜感激。