Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

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