er7206 - I need help to set up some static routes directed to the OpenVPN TUN0 interface !!!

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

er7206 - I need help to set up some static routes directed to the OpenVPN TUN0 interface !!!

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
er7206 - I need help to set up some static routes directed to the OpenVPN TUN0 interface !!!
er7206 - I need help to set up some static routes directed to the OpenVPN TUN0 interface !!!
2023-03-20 21:50:22
Tags: #openvpn
Model: ER7206 (TL-ER7206)  
Hardware Version: V1
Firmware Version: 1.2.3 Build 20221104 Rel.41500

Hi! I have er7206 with configured OpenVPN client.

I need to configure some static routes directed to OpenVPN's TUN0 interface. Has anyone managed to do this?
I tried using the *.ovpn file with the command line:

"route 0.0.0.0 128.0.0.0 172.24.0.1"

But it's not working !
Can someone help me ?

 

  0      
  0      
#1
Options
1 Reply
Re:er7206 - I need help to set up some static routes directed to the OpenVPN TUN0 interface !!!
2023-03-21 06:47:10

  @linyu 

I think this routing have to be done in server side, I use something like that in client file in CCD folder on server

 

push "route 172.20.10.0 255.255.255.0"
push "route 10.0.0.0 255.255.255.0"
push "route 192.168.100.0 255.255.255.0"
push "route 10.100.1.0 255.255.255.0"
push "route 10.168.1.0 255.255.255.0"
push "route 10.11.31.0 255.255.255.0"
#push "route 192.168.20.0 255.255.255.0"

 

this work very well.

 

  0  
  0  
#2
Options

Information

Helpful: 0

Views: 249

Replies: 1

Tags

openvpn