My setup is a Qwest PK5000 router with a Linksys router running Tomato.

I have DMZ pointed towards my router. (The server is on the tomato router).

I tried my applications that open up sockets and Utorrent (port 6883) and I ended having to do advanced port forwarding and forward specific ports in addition to having DMZ on my router.

The problem is that I cannot connect to perforce when on another machine on the LAN or off. Any ideas? :)

Thanks!

link|improve this question

43% accept rate
feedback

2 Answers

up vote 1 down vote accepted

When you start p4d do you set the listen port (-p option) to be my_hostname:1666?

I have had this issue before when I started p4d with -p 127.0.0.1:1666.

link|improve this answer
feedback

What port is p4d running on? The default is 1666.

link|improve this answer
It's running on 1666. I can connect if I do 127.0.0.1:1666 but anywhere outside of the local loopback and it times out. – bobber205 Jun 3 '10 at 20:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.