Misc Tips: Difference between revisions

Jump to navigation Jump to search
300 bytes added ,  28 February 2018
no edit summary
No edit summary
No edit summary
Line 2: Line 2:
<syntaxhighlight lang="bash" enclose="div">
<syntaxhighlight lang="bash" enclose="div">
  VBoxManage convertfromraw --format DVI openwrt-x86-64-combined-ext4.img  openwrt-x86-64-combined-ext4.vdi
  VBoxManage convertfromraw --format DVI openwrt-x86-64-combined-ext4.img  openwrt-x86-64-combined-ext4.vdi
</syntaxhighlight>
/etc/config/network
<syntaxhighlight lang="test" enclose="div">
config 'interface' 'wan'
        option 'proto' 'dhcp'
        option 'ifname' 'eth0'
             
config 'interface' 'lan'
        #option type 'bridge'
        option ifname 'eth1'
        #option ip6assign '60'
</syntaxhighlight>
</syntaxhighlight>


Navigation menu