Displaying 1 result from an estimated 1 matches for "exactsteps".
2015 Feb 25
2
icecast and proxy
On 02/25/2015 11:07 AM, Rafael Gomes wrote:
> I use iptables to either redirect the port packages
>
> iptables -A PREROUTING -t nat -p tcp -d 192.168.2.32 --dport 80 -j
> REDIRECT --to-port 8000
I do NOT recommend this. This tends to break in obscure ways, just as
reverse-proxies.
Icecast will happily listen on port 80 directly.
There are people who claim that it isn't possible,