Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
topics:ip-netns-cheatsheet [2017/12/20 17:30]
orzfly created
topics:ip-netns-cheatsheet [2017/12/20 18:09] (current)
orzfly
Line 18: Line 18:
  
 <code> <code>
-root@misaka:/etc/systemd/system# /sbin/ip netns exec ns-downloads ifconfig+root@misaka:~# /sbin/ip netns exec ns-downloads ifconfig
 lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536 lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
         inet 127.0.0.1  netmask 255.0.0.0         inet 127.0.0.1  netmask 255.0.0.0
Line 46: Line 46:
   - https://wiki.archlinux.org/index.php/Network_bridge   - https://wiki.archlinux.org/index.php/Network_bridge
   - https://github.com/systemd/systemd/issues/2741   - https://github.com/systemd/systemd/issues/2741
 +  - https://github.com/Jamesits/systemd-named-netns
  
 {{tag>ip netns cheatsheet}} {{tag>ip netns cheatsheet}}