FAQ:OpenWRT: Difference between revisions
Jump to navigation
Jump to search
(Enable DNSSEQ) |
|||
Line 10: | Line 10: | ||
opkg install luci-app-samba |
opkg install luci-app-samba |
||
opkg install luci-app-ddns ddns-scripts_no-ip_com |
opkg install luci-app-ddns ddns-scripts_no-ip_com |
||
opkg install dnsmasq-full |
|||
# Go in http://10.146.199.1/cgi-bin/luci/admin/network/dhcp Advanced Settings and enable both DNSSEC option |
|||
</source> |
</source> |
||
= System Commands = |
= System Commands = |
Revision as of 23:27, 9 February 2018
Perso
Install basic packages
opkg update
opkg install diffutils lsof usbutils
opkg install snmpd
opkg install mount-utils block-mount kmod-usb-storage kmod-fs-ext4 kmod-fs-vfat kmod-fs-exfat kmod-fs-ntfs kmod-fs-hfs kmod-fs-hfsplus kmod-nls-cp437 kmod-nls-iso8859-1
opkg install luci-app-samba
opkg install luci-app-ddns ddns-scripts_no-ip_com
opkg install dnsmasq-full
# Go in http://10.146.199.1/cgi-bin/luci/admin/network/dhcp Advanced Settings and enable both DNSSEC option
System Commands
Upgrade all packages
opkg update
opkg list-upgradable | cut -f 1 -d ' ' | xargs opkg upgrade