「Install Cloud Hosted Router on AliCloud」修訂間的差異
跳至導覽
跳至搜尋
| (未顯示同一使用者於中間所作的 5 次修訂) | |||
| 行 1: | 行 1: | ||
| ⚫ | |||
| + | |||
| ⚫ | |||
| + | |||
| ⚫ | |||
| + | |||
| ⚫ | |||
| + | |||
| ⚫ | |||
| + | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| + | |||
| ⚫ | |||
| + | |||
| ⚫ | |||
| + | |||
| ⚫ | |||
| + | |||
| ⚫ | |||
| + | __NOTOC__ |
||
[[Category:MikroTik]] |
[[Category:MikroTik]] |
||
[[Category:RouterOS]] |
[[Category:RouterOS]] |
||
[[Category:AliCloud]] |
[[Category:AliCloud]] |
||
| − | Linux 雲主機 |
||
| ⚫ | |||
| − | gunzip -c chr1.img.zip > chr.img && \ |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| − | |||
| − | wget http://download2.mikrotik.com/routeros/6.36.4/chr-6.36.4.img.zip -O chr.img.zip && \ |
||
| ⚫ | |||
| − | mount -o loop,offset=33554944 chr.img /mnt && \ |
||
| − | ADDRESS=`ip addr show eth0 | grep global | cut -d' ' -f 6 | head -n 1` && \ |
||
| − | GATEWAY=`ip route list | grep default | cut -d' ' -f 3` && \ |
||
| − | echo "/ip address add address=$ADDRESS interface=[/interface ethernet find where name=ether1] |
||
| − | /ip route add gateway=$GATEWAY |
||
| − | " > /mnt/rw/autorun.scr && \ |
||
| − | umount /mnt && \ |
||
| − | echo u > /proc/sysrq-trigger && \ |
||
| − | dd if=chr.img bs=1024 of=/dev/vda && \ |
||
| − | reboot |
||
於 2021年4月14日 (三) 01:49 的最新修訂
wget https://download2.mikrotik.com/routeros/6.43.8/chr-6.43.8.img.zip -O chr.img.zip gunzip -c chr.img.zip > chr.img mount -o loop,offset=33554944 chr.img /mnt ADDRESS=`ip addr show eth0 | grep global | cut -d' ' -f 6 | head -n 1` GATEWAY=`ip route list | grep default | cut -d' ' -f 3` echo "/ip address add address=$ADDRESS interface=[/interface ethernet find where name=ether1] /ip route add gateway=$GATEWAY " > /mnt/rw/autorun.scr umount /mnt echo u > /proc/sysrq-trigger dd if=chr.img bs=1024 of=/dev/vda reboot