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*

3
  • 1
    To get host<->namespace connectivity reusing the same IP address (.130) on hostnet along your other settings (manual routes...) should work: no special .90 IP anymore. Just be sure it's still added as a /32 or with tag noprefixroute Commented Dec 4, 2020 at 17:03
  • @A.B: Replacing sudo ip addr add 192.168.0.90/32 brd + dev hostnet with sudo ip addr add 192.168.0.130/32 brd + dev hostnet seemed to work at first, but it ruins outgoing connections from the host network (e.g. to 192.168.0.12). Commented Dec 4, 2020 at 17:41
  • 1
    ok never mind then Commented Dec 4, 2020 at 18:13