Install Software Packages 1. Update Package List Before install software packages update the package list: $ opkg update 2. List Available Packages $ opkg list 3. List Installed Packages $ opkg list-installed 4. Install Packages $ opkg install <package names> 5. Remove Packages $ opkg remove <package names>
[태그:] openwrt
OpenWRT 안전하게 종료하기
Safe shutdown operation Enter the ttyd terminal, enter the poweroff command and hit enter, wait until the led light is off, and then unplug the power supply.
OpenWRT 보안 강화하기
Recommended security settings The following settings are highly recommended to complete before connecting to the Internet。 Set a secure password Only allow access to ssh from lan, change the port Only allow local devices to access luci Edit /etc/config/uhttpd,Change the original 0.0.0.0 and [::] addresses to the local lan address, for example: # HTTP listen …
OpenWRT 보안 강화하기 더보기
OpenWRT에서 IPv6 비활성화 하기
uci set ‘network.lan.ipv6=off’ uci set ‘network.wan.ipv6=off’ uci set ‘dhcp.lan.dhcpv6=disabled’ /etc/init.d/odhcpd disable uci commit #설정저장