Try changing to identifying the interface name instead of IP address.
protocols {
static {
table 1 {
route 0.0.0.0/0 {
next-hop vtun0 {
}
}
}
}
}
Try changing to identifying the interface name instead of IP address.
protocols {
static {
table 1 {
route 0.0.0.0/0 {
next-hop vtun0 {
}
}
}
}
}