Articles Comments

{ Berbagi, Menulis, Dan Mengajar } Ilmu… » 7. Operating System » xinetd untuk port forward mysql server

xinetd untuk port forward mysql server

contoh sekenario server

—-

service my-sql
{
type = UNLISTED
socket_type = stream
protocol = tcp
wait = no
user = root
bind = 0.0.0.0
port = 3307
only_from = 0.0.0.0
redirect = 192.168.11.228 3306
}

Filed under: 7. Operating System

Leave a Reply

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>