Skip to content

Instantly share code, notes, and snippets.

@kuznet1
Created April 16, 2022 17:30
Show Gist options
  • Save kuznet1/77ab7bfb6d04213f69a385d5dbd51d91 to your computer and use it in GitHub Desktop.
Save kuznet1/77ab7bfb6d04213f69a385d5dbd51d91 to your computer and use it in GitHub Desktop.
[Georgia] How to use Magti on Silknet router
# First, connect by telnet to your router (telnet package on linux distros, putty on windows)
# Creds is Silknet/Silknet@dmin
# Insert magti cable into first LAN port
# exec this script on router:
rmmod /lib/modules/hw_nat.ko
brctl delif br0 eth0.1
smuxctl rem nas0; smuxctl add bridge eth0.1 nas0
ifconfig nas0 hw ether <mac-address-used-to-connect-to-magti>
/usr/script/wan_start.sh 0
killall dnsmasq; dnsmasq -r /etc/resolv_nas0.conf
# Connection will be work only before router rebooting, so you should make this actions once again :(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment