View Single Post
  #8   (View Single Post)  
Old 9th September 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

Do I understand the curl failure's topology to be:
Code:
 [Router]
     |
[network with both the sending and receiving servers]
If so, then your problem is not PF, nor is it the router, its that your two boxes are addressed incorrectly.

In order to communicate via IP on the same network, they must have addresses in the same IP subnet.

e.g.: If the receiving box at 192.168.0.200 is using the netmash 255.255.255.0, also known as a /24 block, then the sending box needs to have an address in the same block, somewhere between 192.168.0.1 and 192.168.0.254. If a different netmask is used, the range of addresses in the subnet will expand or contract accordingly.

If I've misunderstood, please clarify your topology and addressing, which are guesses, since you haven't articulated it clearly.
Reply With Quote