Toggle navigation
Koozali.org: home of the SME Server
Community
Forums
Bugs
Lists
Forum Help
Download
SME Server ISOs
Contribs
Documentation
Manual
Wiki
FAQ
HowTo
Donate
Search
Login
Register
Login
Register
×
Close
Login
Remember me
Koozali.org: home of the SME Server
Legacy Forums
Experienced User Forum
Topic:
Open port 3306 for single external IP
« previous
next »
+
Print
Pages: [
1
]
Go Down
Open port 3306 for single external IP
1 Replies
521 Views
Ewald van Gemert
Open port 3306 for single external IP
«
on:
September 23, 2003, 03:04:27 PM »
In the masq file there is this rule:
/sbin/ipchains --append input -p tcp -y -s 0/0 -d $OUTERNET 3306 -j denylog
What do i need to change/append to make the MySQL db accessable from 1 external IP adrress (eg. 213.213.213.213 )
Logged
Curly
Re: Open port 3306 for single external IP
«
Reply #1 on:
September 23, 2003, 08:01:05 PM »
I'd say that it should be:
/sbin/ipchains --append input -p tcp -y -s 213.213.213.213/255.255.255.255 -d $OUTERNET 3306 -j ACCEPT
Logged
+
Print
Pages: [
1
]
Go Up
« previous
next »
Koozali.org: home of the SME Server
Legacy Forums
Experienced User Forum
Topic:
Open port 3306 for single external IP