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/

Advertisement
Posted in Uncategorized

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

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