Every time I restart my OpenVPN tunnel it increments interface's number and breaks MRTG graph for the interface.
IF-MIB::ifName.76 = STRING: tun_w
after restart:
IF-MIB::ifName.77 = STRING: tun_w
Any way to fix it?
|
Every time I restart my OpenVPN tunnel it increments interface's number and breaks MRTG graph for the interface.
after restart:
Any way to fix it? |
|||
|
|
|
Write a script that regenerates your MRTG configuration whenever the interface is restarted. Also, adjust your MRTG configuration to target an interface based on the IP address. Specifcally if you use
In your main configuration file you have created by hand use the include directive to include another configuration file. Something like Since you are using OpenVPN your might use the OpenVPN options Compose your script that runs whenever the interface |
||||
|
|