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.
Inbound is working fine. I want to give the laddr a designated fixed gaddr for outbound smtp.Current static and related config as follows:static (inside,outside) tcp <gaddr> smtp <laddr> smtp netmask 255.255.255.255 0 0access-list 110 permit tcp hos...
These are the settings for POP3 access. However, when I do a 'sh xlate' the global address is incorrect. When the workstation sends smtp, a different global ip is used other than what I assigned statically. What gives??access-list permits tcp host...
I have basic configurations on my PIX515 v6.2 that works fine for LAN. I'm considering seting up remote storage. I have a server at home that will become the target server, and source servers are in the office behind a firewall. I'm not sure were ...
I want to control outbound ftp on the inside interface of my firewall.So, I submitted the following command:access-list 111 permit tcp host <host ip> any eq ftpaccess-list 111 deny tcp any any eq ftpaccess-group 111 in interface insideHowever, I can ...
I currently have two Pix 515 firewalls (v4.4 and v6.2). I want to upgrade the v4.4, but am unable to download the software from Cisco. Every time I try to download using the "download pix software" link, it times out.I already setup a tftp server an...
When going from the laddr to gaddr to faddr, I want the gaddr to be static. So that the faddr will identify and accept email coming only from our gaddr. That's why the gaddr needs to be static for the laddr sending the mail.access-list 111 permit t...
That is what I thought. I already have nat and global setup as follows:global (outside) 1 x.x.x.166-x.x.x.173 netmask 255.255.255.240global (outside) 1 x.x.x.174 netmask 255.255.255.240nat (inside) 1 x.x.x.0 255.255.255.0 0 0But how do I tell the pi...
I have something very similar to the following. Do I still have to submit workaround with nat(inside) 20 and global(outside) of ??global (outside) 1 50.50.50.163-50.50.50.173 netmask 255.255.255.240nat (inside) 1 192.168.1.0 255.255.255.0 0 0static...
Yes, that is worth mentioning. My access-list commands are as follows for inside interface:access-list 111 permit tcp host any eq smtpaccess-list 111 deny tcp any any eq smtpaccess-list 111 permit ip any anyaccess-list 111 permit tcp host any eq h...
These are access-list commands on the inside interface:access-list 111 permit tcp host any eq smtpaccess-list 111 deny tcp any any eq smtpaccess-list 111 permit ip any anyaccess-list 111 permit tcp host any eq httpsaccess-list 111 permit tcp host ...