View Single Post
  #5   (View Single Post)  
Old 13th February 2009
anomie's Avatar
anomie anomie is offline
Local
 
Join Date: Apr 2008
Location: Texas
Posts: 445
Default

Odd. That all looks fine.

Quote:
Originally Posted by goertzenator
The second packet is a SYN-ACK. On my browser I have to scroll the bar to the right a bit to see the ACK, I bet yours is the same.
Whoops, I missed it. You are right.

OK, so next let's try to eliminate apache from the equation. Shut down apache in the jail, and then within the jail run: # nc -l -p 80

Then from your workstation (i.e. same workstation that you are testing with a web browser), run: % nc jail.ip.here 80

Does that connect? If so, start typing text in the workstation terminal. That text should be echoed to the listening nc server within the jail. All that work or not?
__________________
Kill your t.v.
Reply With Quote