[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Fwd: Re: Unknown URL



	Hi.

On Fri, Feb 23, 2018 at 02:24:13PM -0500, Stephen P. Molnar wrote:
> Sorry it took me a while to get it, but:
> 
> root@Igor:~# netstat -nr -f inet6
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
> 0.0.0.0         192.168.1.254   0.0.0.0         UG        0 0          0 enp0s12
> 192.168.1.0     0.0.0.0         255.255.255.0   U         0 0          0 enp0s12

Hate to break it to you, but it's IPv4 routing table. "-f" does not
designate address family in net-tools' netstat.

What I meant was "ip -6 ro l", although "netstat -rn6" will do.


> One, hopefully final, question.  In case I mess up, how do I enable IPv6?

Non-persistent:

echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6

Persistent - remove appropriate line from /etc/sysctl.conf.
Invoke "sysctl --system"

Reco


Reply to: