Reminder to ME
I am an idiot. . .repeat.
This is for ME, not anyone reading this. Just a reminder if I reload or change distros. Remember to Pay Attenton when doing the installation! And, leave ipv6 out of the kernel--for now.
When running a SOHO router: Remember that it assigns an address for the machine on the local network; via DHCP, and provides a function to relay the DNS (server address) for the greater network I am logged into for DSL (Verizon.net). Remember to move the router address to the end of the list, and to add the secondary DNS server address in the first or second line of resolv.conf. There is nothing else to do if everything is set up.
Except possibly to turn off ipv6 if it stays slow--I put two export statements in modprobe.conf and modprobe.conf.local:
alias net-pef-10 "<tab>" off
alias ipv6 "<tab>" off
I have never actually figured out if above does anything, because I always rebooted and the system rewrote the resolv.conf file and it would be slow again--that is, until I remembered to redo it. By then, I would have put in the two alias statements thinking that THAT was the problem. Writing to resolv.conf can be done with a script; AFAIK the kernel still looks for rc.local--instead of doing it the hard way as I usually do. When I passed 40 I turned into Mr. Magoo. (Remember to check if kernel still looks for rc.local.)
|