Geoffrey McClinsey

Results 8 comments of Geoffrey McClinsey

I am not so hot with grammar, but I am currently rephrasing some things to either make more clear or just flow nicer. I will fix what grammar jumps out...

@aaronp24 Thank you! I can confirm that `/etc/docker/daemon.json`: { "iptables": false } works. After install of docker and prior to the setting `lxc ls` shows no ipv4 information. After the...

@aaronp24 `iptables -F FORWARD` `iptables -P FORWARD ACCEPT` fixed it for me. Should I be using `iptables -t nat -A POSTROUTING -s $dockernet -o ! docker0 -j MASQUERADE` instead?

`iptables -t nat -A POSTROUTING -s $dockernet -o ! docker0 -j MASQUERADE` > Bad argument `docker0'

If this helps I used strace on my debian jessie server first without sudo and then with sudo. I also did a strace on hashbang (obviously without sudo). All gists...

I'm confused. There is nothing to worry about what? I am looking at a list of ip addresses of other users that are currently connected both in tcp and tcp6....

Okay. I was just concerned as if I run on my local server without sudo non-owned process info will not be shown, and I thought you agreed this was an...