CISCO 831 E-mail Problem

Hi, I'm rather new to working with a Cisco equipment. Just switched to it from a Netgear a month ago. Got a weird problem with my Cisco 831 Router at the moment.
To send e-mail I need to log into my outgoing SMTP server. But since I install the 831 it just refuses to work. When you hit send it is immediately bounced back from "System Administrator" saying "Authentication Required". If I use a SMTP server that doesn't require authentication it works fine.
Before with the netgear it worked and I've tried putting it back in since the 831 was installed. And it still works placing the blame on the 831.
Anyone came across anything like this?
Any ideas?
Thanks,
Peter

Hi,
Thanks for your reply.
Hopefully this is what your after.
Building configuration...
Current configuration : 4650 bytes
version 12.3
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
hostname admin
no logging buffered
enable secret xxxx.
username xxx password xxx
username xxx password xxx
username xxx password xxxx
no aaa new-model
ip subnet-zero
ip name-server 62.31.64.39
ip name-server 62.31.112.39
ip dhcp excluded-address 192.168.168.1
ip dhcp excluded-address 192.168.168.168
ip dhcp excluded-address 192.168.168.101
ip dhcp pool CLIENT
import all
network 192.168.168.0 255.255.255.0
default-router 192.168.168.1
lease 0 2
ip inspect name myfw cuseeme timeout 3600
ip inspect name myfw ftp timeout 3600
ip inspect name myfw rcmd timeout 3600
ip inspect name myfw realaudio timeout 3600
ip inspect name myfw smtp timeout 3600
ip inspect name myfw tftp timeout 30
ip inspect name myfw udp timeout 15
ip inspect name myfw tcp timeout 3600
ip inspect name myfw h323 timeout 3600
ip audit notify log
ip audit po max-events 100
no ftp-server write-enable
interface Ethernet0
description CRWS Generated text. Please do not delete this:192.168.168.1-255.255.255.0
ip address 192.168.168.1 255.255.255.0 secondary
ip address 10.10.10.1 255.255.255.0
ip nat inside
no cdp enable
hold-queue 32 in
interface Ethernet1
ip address dhcp client-id Ethernet1
ip access-group 111 in
ip nat outside
ip inspect myfw out
duplex auto
no cdp enable
interface FastEthernet1
no ip address
duplex auto
speed auto
interface FastEthernet2
no ip address
duplex auto
speed auto
interface FastEthernet3
no ip address
duplex auto
speed auto
interface FastEthernet4
no ip address
duplex auto
speed auto
ip nat inside source list 102 interface Ethernet1 overload
ip nat inside source static tcp 192.168.168.168 5900 interface Ethernet1 5900
ip nat inside source static tcp 192.168.168.168 80 interface Ethernet1 80
ip nat inside source static tcp 192.168.168.168 21 interface Ethernet1 21
ip classless
ip http server
no ip http secure-server
access-list 23 permit 192.168.168.0 0.0.0.255
access-list 23 permit 10.10.10.0 0.0.0.255
access-list 102 permit ip 192.168.168.0 0.0.0.255 any
access-list 111 permit tcp any any eq ftp
access-list 111 permit tcp any any eq www
access-list 111 permit tcp any any eq 5900
access-list 111 permit icmp any any administratively-prohibited
access-list 111 permit icmp any any echo
access-list 111 permit icmp any any echo-reply
access-list 111 permit icmp any any packet-too-big
access-list 111 permit icmp any any time-exceeded
access-list 111 permit icmp any any traceroute
access-list 111 permit icmp any any unreachable
access-list 111 permit udp any eq bootps any eq bootpc
access-list 111 permit udp any eq bootps any eq bootps
access-list 111 permit udp any eq domain any
access-list 111 permit esp any any
access-list 111 permit udp any any eq isakmp
access-list 111 permit udp any any eq 10000
access-list 111 permit tcp any any eq 1723
access-list 111 permit tcp any any eq 139
access-list 111 permit udp any any eq netbios-ns
access-list 111 permit udp any any eq netbios-dgm
access-list 111 permit gre any any
access-list 111 deny ip any any
no cdp run
line con 0
exec-timeout 120 0
no modem enable
stopbits 1
line aux 0
line vty 0 4
access-class 23 in
exec-timeout 120 0
login local
length 0
scheduler max-task-time 5000
end

