Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||||||||
|
Posted by siik on May 20, 2008, 12:51 am
Please log in for more thread options I have a Windows Server for SBS, and a cisco 837 router. I need to setup POP3 email access for my boss, and from my understanding the SBS includes support for this out of the box. I can see in the server management that POP3 access is enabled. I have no formal cisco training, but i have had a look at the cisco config. I beleive i should be forwarding incoming traffic on port 110 from my external IP to my internal server's IP. I can see in my cisco config i have the line: ip nat inside source static tcp 192.168.1.5 110 203.153.229.11 110 extendable which i beleive forwards tcp port 110 traffic to the server. I also have a section in the cisco config which permits mail: ip access-list extended ACL-Outside .... remark *** Permits Mail *** remark permit tcp any host 203.153.229.11 eq smtp permit tcp any host 203.153.229.11 eq www permit tcp any host 203.153.229.11 eq 443 but i beleive i have to add the next line: permit tcp any host 203.153.229.11 eq pop3 Could anyone help? Will adding the above line allow pop3 mail traffic through to my server for processing? If so, how exactly do i add this to the cisco config? I know i can enter 'enable' at the terminal to show the configuration details, and also enter 'configure (...something??)' at the terminal to configure the access list, so what should be the commands i enter to add the permit tcp any host x.x.x.x eq pop3 to the cisco configuration? Thanks in advance Simon | ||||||||||||||||
|
Posted by News Reader on May 20, 2008, 9:49 am
Please log in for more thread options Your original post on May 14th was responded to. Perhaps you should refer to the response. Best Regards, News Reader | ||||||||||||||||
|
Posted by siik on May 20, 2008, 9:53 pm
Please log in for more thread options > siik wrote:
> > Hi,
>
> > I have a Windows Server for SBS, and a cisco 837 router. I need to
> > setup POP3 email access for my boss, and from my understanding the SBS > > includes support for this out of the box. I can see in the server > > management that POP3 access is enabled. >
> > I have no formal cisco training, but i have had a look at the cisco
> > config. I beleive i should be forwarding incoming traffic on port 110 > > from my external IP to my internal server's IP. >
> > I can see in my cisco config i have the line:
>
> > ip nat inside source static tcp 192.168.1.5 110 203.153.229.11 110
> > extendable >
> > which i beleive forwards tcp port 110 traffic to the server.
>
> > I also have a section in the cisco config which permits mail:
>
> > ip access-list extended ACL-Outside
> > .... > > =A0remark *** Permits Mail *** > > =A0remark > > =A0permit tcp any host 203.153.229.11 eq smtp > > =A0permit tcp any host 203.153.229.11 eq www > > =A0permit tcp any host 203.153.229.11 eq 443 >
> > but i beleive i have to add the next line:
>
> > permit tcp any host 203.153.229.11 eq pop3
>
> > Could anyone help? Will adding the above line allow pop3 mail traffic
> > through to my server for processing? If so, how exactly do i add this > > to the cisco config? I know i can enter 'enable' at the terminal to > > show the configuration details, and also enter 'configure > > (...something??)' at the terminal to configure the access list, so > > what should be the commands i enter to add the permit tcp any host > > x.x.x.x eq pop3 to the cisco configuration? >
> > Thanks in advance
> > Simon >
> Your original post on May 14th was responded to. Perhaps you should > refer to the response. > > Best Regards, > News Reader That message list was deleted, and due to unforeseen circumstances can no longer be recovered. Apologies. Any help is still appreciated | ||||||||||||||||
| Similar Threads | Posted |
| Cisco POP3 forwarding | May 20, 2008, 12:51 am |
| PIX 501 static route for POP3 | February 21, 2006, 4:17 pm |
| URL Forwarding possible with the Cisco Pix? | September 21, 2005, 10:26 am |
| Cisco 827 protocol forwarding | July 23, 2005, 3:21 pm |
| Port Forwarding with Cisco 871?? | September 25, 2005, 12:58 pm |
| cisco pix 515 port forwarding - NOT possible? hard to believe.. | July 27, 2005, 12:23 am |
| Forwarding of Multicast in Cisco 3750 | August 25, 2005, 1:42 pm |
| Cisco 871 router port forwarding | July 12, 2006, 8:41 pm |
| Cisco PIX 501 port forwarding trouble | September 24, 2006, 10:32 am |
| Re: Forwarding Ports through a Cisco ASA 5505 | February 1, 2007, 12:37 pm |
| port mapping or forwarding on Cisco Pix 506E | August 5, 2005, 1:30 pm |
| Port forwarding from cisco 2600 to ASA-5510 | July 20, 2006, 10:23 am |
| Port Forwarding / VPN Pass-Thru on a Cisco 2800 | August 30, 2006, 3:20 pm |
| Cisco 2600 + DSL + Cable -> Failover and port forwarding | July 2, 2008, 12:47 am |
| vpn forwarding | January 26, 2006, 2:48 am |

Cisco POP3 forwarding
Yahoo!
Windows Live
del.icio.us
digg
Netscape 





>
> I have a Windows Server for SBS, and a cisco 837 router. I need to
> setup POP3 email access for my boss, and from my understanding the SBS
> includes support for this out of the box. I can see in the server
> management that POP3 access is enabled.
>
> I have no formal cisco training, but i have had a look at the cisco
> config. I beleive i should be forwarding incoming traffic on port 110
> from my external IP to my internal server's IP.
>
> I can see in my cisco config i have the line:
>
> ip nat inside source static tcp 192.168.1.5 110 203.153.229.11 110
> extendable
>
> which i beleive forwards tcp port 110 traffic to the server.
>
> I also have a section in the cisco config which permits mail:
>
> ip access-list extended ACL-Outside
> ....
> remark *** Permits Mail ***
> remark
> permit tcp any host 203.153.229.11 eq smtp
> permit tcp any host 203.153.229.11 eq www
> permit tcp any host 203.153.229.11 eq 443
>
> but i beleive i have to add the next line:
>
> permit tcp any host 203.153.229.11 eq pop3
>
> Could anyone help? Will adding the above line allow pop3 mail traffic
> through to my server for processing? If so, how exactly do i add this
> to the cisco config? I know i can enter 'enable' at the terminal to
> show the configuration details, and also enter 'configure
> (...something??)' at the terminal to configure the access list, so
> what should be the commands i enter to add the permit tcp any host
> x.x.x.x eq pop3 to the cisco configuration?
>
> Thanks in advance
> Simon
>
>