Re: I need to totally stop ANY indication of ipv6 connectivity, how.

2019-05-25 Thread Reco
Hi. On Sat, May 25, 2019 at 06:46:07AM -0400, Gene Heskett wrote: > On Saturday 25 May 2019 06:32:59 am Reco wrote: > > > Hi. > > > > On Sat, May 25, 2019 at 06:25:55AM -0400, Gene Heskett wrote: > > > On Saturday 25 May 2019 05:54:46 am Reco wrote: > > > > Hi. > > > > > > >

Re: I need to totally stop ANY indication of ipv6 connectivity, how.

2019-05-25 Thread Gene Heskett
On Saturday 25 May 2019 06:32:59 am Reco wrote: > Hi. > > On Sat, May 25, 2019 at 06:25:55AM -0400, Gene Heskett wrote: > > On Saturday 25 May 2019 05:54:46 am Reco wrote: > > > Hi. > > > > > > On Sat, May 25, 2019 at 05:38:22AM -0400, Gene Heskett wrote: > > > > I have the following in

Re: I need to totally stop ANY indication of ipv6 connectivity, how.

2019-05-25 Thread Reco
Hi. On Sat, May 25, 2019 at 06:25:55AM -0400, Gene Heskett wrote: > On Saturday 25 May 2019 05:54:46 am Reco wrote: > > > Hi. > > > > On Sat, May 25, 2019 at 05:38:22AM -0400, Gene Heskett wrote: > > > I have the following in /etc/sysctl.conf: > > > > > >

Re: I need to totally stop ANY indication of ipv6 connectivity, how.

2019-05-25 Thread Gene Heskett
On Saturday 25 May 2019 05:54:46 am Reco wrote: > Hi. > > On Sat, May 25, 2019 at 05:38:22AM -0400, Gene Heskett wrote: > > I have the following in /etc/sysctl.conf: > > > > net.ipv6.conf.all.disable_ipv6 = 1 > > net.ipv6.conf.default.disable_ipv6 = 1 > > These are redundant: > >

Re: I need to totally stop ANY indication of ipv6 connectivity, how.

2019-05-25 Thread Andy Smith
Hi Gene, [You asked how to do this so I am answering, but for the record I don't believe it is a good idea to disable the current version of the Internet protocol and rely on the legacy Internet protocol. If there are problems with IPv6 then I think they should be fixed, not disabled.] On Sat,

Re: I need to totally stop ANY indication of ipv6 connectivity, how.

2019-05-25 Thread Reco
Hi. On Sat, May 25, 2019 at 05:38:22AM -0400, Gene Heskett wrote: > I have the following in /etc/sysctl.conf: > > net.ipv6.conf.all.disable_ipv6 = 1 > net.ipv6.conf.default.disable_ipv6 = 1 These are redundant: > net.ipv6.conf.lo.disable_ipv6 = 1 > net.ipv6.conf.eth0.disable_ipv6 = 1 >

I need to totally stop ANY indication of ipv6 connectivity, how.

2019-05-25 Thread Gene Heskett
I have the following in /etc/sysctl.conf: net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 net.ipv6.conf.eth0.disable_ipv6 = 1 net.ipv6.conf.eth1.disable_ipv6 = 1 net.ipv6.conf.ppp0.disable_ipv6 = 1 net.ipv6.conf.tun0.disable_ipv6 = 1