Rule for Allowing Computer Access Microsoft

I have a computer behind the ASA 5505 firewall. The computer needs to access Microsoft Activation Server. Reading some website information, I need to allow a huge list of servers that basically points to www and https traffic. Therefore, looking at this heavy requirements, I prefer to allow this computer to navigate to any https or http (www) server outside of the firewall. Below, I have included my current asa 5505 configuration. can you please tell me what needs to be added or so?
hostname ciscoasa
domain-name default.domain.invalid
names
interface Vlan1
nameif inside
security-level 100
ip address 10.2.1.1 255.255.255.0
interface Vlan2
nameif outside
security-level 0
ip address 170.18.18.132 255.255.255.240
interface Ethernet0/0
switchport access vlan 2
interface Ethernet0/1
interface Ethernet0/2
interface Ethernet0/3
interface Ethernet0/4
interface Ethernet0/5
interface Ethernet0/6
interface Ethernet0/7
banner motd
banner motd +......................-+
banner motd | |
banner motd | *** Unauthorized Use or Access Prohibited *** |
banner motd | |
banner motd | For Authorized Official Use Only |
banner motd | You must have explicit permission to access or |
banner motd | configure this device. All activities performed |
banner motd | on this device may be logged, and violations of |
banner motd | this policy may result in disciplinary action, and |
banner motd | may be reported to law enforcement authorities. |
banner motd | |
boot system disk0:/asa724-k8.bin
ftp mode passive
dns server-group DefaultDNS
domain-name default.domain.invalid
object-group network obj_any
object-group network microsoft-servers
network-object host 207.46.21.123
network-object host 4.26.252.126
network-object host 8.26.205.253
network-object host 8.27.149.126
network-object host 65.55.58.195
network-object host 94.245.126.107
network-object host 192.70.222.41
network-object host 192.70.222.59
network-object host 157.55.44.71
network-object host 118.108.3.84
network-object host 207.46.131.43
network-object host 207.46.19.190
network-object host 143.127.102.40
network-object host 72.14.204.101
network-object host 64.208.186.114
object-group network other_servers
network-object 118.108.62.236 255.255.255.255
access-list outside_access_in extended permit ip object-group psu-servers any
access-list outside_access_in extended permit tcp 10.2.1.0 255.255.255.0 any eq www
access-list outside_access_in extended permit tcp 10.2.1.0 255.255.255.0 any eq https
access-list inside_access_out extended permit ip any any
access-list inside_access_out extended permit tcp any object-group epay_servers eq https
access-list inside_access_out extended permit ip any object-group psu-servers
pager lines 24
logging enable
logging asdm informational
mtu inside 1500
mtu outside 1500
ip audit name insidepolicy info action
ip audit name outsidepolicy info action
ip audit interface inside insidepolicy
ip audit interface outside outsidepolicy
ip audit info action
icmp unreachable rate-limit 1 burst-size 1
icmp permit any echo-reply outside
icmp permit any outside
asdm image disk0:/asdm-523.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0
static (inside,outside) 170.18.18.133 10.2.1.2 netmask 255.255.255.255
access-group inside_access_out in interface inside
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 170.18.18.129 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
http server enable
http 10.2.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
telnet timeout 5
ssh 10.2.1.2 255.255.255.255 inside
ssh 170.18.18.132 255.255.255.255 outside
ssh timeout 30
console timeout 0
dhcpd auto_config outside
dhcpd address 10.2.1.2-10.2.1.254 inside
dhcpd enable inside
class-map inspection_default
match default-inspection-traffic
policy-map type inspect dns preset_dns_map
parameters
  message-length maximum 512
policy-map global_policy
class inspection_default
  inspect dns preset_dns_map
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect rsh
  inspect rtsp
  inspect esmtp
  inspect sqlnet
  inspect skinny
  inspect sunrpc
  inspect xdmcp
  inspect sip
  inspect netbios
  inspect tftp
service-policy global_policy global
prompt hostname context

