Trying to pass client application through Raptor 6.5.2
Inside application server answers requests on port 4222.
Client sends request to RaptorIP on port 4222, client required to log onto application server.
Procedure taken:
Created host Network Entity for application server (Internal IP).
Created host Network Entity for client static IP (External IP).
Created new TCP protocol on Raptor using port 4222 as destination and source port as 1024-65535.
Created rules on Raptor:
#1 Allow In:
Connection in via external nic from client entity.
Destined for appserver entity out via internal nic.
Services - TCP protocol created above.
#2 Allow Out:
Connection in via internal nic from appserver entity.
Destined for client entity out via external nic.
Services - TCP protocol created above.
Errors:
I recieve the error "Server closed connection".
I can't tell if raptor closed the connection or the application closed the connection.
Raptor log file reads:
Mar 01 13:48:37.793 fireout tcp-gsp[137]: 344 4222/tcp: Non-transparent call from 200.40.30.20
Mar 01 13:48:37.793 fireout tcp-gsp[137]: 121 Statistics: duration=0.16 id=l8mj1 src=200.40.30.20/1052 proto=4222/tcp (Attempt to connect to firewall directly)
Can anyone see what the problem is?
Is the /1052 the port on the client which the request was made from?
Any help would be appcreciated.
Inside application server answers requests on port 4222.
Client sends request to RaptorIP on port 4222, client required to log onto application server.
Procedure taken:
Created host Network Entity for application server (Internal IP).
Created host Network Entity for client static IP (External IP).
Created new TCP protocol on Raptor using port 4222 as destination and source port as 1024-65535.
Created rules on Raptor:
#1 Allow In:
Connection in via external nic from client entity.
Destined for appserver entity out via internal nic.
Services - TCP protocol created above.
#2 Allow Out:
Connection in via internal nic from appserver entity.
Destined for client entity out via external nic.
Services - TCP protocol created above.
Errors:
I recieve the error "Server closed connection".
I can't tell if raptor closed the connection or the application closed the connection.
Raptor log file reads:
Mar 01 13:48:37.793 fireout tcp-gsp[137]: 344 4222/tcp: Non-transparent call from 200.40.30.20
Mar 01 13:48:37.793 fireout tcp-gsp[137]: 121 Statistics: duration=0.16 id=l8mj1 src=200.40.30.20/1052 proto=4222/tcp (Attempt to connect to firewall directly)
Can anyone see what the problem is?
Is the /1052 the port on the client which the request was made from?
Any help would be appcreciated.