cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
936
Views
0
Helpful
4
Replies

Cisco 2811 Rouer: Can NOT send email from Microsoft Outlook

dmitrinik
Level 1
Level 1

Hello everyone,

I just passed my CCNA exam, and now I am trying to setup Cisco 2811 Router at my office.

I have completed simple configuration on the router, and I am able to go online.

But, I am having one problem now. I can not send email from outlook.

I have tried searching google for the answer and I could not find anything.

Does anyone know what I'm missing here?

Thank you very much.

Here is my configuration:

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname Router

!

boot-start-marker

boot-end-marker

!

enable secret 5 $1$cK1/$uOT3NotY.eGmzh0vy0W1.0

!

no aaa new-model

!

resource policy

!

no network-clock-participate wic 0

ip subnet-zero

!

!

ip cef

no ip dhcp use vrf connected

ip dhcp excluded-address 192.168.1.1 192.168.1.99

ip dhcp excluded-address 192.168.1.111

!

ip dhcp pool iMarket

   network 192.168.1.0 255.255.255.0

   dns-server 167.206.112.138 167.206.7.4

   default-router 192.168.1.1

!

ip dhcp pool Dmitri

   host 192.168.1.2 255.255.255.0

   client-identifier 0100.23ae.7d03.cb

   default-router 192.168.1.1

   dns-server 167.206.112.138

!

ip dhcp pool 1815dn

   host 192.168.1.111 255.255.255.0

   client-identifier 0100.1599.2ce0.d5

!

ip dhcp pool 1700

   host 192.168.1.78 255.255.255.0

   client-identifier 0100.1599.2ce0.d5

!

!

no ip domain lookup

!        

voice-card 0

no dspfarm

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

controller T1 0/0/0

framing esf

linecode b8zs

!

controller T1 0/0/1

framing esf

linecode b8zs

!

!

!

interface FastEthernet0/0

ip address ##.##.25.22 255.255.255.248

ip nat outside

duplex auto

speed auto

!

interface FastEthernet0/1

ip address 192.168.1.1 255.255.255.0

ip nat inside

duplex auto

speed auto

!

ip classless

ip route 0.0.0.0 0.0.0.0 FastEthernet0/0

!

!

ip http server

no ip http secure-server

ip nat inside source list 1 interface FastEthernet0/0 overload

ip nat inside source static 192.168.1.2 ##.##.25.21

!

access-list 1 permit 192.168.1.0 0.0.0.255

!

!

!

control-plane

!

!

!

!

!

!

!

!

!

line con 0

line aux 0

line vty 0 4

password #########

login

!

scheduler allocate 20000 1000

!

end

1 Accepted Solution

Accepted Solutions

paolo bevilacqua
Hall of Fame
Hall of Fame

Remove this shame:

ip route 0.0.0.0 0.0.0.0 FastEthernet0/0

And configure the actual default GW address instead.

View solution in original post

4 Replies 4

cadet alain
VIP Alumni
VIP Alumni

Hi,

Is the outlook server the IP you statically natted?

Regards.

Alain.

Don't forget to rate helpful posts.

Alain,

My Outlook is sending mails via SMTP (25) and with out any SSL.

Can you please let me what NAT config do I need to make it work?

Thank you.

paolo bevilacqua
Hall of Fame
Hall of Fame

Remove this shame:

ip route 0.0.0.0 0.0.0.0 FastEthernet0/0

And configure the actual default GW address instead.

Thanks.

Works great now.

Review Cisco Networking products for a $25 gift card