Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


Filter this topic showing only the reply marked as answer View this topic in a long page with up to 500 replies per page Create new topic
1 | 2 
sansom
421 posts

Ultimate Geek

Trusted
One NZ

  #2740659 7-Jul-2021 15:30
Send private message

Hi Kevin, if you DM me your account/contact details I can get the team to help out. 





Hamish


 
 
 
 

Shop now on Samsung phones, tablets, TVs and more (affiliate link).
  #2741825 9-Jul-2021 12:32
Send private message

Bear in mind that there's also usually quite a delay for DNS records to update, as you have to wait for all the caches to expire. This depends on what you've set the 'TTL' value in your DNS settings to, but it could be several days.

 

 

Running a website requires a substantial amount of ongoing time investment; it's not generally just set and forget. Staying on the same IP for more than a decade would be pretty unusual.

1101
3121 posts

Uber Geek


  #2741889 9-Jul-2021 15:20
Send private message

When/if you get a new static IP

 

Do a blacklist check to make sure its not on any blacklists . (it may not matter unless sending email from the sever , but check anyway)
Found that out the hard way & the replacement IP was also on a blacklist . 2 in a row .

https://mxtoolbox.com/blacklists.aspx




chiefie
I iz your trusted friend
5877 posts

Uber Geek

Retired Mod
Trusted
Lifetime subscriber

  #2741902 9-Jul-2021 16:06
Send private message

You can get static IP add-on for $5 by the way.





Internet is my backyard...

 

«Geekzone blog: Tech 'n Chips Takeaway» «Personal blog: And then...»

 

Please read the Geekzone's FUG

 


xpd

xpd
Geek @ Coastguard NZ
13690 posts

Uber Geek

Retired Mod
ID Verified
Trusted
Lifetime subscriber

  #2741985 9-Jul-2021 20:23
Send private message

Don't think they'll be back.... think they've realized they needed a bit more knowledge behind the complaint/issue. :)

 

 





       Gavin / xpd / FastRaccoon / Geek of Coastguard New Zealand

 

                      LinkTree -   kiwiblast.co.nz - Lego and more

 

       Support Kiwi music!   The People   Black Smoke Trigger   Like A Storm   Devilskin

 

                                            NZ GEEKS Discord______________________________

 

 


cyril7
9050 posts

Uber Geek

ID Verified
Trusted
Subscriber

  #2742030 10-Jul-2021 09:39
Send private message

Hi guys, just an update on this, I did reach out to Kevin via private message, to be clear, there is no issue on Vodafones end, other than the fact that a change of equipment (Ultra hub) and public IP has been forced on him, but this in un avoidable.

 

I advised Kevin as to who the DNS register is as the result of a quick whois, this triggered a long distant memory and he is chasing up with that entity to have the A record updated.

 

His current Smoothwall firewall is very old and long since stopped being patched, we have discussed some alternatives and Kevin is looking at those currently. The Smoothwall solution as it currently is does not support vlans at all, so immediately the upgrade to DOCSIS3.1 created an issue re vlan10 on the WAN, hence the Ultra hub is in circuit.

 

Cheers Cyril


kg1

kg1

11 posts

Geek


  #2743435 12-Jul-2021 21:04
Send private message

Thank you everyone for the interest and advice. A extra thank you to @michaelmurfy for suggesting pfSense as a solution and many thanks to @Cyril7 for his help with the network configuration.

 




kg1

kg1

11 posts

Geek


  #2744139 14-Jul-2021 15:53
Send private message

To exclude the Vodafone Ultra Hub

 

"All FibreX connections are DHCP. A "static" IP on FibreX is just a reserved DHCP allocation. It's essentially the same thing from the outside looking in (my IP is always 203.xxx.xxx.xxx), but in terms of configuring your router, it needs to be set up to obtain the WAN settings via DHCP." https://www.geekzone.co.nz/forums.asp?forumid=40&topicid=205145&page_no=2

 

WAN -> VLAN igb3.10 -> DHCP

 

If you wish to include the Vodafone Ultra Hub for IP Phones:

 

LAN -> VLAN igb4.10 -> Static

 

This completes the diagram:

 


kg1

kg1

11 posts

Geek


  #2747394 21-Jul-2021 08:02
Send private message

VOIP SIP and UDP Settings

 

My Ipphones sometimes dropped out after 10+ minutes and unless one used speed dialing a phone number never completed.

 

With Cyril7 help:

 

 

If you wish to find out more:

 

https://www.drupal.org/forum/support/installing-drupal/2021-07-20/composer-beginner


kg1

kg1

11 posts

Geek


  #2749951 26-Jul-2021 14:31
Send private message

Installed Drupal 9 on Ubuntu Server LTS 20.04

 

Used HP Smart Start to establish Raid1
Installed Ubuntu Server LTS 20.04 23/07/2021
Language: English
Keyboard: English(US) English(US) - English(US,Alt,Intl)
Network: enp3s4f1 IPv4
    Subnet 192.168.2.0/24
    Address 192.168.2.3
    Gateway 192.168.2.1
    Name Servers 203.109.191.1, 203.118.191.1, 203.96.152.4, 203.96.152.12, 8.8.8.8, 8.8.4.4
User:    Name Kevin
    Name Server kgwebsite
    User Name kevin
    Password
Installed OpenSSH
Import keys No
Installed Powershell
Reboot
$sudo passwd root
Cntl-D
# cd /
# apt purge cloud-init -y
# rm -Rf /etc/cloud
# apt remove open-iscsi
# apt autoclean && autoremove
# reboot
# apt install net-tools
# ifconfig -a
# apt install ntp
# ntpq -p
# mkdir /media/usb
# apt install unzip zip usbmount gpm
# apt install tasksel
# systemctl enable --now mysql
# systemctl enable --now apache2
# mysql -u root -p (entered pwd)
Cntl-L (clear screen)
# ufw app list
# ufw allow in "Äpache"
# ufw allow in "OpenSSH"
# ufw status
# ufw enable
Browser: http://192.168.2.3 (output "Apache Default Page"
# reboot
# nano /etc/sysctl.conf (Lookout for 100's of "i2c i2c-1 sendbytes" in console before log in)
    # Uncomment the following to stop low-level messages on console
kernel.print = 3 4 1 3
Cntl-O Cntl-X
# apt install mc
    Menu -> "Left -> Listing format"
    Enter User "full name:30 owner group perm space size space mtime space name"
    Menu "Options -> Panel options -> Auto Save Panels Setup" x
    F10
# nano /root/.screenrc
    "defscroll 5000"
Browser helpful: https://computingforgeeks.com/how-to-install-drupal-cms-on-ubuntu-linux/
# service mysql status ("active (running)")
# mysql_secure_installation
    VALIDATE PASSWORD no
    Enter root passwd
    Remove anonymous user yes
    Disallow root login remotely no
    Remove test databas yes
    Reload privilege tables yes
    All done exit
# mysql -u root
>UPDATE mysql.user SET plugin = 'mysql_native_password' WHERE user = 'root';
>FLUSH PRIVILEGES;
>exit;
# mysql_secure_installation
    VALIDATE PASSWORD no
    Enter root passwd
    All done exit
# mysql -u root -p (entered pwd accepted)
>REM DROP USER 'drupal'@'localhost';
>REM DROP DATABASE drupal;
>CREATE DATABASE drupal;
>CREATE USER 'drupal'@'localhost' IDENTIFIED BY 'Str0ngDrupaLP@SS';
>GRANT ALL ON drupal.* TO 'drupal'@'localhost';
>FLUSH PRIVILEGES;
>exit;
# cd /var/www
# mkdir rescuerobot
Windows Notepad++
<VirtualHost *:80>
     ServerName rescuerobot.org
     ServerAlias www.rescuerobot.org
     ServerAdmin admin@rescuerobot.org
     DocumentRoot /var/www/rescuerobot/web/

 

     CustomLog ${APACHE_LOG_DIR}/access.log combined
     ErrorLog ${APACHE_LOG_DIR}/error.log

 

      <Directory /var/www/rescuerobot/web>
            Options Indexes FollowSymLinks
            AllowOverride All
            Require all granted
            RewriteEngine on
            RewriteBase /
            RewriteCond %{REQUEST_FILENAME} !-f
            RewriteCond %{REQUEST_FILENAME} !-d
            RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
   </Directory>
</VirtualHost>
Menu -> Edit -> EOL Conversion (to Unix (LF)
Saved rescuerobot.conf to USB stick
# lsblk
# mount /dev/sdb1 /media/usb
# ls /media/usb
# cp -av /media/usb/rescuerobot.conf /etc/apache2/sites-available
# umount /media/usb
# apt install php-{cli,fpm,json,common,mysql,zip,gd,intl,mbstring,curl,xml,pear,tidy,soap,bcmath,xmlrpc}
# nano /etc/php/7.4/apache2/php.ini
    enter: memory_limit = 256M
    enter: date.timezone = Pacific/Auckland
    uncomment:    extension = openssh
            extension = curl
            extension = gd2
            extension = mbstring
    Cntl-O Cntl-X
# a2enmod rewrite
# apachectl -t
# a2dismod mpm_event
# a2enmod mpm_prefork
# a2enmod php7.4
# a2ensite rescuerobot (must copy rescuerobot.conf to sites-enabled)
# nano /etc/apache2/apache2.conf
    #Global configuration
    ServerName kgdomain.kgwebsite
# a2dissite 000-default (check sites-available and sites-enabled)
# apache2ctl configtest
# systemctl restart apache2
# mkdir /var/www/rescuerobot/web
# cp -av /media/usb/info.php /var/www/rescuerobot/web
Browser: http://192.168.2.3/info.php (Works!)
# rm -Rv /var/www/rescuerobot/*
Windows Notepad++ kginstall
Browser helpful: https://getcomposer.org/download/
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') === '756890a4488ce9024fc62c56153228907f1545c228516cbf63f885e036d37e9a59d27d63f46af1d4d07ee0f76181c7d3') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"
# cp -av /media/usb/kginstall /var/www
# cd /var/www
# ./kginstall
# mkdir bin
# cp -av composer.phar ./bin
# ./bin/composer.phar create-project drupal/recommended-project:9.2.2 rescuerobot
# ./bin/composer.phar require drush/drush
# mkdir /var/www/rescuerobot/web/sites/default/files
# chmod drwxrwxr-x files
# cp -av default.settings.php settings.php
Browser: http://192.168.2.3/core/install.php (resolve Requirements problem: e.g. File System) find small link/button at bottom of the web page "Try again"
# cd /var/www/rescuerobot
# chown -R root:www-data .
"Try again"
Install completed.

None of the above is guaranteed to be correct and complete. The mysql script has been modified to run on mysql 8. Please treat this article as a guide. Any advice or corrections would be much appreciated.
Kevin.

 


1 | 2 
Filter this topic showing only the reply marked as answer View this topic in a long page with up to 500 replies per page Create new topic





News and reviews »

Cricut Maker 4 Review
Posted 12-May-2025 15:18


Dynabook Launches Ultra-Light Portégé Z40L-N Copilot+PC with Self-Replaceable Battery
Posted 8-May-2025 14:08


Shopify Sidekick Gets a Major Reasoning Upgrade, Plus Free Image Generation
Posted 8-May-2025 14:03


Microsoft Introduces New Surface Copilot+ PCs
Posted 8-May-2025 13:56


D-Link A/NZ launches DWR-933M 4G+ LTE Cat6 Wi-Fi 6 Mobile Hotspot
Posted 8-May-2025 13:49


Synology Expands DiskStation Lineup with DS1825+ and DS1525+
Posted 8-May-2025 13:44


JBL Releases Next Generation Flip 7 and Charge 6
Posted 8-May-2025 13:41


Arlo Unveils All-New PoE Adapter With Enhanced Connectivity
Posted 8-May-2025 13:36


Fujifilm Instax Mini 41 Review
Posted 2-May-2025 10:12


Synology DS925+ Review
Posted 23-Apr-2025 15:00


Synology Announces DiskStation DS925+ and DX525 Expansion Unit
Posted 23-Apr-2025 10:34


JBL Tour Pro 3 Review
Posted 22-Apr-2025 16:56


Samsung 9100 Pro NVMe SSD Review
Posted 11-Apr-2025 13:11


Motorola Announces New Mid-tier Phones moto g05 and g15
Posted 4-Apr-2025 00:00


SoftMaker Releases Free PDF editor FreePDF 2025
Posted 3-Apr-2025 15:26









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.







Backblaze unlimited backup