mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Remove network bridge config
This commit is contained in:
parent
c9db62ee20
commit
ab51821a81
|
@ -1,14 +0,0 @@
|
||||||
<network>
|
|
||||||
<name>br10</name>
|
|
||||||
<forward mode='nat'>
|
|
||||||
<nat>
|
|
||||||
<port start='1024' end='65535'/>
|
|
||||||
</nat>
|
|
||||||
</forward>
|
|
||||||
<bridge name='br10' stp='on' display='0'/>
|
|
||||||
<ip address='192.168.30.1' netmask='255.255.255.0'>
|
|
||||||
<dhcp>
|
|
||||||
<range start='192.168.30.50' end='192.168.30.200'/>
|
|
||||||
</dhcp>
|
|
||||||
</ip>
|
|
||||||
</network>
|
|
Loading…
Reference in a new issue