Redirect from 8080 to 80 not working after 6.1 update

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

HTR
Posts: 3
Joined: Tue Oct 12, 2010 5:36 pm

Redirect from 8080 to 80 not working after 6.1 update

Post by HTR »

I used the web utility to update to 6.1 from 6.0 and followed the instructions in the update.txt file after. The rdir_domain in SQL is set to the correct address.

The IPtables file is:

# Generated by iptables-save v1.4.7 on Tue Oct 12 12:22:57 2010
*mangle
:PREROUTING ACCEPT [0:0]
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
COMMIT
# Completed on Tue Oct 12 12:22:57 2010
# Generated by iptables-save v1.4.7 on Tue Oct 12 12:22:57 2010
*nat
:PREROUTING ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
-A PREROUTING -i eth+ -p tcp --dport 80 -j REDIRECT --to-port 8080
COMMIT
# Completed on Tue Oct 12 12:22:57 2010
# Generated by iptables-save v1.4.7 on Tue Oct 12 12:22:57 2010
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
COMMIT

Prior to the update, I could use emm.mydomain.com in the browser from any machine on my network and access the initial page. Now I have to use emm.mydomain.com:8080 regardless of how I set the IPtables.

Thanks in advance... Any help is greatly appreciated!!
HTR
Posts: 3
Joined: Tue Oct 12, 2010 5:36 pm

Post by HTR »

In case it matters - I'm running Fedora 13
maschoff
Site Admin
Posts: 2628
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post by maschoff »

Since this is a firewall and not an OpenEMM issue I recommend to consult a Linux or Fedora forum.
OpenEMM Maintainer
Post Reply