Van afstand verbinden met Mysql Database
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- geheim.ip.1 anywhere
ACCEPT all -- geheim.ip.2 anywhere
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:smtp
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:http
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:imap
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:https
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:submission
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:41160
Chain FORWARD (policy DROP)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere
target prot opt source destination
ACCEPT all -- geheim.ip.1 anywhere
ACCEPT all -- geheim.ip.2 anywhere
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:smtp
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:http
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:imap
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:https
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:submission
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:41160
Chain FORWARD (policy DROP)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere
Gewijzigd op 27/08/2012 20:13:40 door John Berg
Toevoeging op 27/08/2012 21:30:23:
Ger van Steenderen op 27/08/2012 19:22:27:
In het geval van TS:
Maar eerst de tcp/ip verbinding in orde zien te krijgen.
Gebruik telnet 3306 en/of portscan
Gewijzigd op 27/08/2012 21:31:40 door Aad B
Je hebt natuurlijk helemaal gelijk.
<melig aan>
root@siteserver:~# telnet localhost 3306
-bash: telnet: command not found
root@siteserver:~#
</melig uit>
Gewijzigd op 27/08/2012 21:49:53 door John Berg
Wat wel gek is, is dat het nu lijkt alsof er maar 1 persoon extern ingelogd kan zijn: als er niemand ingelogd is, kan ik gewoon connecten met de database. Is er al iemand anders (recent) verbonden, dan krijg ik "access denied"...
@Wouter: welk error nummer krijg je?
@John 1045
Misschien dit eens proberen:
n.b. als het straks allemaal werkt, niet vergeten om de toegang tot 1 IP of subnet te beperken.