Similar Messages

  • Uploading Cfg file to Cisco 831

    Really new here to Cisco. Our netwok administrator was let go and I am running the show now but am having a problem with uploading a config file to our Cisco 831 which is acting as a firewall to a T1 line. I am so newbie to Cisco so bear with me please! Our router was reset to defaults(yea, I know) and of course the config file was lost on the router but... I did find these files saved on one of our file servers. in a folder TFTP-Root
    c831-k9o3y6-mz.123-2.XC2.bin
    startup-config
    cisco831-config
    I can see the files were backed up and on this server there is a TFTP server that has been ran. Here are my questions.
    1. To get the router back to where it was with these files, which ones do I need to upload?
    2. Do I need to upload a boot file and config file or just one or the other?
    3. I did try to upload the startup-config file using telnet and got as far as the TFTP program trying to load it to the Cisco but an error came up about the security range for the TFTP didnt include 10.10.10.1??? The wierd thing is the TFTP server is 192.168.1.10 and the Cisco is 192.168.1.252. I can ping the Cisco but I cannot figure out why the Cisco is sending to the TFTP server that its IP is 10.10.10.1.
    I appreciate any help since right now our office netork has no email till I reset this.
    Thanks
    Jim

    Jim
    I do not think it is a stupid question. When you post to a public forum like this, all kinds of people will see what you post. It is wise to want to protect yourself.
    I would suggest that as a starting point that you replace any passwords with "" (or some silimar string which shows us what passwords were configured but disguises the actual password).
    I would suggest that you disguise any IP addresses that are in public address space (I believe that addresses in private space do not need to be disguised). Some people post configs with the address blanked out but I find this is sometimes counter-productive. I would suggest that you change the first octet of any public address in your config, and be careful that the first octet still shows whether this was class A, class B or class C address space. If you disguise the first octet then if the second, third, and fourth octet are the same as your config we will not have any real idea where you are, but there are valuable indications of what subnetting is being done, and perhaps other things that may be helpful.
    I believe that it is probably sufficient to disguise any passwords and disguise any public IP addresses. If you look through your config and find other things that concern you (perhaps there are comments on interfaces about what they connect to that you do not want to become public) feel free to remove or to alter/disguise them.
    And if you are really nervous about posting config details on the forum, you can email them to me privately. My email address is available through my forum profile. Some other forum contributors also make their email addresses available through their forum profile.
    HTH
    Rick

  • Cisco 831 no netflow export packets through IPSEC

    I have cisco 831 in remote office. Remote office is connected to Central Office through IPSec tunnel. I has configured netflow export from sorce address Lan interface (inside interface) remote office to Server central office. But I did not see netflow packet in central Office at netflow server. May be somebody fixed the problem ?

    Check 'ip route-cache flow' cmd enabled on tunnel interface.
    also check this bug-id:CSCef28662.
    Try this link:
    http://www.cisco.com/en/US/tech/tk812/technologies_white_paper09186a008022bde8.shtml#wp1002626

  • Does Cisco Cloud E-mail Security Solution Support IPv6?

    For the Cisco Cloud E-mail Security Solution - does it support both inbound and outbound IPv6?  Are there any limitations?  I know the IronPort E-mail Security Appliances supports IPv6 - but specifically interested in the cloud service.
    Thanks,
    --Jim

    arkhane wrote:
    Hi.
    Does anyone could explain me about SSL/TLS?
    Here is the situation:
    E72 allows in securîty settings to select SSL/TLS. I selected it for both accessing and sending mails and I can logon to my POP and send with SMTP.  So apparently no problem.
    But I asked my internet provider if they support SSL/TLS and they told me no they does not support it....so my question is does really SSL/TLS works in my situation and my provider has no clue on security settings or SSL/TLS does not work but it has no incidence on using my mails as I said I can receive mails and send mails even if those security settings are selected...?
    Thanks if anyone could explain me this.
    Some e-mail providers like Gmail use SSL/TLS.
    http://mail.google.com/support/bin/answer.py?answer=13287
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • Upgrade install to 10.5 Mail problems solution

    Ok, I am posting this after 2 days of research why Mail behaves crazily after I installed 10.5 via update. I tried archive and install as well with same Mail problems resulting.
    Now maybe this wont work for everybody, but it solved all my problems like a charm resulting in Mail working perfectly now.
    After one whole annoying day behind the forums I just thought I should post it.
    The basic problem was that my Mail didn't want to receive messages while the progress bars were just spinning infinite. Quitting Mail had to be done via Force Quite to stop it.
    First thing i noticed was that if I open "*Previous recipients*" panel I get the everlasting spinning beach ball.
    So I gathered that there must be some problem in the communication between Mail and Address Book. I backuped the Address Book database and deleted everything I could find connected with Address Book.
    Next step was going to Mail folder in my User Library where I deleted all mailboxes .plists and mails because I had some messages I couldn't delete in Mail app. I also deleted other .plist files.
    Then I reinstalled Address Book via additional install and rebooted the machine.
    Address Book now contained no addresses. I opened Mail, and bingo everything started working, opening "previous recipients" showed 0 contacts and I starter using Mail without problems.
    To finish the thing, just backup Address Book ad voila.
    Now, maybe that won't sort out everybody's problem, but it sure did mine. And I had all Mail problems described on this forum while sing Mail.
    Good luck fixing this highly annoying Leopard feature!

    Hi,
    Same thing here. All printers gone. Archive & Install 10.5 on a 2.33Ghz MBP. Cannot find my network printers. Tried everything I can think of. When I boot from my external drive (10.4.9) everything works great. Leopard also ate my company VPN and won't give it back. Any help would be welcome.

  • Many syncing and e-mail problems.

    Hi folks, lots of syncing and e-mail problems here:
    Syncing: My phone won't sync iCal (it tells me my phone is disconnected), my safari bookmarks or my email accounts. I've been through the threads here, tried resetting iSync, tried deleting calendars and resetting to 10 days instead of 30 -- still no luck. For e-mail, initially iTunes saw the e-mail accounts but did not sync theml. I tried the one-time advance settings and now it's not even seeing the accounts and still not syncing them. and for Safari, no luck with the bookmarks at all even thought the check-box is checked.
    Also, the iPhone won't receive e-mail from any of my POP accounts, even the one I set by hand (because none of the settings synced.) I used the same settings that I have on my desktop, but no luck. I use RoadRunner, so I know I can't send off it. But I went to the genius bar today and they told me to just leave the SMTP server field blank and I should be able to receive, but all I get on wi-fi and edge is a message that says, "Cannot Get Mail, the connection to the server "pop-xxxxxx etc" failed." even on my home netowrk, with five bars, it can't seem to connect. (btw, it does seem to be working properly on my .Mac account, but I don't use that account for most of my correspondence.)
    As far as the sync problems, the genius bar told me to reinstall iTunes, which I did with the new update that just came out this evening. Still no luck.
    any thoughts? bum phone? some setting I'm not catching? any help would be appreciated.
    Dave
    Quad G5   Mac OS X (10.4.2)  

    You will find the iPhone will freak out over any kind of perceived data corruption. Calendars seem to the worst for this (windows or mac)
    Test in a new user and try sending info in each direction. If it works - then your phone works fine.
    Other users have reported having to basically copy the contents of their calendars into a sticky or text edit window. delete the calendars and create brand new ones. they then just transfer the data back.

  • E71 E-Mail Key and Related Mail Problems

    Since my E71 was updated to the latest firmware (at a Nokia Service Center) around 6 months ago I have had a number of odd mail problems, which manifest themselves as follows:
    After an initial boot everything with mail and messaging works fine as expected. However at least once or twice a day the phone switches unpredictably into an odd mode with the following symptoms:
      1) E-Mail key stops responding to short or long presses.
      2) New e-mails and sms messages which arrive do not appear on the home screen as usual, though they may (or may not) appear as small icons in the top right corner of the screen.
      3) For new e-mails only the title/header is downloaded, whereas usually I have it set to automatically download the first 2 K of each message.
      4) New messages still appear as 'unread' even after reading them. Manually setting them to 'read' works, but only after a long delay.
      5) The flashing navigation key light which warns of new messages/mails gets stuck in flashing mode and will not stop until the phone is rebooted.
    Problems 1-3 occur every time, and 4&5 occasionally, but all can only be cured by rebooting the phone, after which it works fine again - for a while.
    Since I first saw this problem I have updated the firmware twice (it is currently on the latest version), but the problem persists. I wonder if anyone has seen this problem or has any idea how to fix it? It's a great irritation with an otherwise excellent phone, especially since it was all working fine when I first purchased it. Thanks for any comments or suggestions

    For anyone who is interested, I've found the answer to my own question, though not the solution to my problem. After several days playing with mail settings I noticed that when Retrieval settings > E-mail to retrieve is set to 'Headers only' or ' Msgs & attachs', there is no problem. However, if it is set to 'Size limit' with a setting of say 2K or 5K (i.e. just enough to capture the first few important paragraphs of any message) then receipt of many types of formatted mails larger than the specified size causes the mail program to crash, and the OS to switch into the odd mode described in my earlier post.
    This is particularly irritating since I travel frequently overseas in Asia where roaming GSM data use is expensive (and there are no caps or limits on roaming fees), and due to the nature of my work my e-mails typically come with long threads and large attachments. Therefore I am left with the choice between:
         A) Downloading mail headers only and waiting till I can find a WiFi connection to find out what the message actually says
         B) Downloading the whole message and paying many hundreds of dollars a month in data roaming fees
         C) Using the fixed mail size limit setting and accept that my mail program will crash several times a day and
              require the phone to be rebooted each time to restore normal functionality
    Anyway, it seem this problem is clearly due a bug with the Nokia mail software in recent builds, since it worked fine with these exact same settings for the first year I had the phone, and repeated clean re-installs of the latest firmware do not fix the problem. Therefore, if any Nokia developers are monitoring this board you can add this to your bug list, and you know where to start looking for the bad bit of code.

  • Mail problems on Yosemite

    Hi there,
    Does anybody know if anything is going to be done regarding the mail problem on Yosemite?
    this was a recurring on Maverics too...
    Since i updated to Yosemite, mail does not work well on my iMac, i cannot get my mail... but i can send mail.
    it does not seem to connect properly to my Pop account.
    my mail does work well on my iPhone and other devices.
    it was fine after the recent Yosemite update, and now it's back... and very frustrating,
    is there anyone who can help ? or anyone at Apple that is going to fix it for once and for all ?
    Thanks.

    Reinstalling OS X Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu.
    Reinstall OS X: Select Reinstall OS X and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    Also see:
    Reinstall OS X Without Erasing the Drive
    OS X Yosemite- Reinstall OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

  • Major mail problem

    i have spent 22 hrs with Apple support on line about a mail problem. I have a new Macbook Pro and I want to know if after I format the hard drive for the 4th time, reinstall Mavericks  can I generate a completely new Apple ID, and E-mail address, just abandoning the old ones. The same with I tunes just start over.

    If you generate a new ID, any purchases you have made in the App Store or iTunes and any updates to the computer will not be accessible.

  • Element v.11 & 9 Photo mail problem with MS Outlook

    Looking for a fix:  Elements v.11 has a photo mail problem with Microsoft Outlook mail, even when Outlook is designated the defaul e-mail program in Windows internet.
    Is there a fix??  Thanks.

    I just posted the same problem and so I'll join this thread, hoping to see an answer to your question.  By the way, this PSE11 feature worked fine for me with Outlook 2007, but stopped working when I upgraded to Outlook 365.

  • Minor mac e-mail problem

    Hi, using the Mac-Mini I have e-mail problem, I must shut the mail program by force if I will not hav all my e-mails all over the desk.
    Anybody there with a problem like this

    Hello,
    I don´t know what ”bootup” means, and what is holding CMD+r, or where is Option? And what is Restore partition & partion use Disk Utility !!!!! ????
    Is ”bootup” the same as restart??
    I can´t see CMD   and so on...
    Thanks any how for your answer!!!
    But I need also more explanations!!
    as you see I could not start at all
    yours ”Spanaren5”

  • "Internet Mail - Problem during delivery processing" email received

    Every email I'm receiving as of this morning is accompanied by an email from [email protected], entitled "Internet Mail - Problem during delivery processing"
    Is this an issue on the Mac server side or a problem with my Mail app?
    Many thanks in advance.

    My Wife and I both have an Ipad and an iPhone, I use an iMac and my wife a MacBook Pro.
    I have this problem with all my devices.
    My wife has NOT got this problem.
    We both use a [email protected] email acount.
    Just compared the settings:
    For "Incoming server" I have p03-imap.mail.me.com
    My Wife has p02-imap.mail.me.com .... and has not got this problem.
    I have setup a new rule for incoming mails (for the meantime):
    move all incoming emails from [email protected] to trash and delete it.
    Works fine for now,......until APPLE deals with the problem.
    Message was edited by: RTONLINE

  • Mailing Problem in Reports Writer 3.0 (URGENT)

    Hello,
    I 'm facing mailing problem in Reports Writer 3.0.
    All Reports files (.rep) are stored on NT Server(in a particular
    dir) and I have full permission (on that dir).
    After running the report, when I try to send mail then it gives
    the following error
    REP-4203: Error occurred while sending a mail message.
    REP-4221: Cannot access attachment file.
    So pls. suggest me.
    Thanks
    PSR
    null

    This is the wrong forum for reports issues - particularly for such an old version :-) However, you'll have to write a user exit to do that kind of stuff. And no don't ask me how, it was all too long ago, but there should be a section on that in your manual.

  • More and more mail problems

    What a disaster. I've written about my mail problems before with mail before and I know what I managed to do this time is my fault, its something "I" don't understand about mail. But man am I screwed.
    I use my imac 98% of the time and I get 100% of my email on it (mobileme, concast, gmail). All works fine.
    A week ago I have an emergency appendix surgery and am doing rather poorly so I'm in bed on my macbook air. I need to get my email on that computer. I enable the email accounts so I can get all my "new" mail. Ugh, it starts syncing and bingo 2 weeks worth of mail on my imac is gone. No where to be found. Tons of work mail, important mail, lordy this is a mess.
    I know it had something to do with syncing.. the only account that is imap is my mobileme but I lost a ton of mail in that and its not on either computer or on the mobile me page either. It's just gone. And so is the gmail on the imac and again that isn't imap its a pop account and it was mail that was not in my inbox, I had received it weeks ago and put it in other mail boxes I created (like the work folder). And it just is all gone.
    IF anyone can shed some light on what I did and how to avoid this, I'd love that. Should I have just gone to the websites to check the mail (gmail site, comcast.net, mobileme site?)
    I am really in trouble with this email thing I lost stuff that I can't recreate. What a huge huge mess.
    thanks for any insight,
    Susan

    The issue....just resolved itself! I have not a clue how this happened...

  • How do I fix out going mail problem because of bleeding heart

    My internet mail provider patched their servers  due to Bleeding heart and I can no longer send mail from my computer. I followed their instructions and am still not able to send mail. They say I have to speak to Apple- its an Apple mail problem. 1st the message was the certificate was not valid, now i just get a message that I can't connect to the server.

    Try deleting the old email account and adding it again.
    It is also worth remembering that the heartbleed bug also will cause certificate authorities to revoke their own certificates which guarantee the validity of any server certificates. This can cause Mail to throw errors.
    If this is the case, try waiting it out for a few days, and if you are desperate, you should just be able to mark the certificate as trusted when the certificate error occurs

Maybe you are looking for

  • How to see our  Credit balance in Itunes store?

    I received  a $$ to use on Itunes store  but i can't see   balance  for my purchase.

  • How do you close the stock chart but not the stock widget ?

    I have clicked on a stock and get the stock chart but now I don't want the chart, just the stock price widget. The prices were originally there without the chart and that's the way I would like it. Thanks for any advice. iMac Mountain Lion-Dashboard

  • Splitting and grouping of data from incoming string

    Hello, I have a package of data coming from the serial port and read out as a string. The package has the following format, to be short. 1. opening characters 2. 2 bytes for Group ID(identify the device# the data comes from). 3. Sensors data belongs

  • Sorting photos inside events

    Still wondering whether it is possible to sort photo's within events (manually). The I Photo Help says the following... **Sort photos (regardless of Event): Select Photos in the Source list, choose View and make sure Event Titles is unchecked, and th

  • Mass Create PO release strategy

    Hi gurus, We are undergoing a major re-org. Due to the changes, we are taking the opportunities to delete the current strategies and re-create everything from scratch as part of the strategies clean up too. But in doing this, we find ourselves facing