OpenWRT: Kosongkan Konfigurasi untuk GNS3
Revision as of 09:37, 18 November 2018 by Onnowpurbo (talk | contribs) (Created page with "Agar menjadi router kosongan untuk gns3, masuk ke shell rm /etc/config/firewall Edit /etc/config/network, sisakan config interface 'loopback' option ifname 'lo'...")
Agar menjadi router kosongan untuk gns3, masuk ke shell
rm /etc/config/firewall
Edit /etc/config/network, sisakan
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'