If you're trying to allow inbound connections to the Barracuda via the PIX, the configuration commands are as follows:
access-list outside_in permit tcp 8000 interface outside eq 8000
static (inside,outside) tcp interface 8000 x.x.x.x 8000 netmask 255.255.255.255
Replace outside_in with the name of the access list assigned to the outside interface and x.x.x.x with the inside IP address of the Barracuda.
This assumes that you're trying to forward port 8000/tcp *inbound* from the outside interface address of the PIX. If you need help with *outbound* port 8000/tcp rather than inbound or you're trying to forward via a different outside IP address, please let me know.
Main Topics
Browse All Topics





by: ikalmarPosted on 2009-10-18 at 14:28:12ID: 25601512
could you show me the config?