PDA

View Full Version : ShowEQ works but have to restart each time I zone.



tmtim
05-28-2018, 07:52 PM
Hi,
I got showeq compiled and running on a raspberry pi 3 and I'm using a modified firmware linksys router(tomato).
on the router i set

iptables -A PREROUTING -t mangle -s 192.168.0.125 -j ROUTE --gw 192.168.0.1 --tee on the router (it's running linux)

and it mirrored the traffic from what I can tell. Showeq works i see mobs running and spawn timers going. It's perfect!
The only problem is when i zone it says "busy zoning" and loads the map but it never reconnects and starts showing mobs.
If i restart showeq in the middle of zoning it will load up with the next zone fine. That's what i'm doing for now.

If i don't restart showeq in the middle of zoning I will have to camp out of everquest and back in and then it will populate again.

Any ideas? I love showeq and Linux, I want to get this functioning perfectly even if it means I need to buy a hub instead of using my modified firmware router which is pretty awesome too.

Thanks!
tmTim

BlueAdept
05-29-2018, 09:21 AM
I haven't tried to do it that way. I have my pi set up as the gateway.

I need a bit more information. The EQ machine, is it hard wired or wireless?

tmtim
05-29-2018, 10:53 PM
I haven't tried to do it that way. I have my pi set up as the gateway.

I need a bit more information. The EQ machine, is it hard wired or wireless?


It's working now I had to do different rules in my tomato router.
Here is what got it working with zoning too.
modprobe ipt_ROUTE
iptables -I PREROUTING -t mangle -j ROUTE --gw 192.168.0.125 --tee
iptables -I POSTROUTING -t mangle -j ROUTE --gw 192.168.0.125 --tee

192.168.0.125 is my showeq raspberry pi.