Hello Par13,
Yo do not need to allow anything as you are already allowing everything from inside to oustide:
access-group inside_access_out in interface inside
access-list inside_access_out extended permit ip any any
That line allows everything that is innitiated from the inside interface of the ASA, the returning traffic that matches a connection already established from that inside host will be allowed by default ( Stateful inspection aplied by the ASA)
Hope this helps.
Regards,
Do rate all the helpful posts
Julio

Similar Messages

  • Is 'SQLCMD.EXE' the SQL Server 2008 executable to be added to a Firewall 'Inbound Rule' to allow remote access?

    I would like to add a new Firewall 'Inbound Rule' to allow remote access by
    SQL Server 2008.    
    SQL Server Management Studio shows two TCP/IP instances, both of which are Enabled. 
    One uses port 1433 and the other uses ‘TCP Dynamic Ports’.
      In  SQL Server, the server has ‘Allow remote connections to this server’ checked.
    My Firewall allows port 1433 for the one TCP/IP instance. 
    Since the other instance is dynamic, I would like to add a new
    Firewall 'Inbound Rule' to allow the SQL Server executable to run.
    I’ve read that the SQL Server executable is commonly named SQLSERVR.EXE, but there is no such file on my laptop. 
    I’m assuming the executable that needs to be added to the Firewall 'Inbound Rule'
    is SQLCMD.EXE (in the path C:\Program Files\Microsoft SQL Server\100\Tools\Binn). 
    Can anyone please confirm this?  (I'm running Windows 7).  Thanks.

    Hi Bontrager,
    Firstly, please run
    Discovery Report to the detect the existing SQL Server 2008 instance. If SQL Server 2008 is installed properly on your machine, the sqlservr.exe should exists in C:\Program Files\Microsoft SQL Server\MSSQL10.<instance_name>\MSSQL\Binn.
    Secondly, if SQL Server 2008 is configured to use dynamic port, it is difficult to configure the firewall to enable access to the correct port number because the port selected might change every time that the Database Engine is started.
    Therefore, if a firewall is used, please reconfigure the SQL Server 2008 to use the static TCP port by using SQL Server 2008 Configuration Manager. 
    For more information, please review this
    article. After that, you can add the port number in firewall inbound rule.
    Thirdly, if you want to connect to  SQL Server 2008 from outside the firewall by instance name, SQL Server Browser should be turned on and you'll have to allow the SQL Server Browser through the firewall, which is UDP port 1434.
    Reference:
    https://msdn.microsoft.com/en-us/library/cc646023.aspx
    http://stackoverflow.com/questions/10539900/opening-ports-sql-server-instances
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • Forefront TMG rule for Lync online access

    Hi I need to create a TMG rule to allow connection using TLS and HTTPS to all Lync online URL's:
    *.microsoftonline.com
    *.microsoftonline-p.com
    *.onmicrosoft.com
    officecdn.microsoft.com
    *.sharepoint.com
    *.outlook.com
    *.lync.com
    evsecure-ocsp.verisign.com
    evsecure-aia.verisign.com
    evsecure-crl.verisign.com
    sa.symcb.com
    I have already configure a rule for all necessary TCP and UDP ports outbound but would like to include the above URL's in TMG also. Can anyone tell me the best way to configure this?
    Grove08

    Hi,
    You could try to create Access Rule by following the blog below that contains the main steps.
    Let me out! Configuring outbound access rules in TMG 2010
    Note: Microsoft provides third-party contact information to help you find technical support. This contact
    information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Loading iWeb on to your iDisk for multi computer access

    So there is a tips on .Mac explaining how to do this, but my domain file is over 1 GB. I do not think I have a huge blog. I would like to access the blog when on the road, but can't seeing putting that much on my iDisk.
    Here is the blog address.
    http://web.mac.com/ajjordan/iWeb
    Let me know if I am doing something wrong. Like should I resize all the images before importing them to iPhoto. Or does the software downsize as needed?
    Andrew

    Let me know if I am doing something wrong. Like
    should I resize all the images before importing them
    to iPhoto. Or does the software downsize as needed?
    Yes, iWeb will downsize your photos, but the problem is that iWeb will also keep a copy of your original full sized file in the Domain file. That is probably why your Domain file is so big. Resizing your images at least down to the iWeb max of around 800x600 BEFORE dragging into iWeb will probably save you tons of space as far as your Domain file size goes.
    As far as editing your website on the road, obviously you will need access to a Mac with iWeb (same version that you have at home) installed. Then the easiest thing would be to copy your Domain file onto a USB flash drive so that it is handy to plug into the host Mac. Once there, you can simply double click on the Domain file itself to launch iWeb. This will make your Domain file the default one that opens.

  • MacBook Pro 2011- Allowed updates to install for iTunes software and Microsoft office (I think).  After rebooting, computer wouldn't progress past grey apple screen with loading circle.

    I have a MacBook Pro 2011.  I allowed updates to install for iTunes software and Microsoft office (I think).  After rebooting, computer wouldn't progress past grey apple screen with loading circle.  No progression bar ever appeared.  It just sits and spins.  I tried rebooting with Command + Option + R + P and hearing the chime twice....this did not work.
    I also tried Command +Option+R which took me to internet recovery.  From there, I chose reinstall Mac OS X Lion 10.7 but it says my hard drive is locked so I wasnt able to select it.  What do I do???? Help!  I don't want to lose my files and it doesnt appear that I've used Time Machine Back Up.

    macbookpro2011ISU wrote:
    I also tried Command +Option+R which took me to internet recovery.  From there, I chose reinstall Mac OS X Lion 10.7 but it says my hard drive is locked so I wasnt able to select it.
    I you upgraded to OS X 10.8, then use RecoveryHD by holding Command R at boot time (no option) and reinstall OS X over itself that way so your installing  Mountain Lion.
    Also Disk Uility can be used to Repair the Macintosh HD parttion.
    Also you can use that RecoveryHD to format and install OS X onto a external drive, then option/alt key boot from it and access your files on the non-booting internal drive before erasing, reformatting and reinstalling OS X fresh.
    Create a data recovery/undelete external boot drive
    Most commonly used backup methods
    ..Step by Step to fix your Mac

  • I have Microsoft Office within my user name, but it is not available for the other 2 users. What do I need to do to allow them access?

    I have Microsoft Office within my user name, but it is not available for the other 2 users.  What do I need to do to allow them access to the software?

    http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macstart/how-do-i-ena ble-office-for-all-users-on-one-mac/38bd94cc-d26c-41c9-8471-ee87d63ebfc9?msgId=0 fbd6314-a12a-4fed-85f9-d939208095ff

  • How can I access the iTunes store.  I have had it on my computer for 2 years and 10 days ago it stopped allowing me access?  I have credit and cannot use it.

    How can I gain access to the itunes store?  I have had an account for 2 years and 10 days ago it stopped allowing me access.  I have credit and can't use it.

    You have encounter Activation Lock, the antitheft feature of the iPhone. The previous owner did not remove the phone from their account. The phone cannot be used until they do. Return to the store and let them sort this out. It is very unusual for someone to "forget" to disable activation lock, as it is necessary to do so to erase personal information on the phone. So it is quite likely you bought a stolen phone.

  • Problem with nat / access rule for webserver in inside network asa 5505 7.2

    Hello,
    i have trouble setting up nat and access rule for webserver located in inside network.
    I have asa 5505 version 7.2 and it has to active interfaces, inside 192.168.123.0 and outside x.x.x.213
    Webserver has ip 192.168.123.11 and it needs to be accessed from outside, ip x.x.x.213.
    I have created an static nat rule with pat (as an appendix) and access rules from outside network to inside interface ip 192.168.123.11 (tcp 80) but no luck.
    What am i doing wrong?

    Command:
    packet-tracer input outside tcp 188.x.x.213 www 192.168.123.11 www detailed
    Phase: 1
    Type: FLOW-LOOKUP
    Subtype:
    Result: ALLOW
    Config:
    Additional Information:
    Found no matching flow, creating a new flow
    Phase: 2
    Type: ROUTE-LOOKUP
    Subtype: input
    Result: ALLOW
    Config:
    Additional Information:
    in   192.168.123.0   255.255.255.0   inside
    Phase: 3
    Type: ACCESS-LIST
    Subtype:
    Result: DROP
    Config:
    Implicit Rule
    Additional Information:
    Forward Flow based lookup yields rule:
    in  id=0x35418d8, priority=500, domain=permit, deny=true
        hits=1, user_data=0x6, cs_id=0x0, reverse, flags=0x0, protocol=0
        src ip=188.x.x.213, mask=255.255.255.255, port=0
        dst ip=0.0.0.0, mask=0.0.0.0, port=0
    Result:
    input-interface: outside
    input-status: up
    input-line-status: up
    output-interface: inside
    output-status: up
    output-line-status: up
    Action: drop
    Drop-reason: (acl-drop) Flow is denied by configured rule

  • I have a Mac OS X version 10.5.8 and recently got an Iphone4. I can not access Icloud from my computer. Is there any software, new operating system or anything I can purchase that will allow me access to the cloud?

    I have a Mac OS X version 10.5.8 and recently got an Iphone4. I can not access Icloud from my computer. Is there any software, new operating system or anything I can purchase that will allow me access to the cloud?

    Upgrading to Snow Leopard, Lion, or Mountain Lion
    You can upgrade to Mountain Lion from Lion or directly from Snow Leopard. Mountain Lion can be downloaded from the Mac App Store for $19.99. To access the App Store you must have Snow Leopard 10.6.6 or later installed.
    You can purchase Snow Leopard by contacting Customer Service: Contacting Apple for support and service - this includes international calling numbers. The price is $19.99 plus tax. You will receive physical media - DVD - by mail.
    Third-party sources for Snow Leopard are:
    Snow Leopard from Amazon.com
    Snow Leopard from eBay
    After you install Snow Leopard you will have to download and install the Mac OS X 10.6.8 Update Combo v1.1 to update Snow Leopard to 10.6.8 and give you access to the App Store.
    You can purchase Lion by contacting Customer Service: Contacting Apple for support and service - this includes international calling numbers. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
    Be sure your computer meets the minimum requirements:
    Apple - OS X Mountain Lion - Read the technical specifications.
    Macs that can be upgraded to OS X Mountain Lion
      1. iMac (Mid 2007 or newer)
      2. MacBook (Late 2008 Aluminum, or Early 2009 or newer)
      3. MacBook Pro (Mid/Late 2007 or newer)
      4. MacBook Air (Late 2008 or newer)
      5. Mac mini (Early 2009 or newer)
      6. Mac Pro (Early 2008 or newer)
      7. Xserve (Early 2009)
    Are my applications compatible?
    See App Compatibility Table - RoaringApps - App compatibility and feature support for OS X & iOS.
    Am I eligible for the free upgrade?
    See Apple - Free OS X Mountain Lion upgrade Program.
    For a complete How-To introduction from Apple see Apple - Upgrade your Mac to OS X Mountain Lion.
    Model Eligibility for Snow Leopard and Lion.
    Snow Leopard General requirements
      1. Mac computer with an Intel processor
      2. 1GB of memory
      3. 5GB of available disk space
      4. DVD drive for installation
      5. Some features require a compatible Internet service provider; fees may
          apply.
      6. Some features require Apple’s MobileMe service; fees and terms apply.
    Lion System Requirements
      1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or
          Xeon processor
      2. 2GB of memory
      3. OS X v10.6.6 or later (v10.6.8 recommended)
      4. 7GB of available space
      5. Some features require an Apple ID; terms apply.

  • Several years ago, I purchased hundreds of dollars worth of music.  Subsequently, the computer I used was stolen and I now have an IPOD Nano.  Isn't there a way for me to access that music I paid for and download it to the new Ipod.

    This is a question. As I previously stated, I purchased hundreds of dollars of music for my original IPOD.  It and the computer onto which I downloaded the music have been (for lack of a better term) mislocated or destroyed.  I know own an IPOD Nano.  Isn't there a way for me to retrieve the music I purchased to download onto the new IPOD.  It seems to me that since I paid for it, Itunes should have a record of it and I should still be allowed to access it for a download.

    If you are living in the US and using iTunes 10.3 or later you can use the iCloud beta program to redownload your purchases.  See this article for more details.
    http://support.apple.com/kb/ht2519
    B-rock

  • Access rule for Google Cloud Printer

    I want my user to access google doc, gmail account, google drive, and google cloud printer only but they dont get access to the google website.
    i make rule for it and block google search engine.
    after testing.
    google docx is accessing, gmail account is accessing and google drive is also accessing but i am not able to access google cloud printer. because google cloud printer is not a namespace
    so kindly help me out what should i do then what kind of rule i have to make so my user can also access google cloud printer. i dont want my client to access google search engine
    electrifying

    Hi,
    For this you can try creating a domain name set on the TMG server first. You can name the domain name set as "Google" for example. The entry in the domain set can be set to
    *.google.com  or the required domains . After that try creating an access rule with these properties:-
    1. From ---> Internal and Localhost
    2. To ---> Add the name of the created domain name set. (Google)
    Apply the changes and check if you are able to access the sites now.
    Check out this article : http://technet.microsoft.com/en-us/library/cc441706.aspx.
    Regards,
    Gijo

  • Outlook 2013 Rules issue when more than 50 rules exist ("The rules on this computer do not match the rules on Microsoft Exchange").

    I think I may have found a bug.
    My Outlook 2013 profile has more than 75 rules. When I started testing Outlook 2013, I got the message "The rules on this computer do not match the rules on Microsoft Exchange. Only one set of rules can be kept. You will usually want to keep the rules
    on the server. Which rules do you want to keep?"
    I did the following troubleshooting:
    1. I created a new Outlook profile. This didn't fix the issue.
    2. I exported my rules, cleared them using "outlook /cleanrules", then reimported the rules. This didn't fix the issue.
    3. I cleared the rules again (outlook /cleanrules), then hand-entered the rules. This also didn't fix the issue.
    4. I reduced the number of rules to less than 50. This FIXED the problem.
    5. When I entered rule #51, the problem came back. When I removed ruled #51, the problem was again fixed.
    Does anyone know of a fix or workaround to this issue?
    Thanks.

    Sounds like you went over your "rule quota limit" as you do have a great number of rules.  Please see the link below for cause and possible resolution.
    http://support.microsoft.com/kb/886616
    Be kind and Mark as Answer if I helped.

  • I just statred Flash CC for the first time and it seems that the text within the pop-up window (dialog box) is mis-aligned and not allowing me access to the command buttons, nor all the text. (ie: the NEW Template Box, can't see but 2/3 of the content)

    I just statred Flash CC for the first time and it seems that the text within the pop-up window (dialog box) is mis-aligned and not allowing me access to the command buttons, nor all the text. (ie: the NEW Template Box, can't see but 2/3 of the content) is there a fix to this problem? using 8.1, Monitor is a high res.2560x1440.

    Another View.
    the GUI is so hard to read (so small) I enlarge my Ps UI by the instructions below...which helped a lot.

  • How do I allow all users on a single computer access to music without duplicating songs?

    There has got to be a way to allow all users on a single computer access to a single -shared- directory without DUPLICATING the songs, but I can't figure it out.  Tried Edit | Preferences | Advanced | Change, but the songs do not show up.  Tried Sharing the folders. Tried Public Folders.  Just want all my songs in one place to save space, prevent duplicates.  Please advise.

    Move the iTunes folder from its current location to, say, C:\iTunes.
    With each account in turn press and hold down shift and click the icon to start iTunes, keep holding until asked to Choose or create a library.
    Choose the library at C:\iTunes, or wherever you put it.
    Job done.
    tt2

  • Windows 8.1 will not allow me to join a domain Setting up a new 2012 server, and am trying to join laptops running Windows 8.1 to this new domain. When I go to properties for This Computer, Join a domain wizard is greyed out. Can I join a Windows 8.1 com

    Windows 8.1 will not allow me to join a domain
    I am trying to join laptops running Windows 8.1 to  domain. When I go to properties for This Computer, Join a domain wizard is greyed out. Can I join a Windows 8.1 computer to a domain?

    Have you verified that your Windows 8.1 is a Pro or Enterprise edition? The Basic edition cannot join a domain.

Maybe you are looking for