my server is running debian linux, and i want to forward a port to a pc on my local network so i can host a game. i tried using redir and rinetd, but neither of the work..well...i think they might actually forward the port, but the game still doesn't. i used
Code:
redir --lport=23400 --cport=23400 --caddr=192.168.1.106 --laddr=68.34.230.12
rinetd 0.0.0.0 23400 192.168.1.106 23400
as i said, the game still doesnt work, but my friends can forward that port with their routers, and it works for them...they select "both" ofr the protocols (TCP and UDP)....any ideas? (yes, im sure the only port is 23400...)