Post by Bit TwisterPost by Doug LaidlawMy router was supplied by the NBN, so I am probably stuck
with it.
In any case, ISP needs the mac/serial number of device to grant you
access to their network.
I use Spectrum cable for Internet these days. With Spectrum, a
modem-only is free, but a wireless router/modem has a monthly rental fee
attached. They say you can use your own modem if it's an "approved"
model, but the service installation technician couldn't get it to work,
so I wound up with one of theirs. So far, I haven't been charged for it.
Spectrum requires the information for the modem, but the output from the
modem will connect to anything. I use my own wireless router, and have
even upgraded once, with no notification to the ISP.
Post by Bit TwisterPost by Doug LaidlawIt has been suggested that users leave the router where it is,
and install a conventional router for a direct connection to the
provider.
Again, if router is direct connected to ISP network it has to be provisioned
by ISP which will need mac/serial/model to configure it remotely.
I configured my ISP router to supply fixed ip addresses and a little bit of
port forwarding for ssh.
First time I had connection problem the tech factory reset the modem
breaking my LAN connections. Went and got my own router to place
between my LAN and ISP router. No longer care if ISP router is reset. I still
have LAN access.
< I have already tried network-manager, but couldn't see any
Post by Doug Laidlawimprovement As the default for GNOME, it is what Mint employs, and Mint
was my comparison.
You need to check node nic for any TX/RX errors.
ifconfig | grep error
I was amazed that a few number of error severally impacted my throughput.
Replaced cheap ethernet cable with more expensive cable and my throughput
went way up.
Used iperf to test my gigabit network between nodes.
FYI: bought 500 Mbs up/down. Found out I can only push ~300 Mbs through
my computer according to speed testing sites.
Post by Doug LaidlawBitTwister has always recommended that we disable ipv6.
Only if your ISP is providing IPV4 from their gateway to your machine.
I do not see reason to have IPV6 send/receive packets to be repackaged
as IPV4 packets unless you want a IPV6 LAN setup.
Would not do me any good since I have IPV4 only network cameras.
Paste any of the following in a terminal to see your WAN ISP Internet ip address.
If any returns IP address with colons you have a IPV6 ISP WAN connection,
curl http://icanhazip.com
curl http://ident.me
curl whatismyip.akamai.com
curl https://ipecho.net/plain
wget -qO - http://icanhazip.com
wget -qO - http://ident.me/
wget -qO - http://smxi.org/opt/ip.php
wget -qO - https://ipecho.net/plain
I use network manager on this laptop as I have a dual-frequency router
and network manager seems to be better at connecting to the frequency
*I* want, rather than the one *it* wants, than Mageia's net_applet.
I was curious, so clicked on the wireless icon in Plasma's panel,
clicked on the connection, then Details. It showed ipv4 number, ipv4
gateway, ipv4 dns, ipv6 number, ipv6 dns, and other stuff.
So apparently, I am connected both ways. I haven't had any noticeable
problems from it. Performance seems good. I'm inclined to leave well
enough alone, but what should I look for to determine if I should change?
TJ