Difference between revisions of "OpenWRT: Kosongkan Konfigurasi untuk GNS3"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
| Line 13: | Line 13: | ||
option ipaddr '127.0.0.1' | option ipaddr '127.0.0.1' | ||
option netmask '255.0.0.0' | option netmask '255.0.0.0' | ||
| − | |||
Reboot | Reboot | ||
reboot | reboot | ||
| − | |||
==Pranala Menarik== | ==Pranala Menarik== | ||
* [[OpenWRT]] | * [[OpenWRT]] | ||
Revision as of 10:16, 24 December 2018
Agar menjadi router kosongan untuk gns3, masuk ke shell
rm /etc/config/firewall rm /etc/config/luci rm /etc/config/ucitrack
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'
Reboot
reboot