Serwer pierwszy(master):
Kod: Zaznacz cały
root@s1:~# telnet s2.domena.pl 3306
Trying s2.domena.pl...
Connected to s2.domena.pl.
Kod: Zaznacz cały
root@s2:~# telnet s1.domena.pl 3306
Trying s1.domena.pl...
telnet: Unable to connect to remote host: Connection timed out
Kod: Zaznacz cały
starter@localhost:~$ telnet s2.domena.pl 3306
Trying s2.domena.pl...
Connected to s2.domena.pl.
Kod: Zaznacz cały
starter@localhost:~$ telnet s1.domena.pl 3306
Trying s1.domena.pl...
Connected to s1.domena.pl.
Kod: Zaznacz cały
root@s1:~# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Kod: Zaznacz cały
root@s2:~# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Pozdrawiam, Starter.