On 04/29/2013 08:33 AM, Fred Gleason wrote: > On Apr 25, 2013, at 15:42 56, Andy Brown wrote: > >> subject pretty much says it all. I need to connect to MySSQL running on >> an alternative port. I tried in /etc/rd.conf by using the colon, but >> this didn't connect. Is there a way of doing this? > > Not at present.
Through iptables? Something like: iptables -t nat -A PREROUTING -p tcp --dport 3306 \ -j REDIRECT --to-port 5526 _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
