Accessing a Draytek Vigor 130 via UDMP

Quick guide in how to setup access to a Draytek Vigor 130 through a Unifi Dream Machine Pro.

SSH into the UDM Pro:

ssh -oHostKeyAlgorithms=+ssh-rsa root@192.168.0.254

ip address add 192.168.2.2/24 dev eth7
ip route add 192.168.2.0/24 dev eth7

from the UDM Pro telnet to the Modem:

telnet 192.168.2.1

ip route add 192.168.0.0 255.255.255.0 192.168.2.2 static

Now you can use a web browser to access http://192.168.2.1/

Posted in Uncategorized

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.