OpenWRT: Kosongkan Konfigurasi untuk GNS3: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) No edit summary |
Onnowpurbo (talk | contribs) No edit summary |
||
| Line 5: | Line 5: | ||
rm /etc/config/luci | rm /etc/config/luci | ||
rm /etc/config/ucitrack | rm /etc/config/ucitrack | ||
ifconfig eth0 0.0.0.0 | |||
ifconfig eth1 0.0.0.0 | |||
ifconfig eth2 0.0.0.0 | |||
ifconfig eth3 0.0.0.0 | |||
ifconfig eth4 0.0.0.0 | |||
ifconfig eth5 0.0.0.0 | |||
Edit /etc/config/network, sisakan | Edit /etc/config/network, sisakan | ||
Revision as of 03:48, 24 December 2018
Agar menjadi router kosongan untuk gns3, masuk ke shell
rm /etc/config/firewall rm /etc/config/luci rm /etc/config/ucitrack
ifconfig eth0 0.0.0.0 ifconfig eth1 0.0.0.0 ifconfig eth2 0.0.0.0 ifconfig eth3 0.0.0.0 ifconfig eth4 0.0.0.0 ifconfig eth5 0.0.0.0
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