Thursday, November 20, 2008

Novell iManager Port 80 and 443 on Linux

As we all should know sadly you can not run iManager on port 80 or 433 due to Linux permissions design.

A quick way to get around this is to use iptables like this:

iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080

iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-port 8443

Now you can access you iManager server using https://servername/nps

No comments:

Followers