Fortigate 50E 闇の財団導入編
闇の財団に闇ネットを繋ぐための闇の記録
code:sh
BusyBox v1.36.0 (2023-03-08 22:49:39 UTC) built-in shell (ash)
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
OpenWrt SNAPSHOT, r0+22250-102dc5a625
-----------------------------------------------------
=== WARNING! =====================================
There is no root password defined on this device!
Use the "passwd" command to set up a new password
in order to prevent unauthorized SSH logins.
--------------------------------------------------
何故かapkを叩いてもnot foundになる珍現象
何かのパッケージだけ抜け落ちているように見える
sysupgradeをしたらapk叩けるようになった
code:sh
uci del tinc.NETNAME
uci del tinc.NODENAME
uci set tinc.gsnet=tinc-net
uci set tinc.gsnet.enabled='1'
uci set tinc.gsnet.generate_keys='1'
uci add_list tinc.gsnet.ConnectTo='gsngw01'
uci set tinc.gsnet.Mode='Switch'
uci set tinc.gsnet.Name='fg50e_foundation'
uci set tinc.gsnet.PrivateKeyFile='/etc/tinc/gsnet/rsa_key.priv'
uci commit
luciが入っていなかったのでapkでinstall
code:sh
apk add luci