Community discussions

MikroTik App
 
ldvaden
Member Candidate
Member Candidate
Topic Author
Posts: 201
Joined: Sun Oct 30, 2005 8:27 pm
Location: North Texas

Winbox: Could not fetch index from a.b.c.d (port 80): Moved

Sat Sep 20, 2008 10:41 pm

When connecting, Winbox errors with:

Could not fetch index from a.b.c.d (port 80): Moved Permanently

What does this mean and what is the resolution?

Kind regards/ldv
 
illuder
just joined
Posts: 16
Joined: Sat Aug 14, 2010 10:26 pm

Re: Winbox: Could not fetch index from a.b.c.d (port 80): Mo

Tue Aug 17, 2010 6:33 pm

*bump*
anyone?
i'm having same problem after forwarding a port eth0 (public internet) to eth1 (mikrotik)


port forward to wireless
echo "1" > /proc/sys/net/ipv4/ip_forward
iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 8291 -j DNAT --to 10.0.1.254:8291
iptables -A FORWARD -p tcp --dport 8291 -d 10.0.1.254 -j ACCEPT
iptables -A FORWARD -p tcp --sport 8291 -d 10.0.1.254 -j ACCEPT
 
fewi
Forum Guru
Forum Guru
Posts: 7717
Joined: Tue Aug 11, 2009 3:19 am

Re: Winbox: Could not fetch index from a.b.c.d (port 80): Mo

Tue Aug 17, 2010 6:38 pm

http://forum.mikrotik.com/viewtopic.php?f=2&t=24311

Did you try the fixes discussed in that thread?

Who is online

Users browsing this forum: Bing [Bot], chechito, leviself56, Pinacolada88 and 56 guests