User Tools

Site Tools


linux:openwrt:openwrt

This is an old revision of the document!


OpenWRT

Image download

Unzip

gzip -d openwrt-19.07.4-x86-64-combined-squashfs.img.gz

Update network config

After install the image in the VMM, need to update the network config

  1. gateway
  2. dns

``` config interface 'lan'

option type 'bridge'
option ifname 'eth0'
option proto 'static'
option ipaddr '192.168.1.18'
option netmask '255.255.255.0'
option ip6assign '60'
option multipath 'on'
option gateway '192.168.1.1'
list dns '8.8.8.8'

```

Install luci

https://openwrt.org/docs/guide-user/luci/luci.essentials ``` opkg update opkg install luck ```

/var/www/dokuwiki/wiki/data/attic/linux/openwrt/openwrt.1603033513.txt.gz · Last modified: 2020/10/18 23:05 by percy