PDA

View Full Version : netcat usage



kartabosh
May 2nd, 2011, 07:22 PM
can anyone help me set up connections using netcat?
the server terminal has nc -l -p 1234
the client teminal connects using nc localhost 1234
if i type it like that the connection is established
however if instead of localhost i insert my ip address it won't work anymore (i opened port 1234 in my router)
what do i have to do to make the connection work even with my global ip