Advertisement
egasimus

Untitled

Jun 26th, 2014
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. After a clean reboot, I run `route` and see:
  2.  
  3. $ route
  4. Kernel IP routing table
  5. Destination Gateway Genmask Flags Metric Ref Use Iface
  6. default 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0
  7. 172.17.0.0 * 255.255.0.0 U 0 0 0 docker0
  8. 192.168.1.0 * 255.255.255.0 U 0 0 0 wlan0
  9.  
  10. docker0 is Docker (http://www.docker.io) - I'm running Skype in it because of dependency hell.
  11.  
  12. So I run `pon` and see:
  13. (example pon outputs:
  14. http://pastebin.com/XsdceRXh
  15. http://pastebin.com/TRxJDLkT)
  16.  
  17. And now my routing is...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement