Added Magnus as user to the common and Magnus' SQL databases, requiring SSL for non-local accesses.
Set up interfaces on cirrus like so (in /etc/network/interfaces):
# The primary network interface
auto eth0 eth0:1
iface eth0 inet staticAfter ifup eth0:1, I can ping the intranetaddress, but it does not show up in the routing table.
address 192.168.6.205
gateway 192.168.6.1
netmask 255.255.255.0
#iface eth0 inet dhcp
# Have a second IP address on eth0, to give the intraweb DNS a separate
# IP from the internet DNS server.
iface eth0:1 inet static
address 192.168.6.206
netmask 255.255.255.255
Created /etc/mydns-lan.conf. Updated both conf files to listen on different addresses.
Should set up cumulus to be a replication slave for cirrus database on port 3308.
Asked Mårten to forward ports 3306-3309 to cirrus.
Setting up my phpMyAdmin to access Mårten's master database.
No comments:
Post a Comment