ubuntu server blocking traffic

31 views
Skip to first unread message

Brandon Perkins

unread,
Apr 27, 2015, 7:58:21 PM4/27/15
to eve...@googlegroups.com
Originally everything was working fine, within the network at least, but recently I've been unable to connect to my evennia server.  I can still get to my default web page just fine so the server is not entirely inaccessible, but I can't get through to ports 4000 or 8000. So I THINK the server is blocking ports 8000 and 4000 even my mud server is using them and I'm not quite sure how to fix it. Networking isn't really my thing.

dhruv kumar

unread,
Apr 27, 2015, 10:17:16 PM4/27/15
to eve...@googlegroups.com
Try this:
sudo iptables -A INPUT -p tcp --dport 4000 -j ACCEPT
sudo iptables -A INPUT -p tcp --dport 8000 -j ACCEPT
> --
> --
> You received this message because you are subscribed to the "Evennia" MU*
> server mailing list.
> To post to this group, send email to eve...@googlegroups.com (or use the
> web interface).
> To unsubscribe from this group, send email to
> evennia+u...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/evennia?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Evennia" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to evennia+u...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

Brandon Perkins

unread,
Apr 27, 2015, 11:03:26 PM4/27/15
to eve...@googlegroups.com
Thanks that worked.
Reply all
Reply to author
Forward
0 new messages