> for whatever reason I can't fathom... maybe you > hafta sneak it in on some low port on the server? If you have root access to your mud server, it is far far better to use your privileges to redirect the low port to your unprivileged mud port, rather than running the mud as a privileged user. On Linux, try: ipchains -I input -s 0/0 -d 127.0.0.1 23 -p tcp -j REDIRECT 4000 Change 127.0.0.1 with your current IP address, 23 with your privileged port, and 4000 with the real port your mud is currently running. This is the same trick used to create a transparent proxy. I couldn't remember how to do this on that other OS. Regards, -- Juliano Ravasi Ferraz <jferraz@linkway.com.br> Linux User #164664 Same to you and whatever you meant by that! -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | | Newbie List: http://groups.yahoo.com/group/circle-newbies/ | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/25/03 PDT