Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We have a CISCO pix 515e firewall which we need to configure to allow access to our internal servers.We have an FTP server on an IBM server - the firewall already allows access to this.Now we are going to use a NAS storage unit (storageflex) which wi...
Firewall: Cisco pix 515e (6.3 software)I have installed MDaemon on a server with internal ip of 192.168.0.39. The webmail service runs on port 3000 of this server.Now, people inside the network can connect to the webmail service using http://192.168...
We have a CISCO pix 515e firewall. I have installed MDaemon on an internal machine with ip 192.168.0.39The webmail feature of Mdaemon is on port 3000, hence 192.168.0.39:3000Our public ip is 80.227.104.242I have setup a url (http://mmgwebmail.mmg-me....
I will be installing MDaemon soon at work and one of MDaemon's tech people told me that CISCO firewalls (we have a pix 515e) have an option called SMTP Fix.This option causes SMTP problems.How can I disable this option?Our pix 515e firewall has PIX V...
All our users internally connect to the internet through the pix 515e firewall. I've setup a ftp server on ip 192.168.0.49 and already configured the PIX for access. Users inside the office use the ip of 192.168.0.49 for access to the ftp site while ...
1. Not our ISP but our webspace provider. In our webspace control panel, I configured a subdomain and redirected it to http:\\aaa.bbb.com:3000From anywhere outside our office (which is behind a cisco firewall), I can connect to the webmail using the ...
Mhoda:Your alias command worked. I double checked it with a user over at www.expert-exchange.com and it is the right one:http://www.experts-exchange.com/Security/Firewalls/Q_20885991.htmlThanks for all your help.CD
Hi Mynul,I replaced the static statement with this:static (inside,outside) tcp 80.227.104.242 ftp 192.168.0.49 ftp dns netmask 255.255.255.255 0 0 Still I cannot connect from within the office to the ftp ip of 80.227.104.242.
Also does it matter if the 0 0 is not there at the endstatic (inside,outside) tcp 80.227.104.242 ftp 192.168.0.49 ftp dns netmask 255.255.255.0 compared to my originalstatic (inside,outside) tcp 80.227.104.242 ftp 192.168.0.49 ftp netmask 255.255.25...