一:先用圖形化方式先建立乙個nat模式
virt-manager (開啟虛擬系統管理器)
autostart default.xml nat.xml (這個就是通過圖形化介面建立的配置檔案)
`[root@localhost networks]
# cp /etc/libvirt/qemu/networks/nat.xml /etc/libvirt/qemu/networks/nat2.xml
[root@localhost networks]
# ls
autostart default.xml nat2.xml nat.xml
[root@localhost networks]
# vim /etc/libvirt/qemu/networks/nat2.xml
nat<
/name>
5c2710c7
-8a3f
-458b
-9ee9
-35c7141e1895
<
/uuid>
'nat'
/>
'virbr1' stp=
'on' delay=
'0'/
>
'52:54:00:10:e1:17'
/>
'nat'
/>
'192.168.100.1' netmask=
'255.255.255.0'
>
<
range start=
'192.168.100.128' end=
'192.168.100.254'
/>
<
/dhcp>
<
/ip>
<
/network>
上面是原始檔案,需要修改的是下面部分
nat2<
/name>
5c2710c7
-8a3f
-458b
-9ee9
-35c7141e1896
<
/uuid>
'nat'
/>
'virbr2' stp=
'on' delay=
'0'/
>
'52:54:00:10:e1:18'
/>
'nat2'
/>
'192.168.101.1' netmask=
'255.255.255.0'
>
<
range start=
'192.168.101.128' end=
'192.168.101.254'
/>
<
/dhcp>
<
/ip>
<
/network>
#注意上面virbr修改為2,因為是按照配置檔案順序修改的,
#[root@localhost networks]# ls
#autostart default.xml nat2.xml nat.xml
#這裡可以看到default.xml預設配置為0,nat.xml圖形化建立的為1,所以nat2.xml裡面的
#virbr修改為2
重啟服務:
[root@localhost networks]
# systemctl restart libvirtd
檢視所有網路,可以看到nat2還沒啟動
[root@localhost networks]
# virsh net-list --all
名稱 狀態 自動開始 持久
default 活動 是 是
nat 活動 是 是
nat2 不活躍 否 是
啟動網路:
[root@localhost networks]
# virsh net-start nat2
網路 nat2 已開始
開機自啟動:
[root@localhost networks]
# virsh net-autostart nat2
網路nat2標記為自動啟動
再次檢視可以看到nat2已啟動
[root@localhost networks]
# virsh net-list
名稱 狀態 自動開始 持久
default 活動 是 是
nat 活動 是 是
nat2 活動 是 是
建立使用者配置檔案
建立使用者配置檔案 語法 create profile profile name limit 資源限制引數名 口令限制引數名 引數值 舉例 配置檔案 允許3次輸入口令錯誤 每隔15天修改一次登入口令 使用者最多能夠建立10個資料庫會話 15分鐘的空閒狀態,超過時,會話自動斷開 每隔會話持續連線資料庫...
spring 配置事務 配置檔案方式
xmlns xsi xmlns aop xmlns tx xmlns jdbc xmlns p xsi schemalocation spring beans 3.0.xsd spring jdbc 3.0.xsd spring aop 3.0.xsd spring tx 3.0.xsd destr...
KVM虛擬機器典型配置檔案xml
vm64 1 虛擬機器名稱 2300 最大記憶體,單位m 2300 可用記憶體,單位m 3 虛擬cpu個數 hvm 硬碟啟動 destroy restart destroy usr libexec qemu kvm 目的映象路徑 硬碟使用virtio驅動後識別為pci匯流排 目的映象路徑 硬碟使用v...