0

Same issue as described here: ssh into a server which is connected to a VPN service

However I have no access to the "ip" utility. Just good 'ol ifconfig and route commands as I'm working on an OpenBSD box. How would one do the same task with those commands?

Trying to translate the following commands to ifconfig & route:

ip rule add table 128 from 50.1.2.3

ip route add table 128 to 50.1.2.0/24 dev eth0

ip route add table 128 default via 50.1.2.1

So far ive roughly translated the last two commands to

route add [128] $PUBLICSUBNET/24 vio0

route add [128] $PUBLICSUBNET/24 vio0

but still stuck on the first one.

2
  • Please describe your problem instead of linking to a different question. Which ip commands do you want to replace by ifconfig and route? Commented Jul 30, 2021 at 2:19
  • ip rule add table 128 from 50.1.2.3 ip route add table 128 to 50.1.2.0/24 dev eth0 ip route add table 128 default via 50.1.2.1 Commented Jul 30, 2021 at 2:21

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.