Question: Inbound Rules on Secondary EthIF

Good Morning,
Please note the following:
- Trying eliminate my FW as the issue for inbound connectivity issues on FIOS line
Here is the scenario:
- Ethif_0 = (Primary ISP)
- Ethif_3 = (Secondary ISP)
- All intitial inbound static NAT statements (public to pvt IP) are setup on Eth_0 (see below example):
   Primary ISP ACL and NAT statement --> on Ethif_0
   a) access-list outside_acl extended permit tcp any host 72.x.x.10_ext eq www (primary ISP IP's)
   b) static (inside,outside) tcp 72.x.x.10_ext www int_hostname www netmask 255.255.255.255
   Secondary ISP ACL and NAT statement  --> on Ethif_3
   a) access-list FIOS_access_in extended permit tcp any host 72.x.x.100_ext eq 80 (Secondary ISP IP's)
   b) static (inside,outside) 72.x.x.100_ext int_hostname netmask 255.255.255.255
Question:
1. Does the secondary statement looks right?
2. Why if I am trying to connect to Secondary ISP IP, it does not register at the FW ( /28 IP subnetted)
3. Also and lastly VZ FioS line only seems to allow the first usable IP to be accessible or pinged (which is the ASA), but every IP after that seem to stop at a device somewhere in Chicago and I am in NY (see traceroute below):
1
  26
  0
  0
     8.9.232.73
  xe-5-3-0.edge3.dallas1.level3.net 
2
  0
  0
  0
     4.69.145.76
  ae-2-70.edge2.dallas3.level3.net 
3
  0
  0
  0
     4.68.62.34
  mci-level3-ae.dallas3.level3.net 
4
  25
  22
  22
     130.81.17.62
  xe-2-0-3-0.chi01-bb-rtr1.verizon-gni.net 
5
  Timed out
  Timed out
  Timed out
6
  Timed out
  Timed out
  Timed out
7
  Timed out
  Timed out
  Timed out
8
  Timed out
  Timed out
  Timed out
Do you guys think that my issue is with Verizon (I pray its not) or do you think that its a configuration issue on my end. I am familiar with ASA but more familiar with Fortigate FW's.
Also, the goal and or the excercise is to move all inbound translations from Primary ISP IP's to Secondary ISP IP's.
Please let me know what you think as I have been losing sleep on this matter.
Thank you

So you say that on the Secondary ISP interface you can only see  connections coming to the interface IP address of the ASA but no other  Static NAT or Static PAT works on that interface?
Ans) Yes. No other Static mapping shows up in the logs
Have you tried changing the Secondary ISP interface to some other IP address from the same subnet and seen if it still works?
Ans) I have not, but all this would do is configure the Eth with IP does not really address why other IP are not being translated internally. Will try it though.
Have you by any chance configured "sysopt noproxyarp FIOS"?
Ans) I will look up this command, but how relative is this command. Never had to use it
If  you have this could mean that the ASA wouldnt answer to the Secondary  ISPs ARP request for any of other public IPs used in the Static NAT /  Static PAT statements. The "FIOS" interface would still be working since  its configured to an actual physical ASA interface. Or that is my  understanding atleast.
Ans) Good point. Will check
I  am kinda wondering the routing setup also. Mainly because you cant have  2 default routes active at the same time. But if the connections are  iniatiated from the Internet through the different ISP, its my  understanding that in this case the ASA should be able to forward the  return traffic from your server through the correct ISP from where the  initial connection came from. Again this is a situation which I dont run  into in my job as we dont handle Dual ISP setups directly on an ASA.
Ans) The routing is very simple. 2 static routes with different AD's Primary out = Secondary = AD-1. Secondary out = AD-250. Inbound rules and destinations to internal resources are enabled for both ISP's and DNS records primarily point to Primary ISP's.
Basic setup but not very basic results.
Thank you

Similar Messages

  • Windows 7 Firewall - Inbound rule

    I am using FileZilla FTP Server, I created (manually) my own inbound rule, but it didn't work, I mean I was not able to access the FTP Server. Then I ran the "Troubleshoot my network" assistant, and it created a new inbound rule in Windows
    Firewall, this inbound rule worked perfectly, I was able to access the FTP Server.
    Then, I modified the inbound rule created by me to exactly match the inbound rule created by the  "Troubleshoot my network" assistant, but still the inbound rule created by me doesn't work.
    My question is: Does the "Troubleshoot my network" assistant also modify or create other things? If so, what does it modify or create?
    Thank you very much

    Hi,
    We might use the network troubleshooter event logs to take a look at this issue, more details, please check:
    Use Network troubleshooter event logs to solve network problems
    Best regards
    Michael Shao
    TechNet Community Support

  • 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

  • Windows Firewall issue, Inbound rule opend all, still not the same as turning off

    This is Windows Firewall issue on Windows 8.1 Pro. 
    Backup Exec server cannot expand a computer node in selection list. I drill down to Microsoft Windows Network/Domain/Computers, then when I tried to expand a Windows 8.1 Pro computer node, it hangs out. 
    I narrowed this problem to Windows firewall related issue on Windows 8.1 Pro computer. 
    When I turn off Windows Firewall on Domain profile, Backup Exec Selection expands the computer node of the Windows 8.1 Pro computer. So, I created an inbound rule opening all to BAckup Exec server as following, but it's still not the same as turning off
    Windows firewall specifically on Windows 8.1 Pro computer;
    Any Local IP address, Any Remote IP address, Any port, Any protocol, All Interface, All Programs and Services, All profiles(Domain, Private, Public)
    And there are no rules blocking any which may override the above rule. 
    Ethernet on Windows 8.1 Pro computer shows profile is linked with Domain, but just to make it work, I selected all profiles.
    Even though I opened all available in inbound rule, it's still not the same as turning off windows firewall. Why am I missing? 

    It looks as something related to RPC(UDP 135), but even when inbound rule is all open, why it matters? RPC seems working fine only when firewall is turned off on domain profile. 
    Protocol 17 is UDP
    Port: 135
    ===============================
    Event ID 5152
    The Windows Filtering Platform has blocked a packet.
    Application Information:
    Process ID:
    0
    Application Name:
    Network Information:
    Direction:
    Outbound
    Source Address:
    192.168.1.120
    Source Port:
    0
    Destination Address:
    192.168.1.11
    Destination Port:
    0
    Protocol:
    1
    Filter Information:
    Filter Run-Time ID:
    245836
    Layer Name:
    ICMP Error
    Layer Run-Time ID:
    32
    The Windows Filtering Platform has blocked a packet.
    Application Information:
    Process ID:
    0
    Application Name:
    Network Information:
    Direction:
    Inbound
    Source Address:
    192.168.1.11
    Source Port:
    35341
    Destination Address:
    192.168.1.120
    Destination Port:
    135
    Protocol:
    17
    Filter Information:
    Filter Run-Time ID:
    245834
    Layer Name:
    Transport
    Layer Run-Time ID:
    13

  • RV215W inbound rules with control ip

    Hello,
    I have a  Cisco RV215W and i want to create inbound rule (wan -> lan) with ip control.
    I ha created in "service management" a new service (rsync on 873 start port and and port)
    After i had created a new access rules :
    Action : Always Allow
    Service : Rsync ( a service created in service management)
    Status : enable
    Connection type : inbound (Wan -> Lan)
    source ip : single ip with outdoor serveur
    Destination ip : ip to NAS
    When i connected on outdoor server, i used telnet :
    telnet my_public_ip 873      and i cannot connect my NAS
    when i create a rule in "single port forwarding", my outdoor server can access on my NAS (but all outdoor customer can access on my NAS....)
    Do you have an idea?
    thank a lot per advance

    Hi Bruno, thank you for using our forum, my name is Johnnatan I am part of the Small business Support community. You could create an ACL to allow the specific address to the NAS and deny the rest.
    Bellow I will share a Link with a document regarding ACL,
    http://www6.nohold.net/CiscoSB/Loginr.aspx?login=1&pid=2&app=search&vw=1&articleid=3707
    http://www6.nohold.net/CiscoSB/Loginr.aspx?login=1&pid=2&app=search&vw=1&articleid=3707I hope you find this answer useful
    “Please rate useful posts so other users can benefit from it”
    Greetings, 
    Johnnatan Rodriguez Miranda.
    Cisco Network Support Engineer.

  • Firewall Inbound Rules - Specific Users/Computers

    Hello,
    I am trying to configure Inbound Rules in a specific way and it's not quite giving me exactly what I want/expected it to do.
    I have two inbound rules as follows:
    RDP - Andy
    Allow connection if secure
    Computers - Andy-PC
    Users - Andy
    RDP - Steve
    Allow connection if secure
    Computers - Steve-PC
    Users - Steve
    Now what I expected to happen was that steve can only connect from steve-pc and andy can only connect from andy-pc, however it seems that steve or andy can connect from either PC. Ideally I only want a specific user to connect from a specific machine, not
    from any machine which I have rules for (I will have several of these rules eventually). is this something Windows Firewall can do or am I asking too much?
    Many thanks
    Steve

    Hi Steve,
    I apologize for my mistakes.
    According to this article below:
    Firewall Rule Properties Page: Users Tab
    http://technet.microsoft.com/en-us/library/dd759078.aspx
    We can use
    Exceptions section to identify user or group accounts that might be listed in
    Authorized users, possibly because the user or group account is a member of a group, but whose
    network traffic must be blocked by Windows Firewall.
    You can try to add user accounts in the Exception section to see if this works. If this method is not working, try to check if there are any other rules which are overriding
    the new rule.
    In addition, based on my research, there is another way to achieve this through
    User Rights assignment. By assigning the Deny log on through Remote Desktop Services user right on the local machine, you can deny all other users which you don’t want them to access this specific computer, only allow the one
    user you prefer.
    Since User Rights assignment is a
    local security policy, we need to make sure that there is no other high level Group Policy like Domain Policy defined which can conflict with user rights, because once there are conflicts, higher level policies override lower ones.
    Here are some articles below about User Rights:
    Deny log on through Remote Desktop Services
    http://technet.microsoft.com/en-us/library/dn221959.aspx
    User Rights Assignment
    http://technet.microsoft.com/en-us/library/dn221963.aspx
    Best Regards,
    Amy

  • Basic question inbound / outbound and source service (ASA 5505)

    Hi there,
    I'm new to the ASA 5505 appliance and have a few very basic questions. Hope I get some responses and not flamed for being a total newbie. :-)
    Inbound versus outbound: I'm having a difficulty understanding the inbound versus outbound terminology. Can somebody please clarify? For example, if I want to block all http traffic from hosts on the inside to the internet but allow all https connections, intuitively I'd configure a rule to block outbound (= outgoing) traffic for the http protocol for the inside network. However, it seems as if I have to add this rule for inbound connections. Why is a connection from a host on the inside to a web server on the internet considered an inbound connection on the inside interface?
    When I add a rule, I've got a "service" field and a "Source Service" field in the "More Options" section. What's the difference? Do I have to set both to the same value?
    Your help is greatly appreciated.

    Hi Ralf,
    Yes, if you put a deny http, it would drop all packets for destination as http port, but be mindful that when you apply an access-list on your inside interface, it automatically activates the deny ip any any right at the bottom, you would be able to see that in the ASDM. So for the users that need be allowed access to the http, needs to be explicitly allowed http access, so your correct configuration would be:
    access-list inside_access_in deny tcp host 192.168.1.1 255.255.255.255 any eq http
    access-list inside_access_in permit tcp any any
    access-group inside_access_in interface inside
    This would block 192.168.1.1 to go to internet, but allow all others.
    Second question, i haven't chceked the ASDM, but just remember out of memory, that this service option should be the protocol, whether ip,tcp,udp,esp or gre etc.
    Moreover always try to block connections as closed to the source as possible, this would mean, if you want to filter traffic going from inside to outside, that should be done on the inside interface not outside.
    Thanks,
    Varun Rao
    Security Team,
    Cisco TAC

  • More Questions on Rules in General

    Okay so here is my
    situation.  I have a user that is wanting to use either Public folders
    or a shared mailbox to automate a series of manual processes. 
    For example:
    A customer service rep(CSR) takes a call asking for x to be completed.
    CSR than sends an email to [email protected][1]
    with the subject of "x"
    The email is received in the mailbox or public folder.
    An exchange rule moves the incoming message to the "In-Process" Folder
    A user in that department reviews and completes the request.
    The user moves the item to a complete folder. Or selects a category
    that would than fire another rule that would move it to complete.
    This process would be spanning multiple users.
    They would also be used for multiple processes and changed for the "subject of x,y,z".
    The process cannot be dependent on one users mailbox so everything needs to happen server-side (unless client side rules are different on Public Folders).
    My questions:
    Is all of this even possible, I have made it basically work but only with client rules.
    I don't think that we should be using our exchange server to do this, am I just flat out wrong?
    I am struggling to convince the user that we just need to have a
    workflow software (sharepoint or like it) to be doing this type of thing
    as we will have much more control over the workflow.
    Any other thoughts or ideas?
    Anyone else using exchange to do these types of things?

    Hi,
    I'm afraid you can NOT achieve your requirement on your exchange server.
    On the exchange server, You can only use transport rules to specify message to a particular mailbox, not a particular folder.
    Thanks.
    Niko Cheng
    TechNet Community Support

  • Questions on Rules-Based ATP and Purchase Requisitions for STOs

    Hello experts,
    We are working on rules-based ATP configuration and have several questions about the functionality.  Iu2019m hoping that some of you are using this functionality and can help give us direction.
    In our environment we have multiple distribution centers and multiple manufacturing plants.  We want to confirm sales orders against stock and production orders in any of those plants, depending on the locations that have stock or planned production.  For example, we will place a sales order against plant A.  If there is not enough stock in plant A then rules-based ATP will use location determination to check in plant B, then C.  The scope of check on the ATP check will include stock and released production orders.  We will configure plant A as the u201Cconsolidation locationu201D so if stock is found in plants B or C then stock transport orders will automatically be created to move the stock to plant A before shipping to the customer.
    We have configured rules-based ATP and this functionality is working well in our Development system.  The ATP check is executed and uses the rules-based ATP to find eligible stock in other plants.  The system is also creating purchase requisitions to move the stock to the consolidation plant. 
    Our first concern is that there doesnu2019t appear to be any firm linkage between the sales order and the resulting purchase requisition.  For example, if we create sales order 123 for plant A and the rules-based ATP finds stock in plant B it automatically creates a purchase requisition 987 to move the stock from plant B to plant A.  However, there doesnu2019t appear to be a linkage between sales order 123 and purchase requisition 987.  For instance, if we delete sales order 123 the purchase requisition doesnu2019t get deleted. 
    Our second concern is that the quantity on the purchase requisition can still be confirmed against later sales orders.  For example, say the above scenario resulted in a purchase requisition 987 that consumed all the stock available in plant B.  We then create a second sales order 456 for the same product.  Plant A is out of stock so the rules-based ATP looks in plant B.  We would expect that plant B would also not have any stock because itu2019s all been consumed by the purchase requisition.  Instead, the system creates a second purchase requisition to move quantity from plant B to plant A.  Itu2019s as if the system doesnu2019t realize that the purchase requisition 987 is already planning to move stock out of plant B.
    Does anyone have any thoughts or suggestions on these two scenarios?  Is there a way to configure the system so there is a hard linkage between the sales order and the purchase requisition so that if the sales order is deleted then the purchase requisition is also deleted?  Should ATP realize that purchase orders are consuming inventory and not allow later sales orders to confirm against that same inventory?  Any advice or experience would be greatly appreciated.
    Thanks,
    David Eady
    Application Delivery Team Lead
    Propex, Inc.

    Hi,
    The scheduling is done in SCM, and from there, whenever the RBA is triggered, the calculation is done always with the old route in SCM. Until you get back to R/3 this is when your route is determined. But the ATP check is always with the original route. So the idea would be that you change the values of the route while still in APO, this is possible via the user exit. Should be done in scheduling in APO.  
    Hope this information is helpful.
    Regards,
    Tibor

  • A question about "Rules"

    Hi
    I want to set up a Rule that where ALL the following conditions are satisfied...
    Message is to (one of my email accounts)
    Message is from (a particular sender)
    Message has been Read
    ...the message will be moved out of the Inbox and into a Mailbox.
    1. and 2. are easy enough. How do I achieve 3?

    Create your own collection rule, to mirror the sample times, and what not.  Look at the data from your rule vs the mp default rule.  It probably has to do with the chart scale imho.
    Regards, Blake Email: mengotto<at>hotmail.com Blog: http://discussitnow.wordpress.com/ If my response was helpful, please mark it as so, if it answered your question, then please also mark it accordingly. Thank you.

  • Question about rule override in CSAMC

    Dear Sir ,
    After changed from audit to learn mode and polled policy in client ,audit mode still running at hosts status in CSAMC.
    Have any suggestion to resolve it ?
    thanks
    Best regards

    Make sure they have polled since the change and that they aren't still in a group that's in audit mode.
    Group Audit Mode overrides everything else and all rules will be in Audit Mode for that host.
    Tom

  • TMG Inbound rule/network does't apply

    Hello,
    I'm having some issues with my 'non-web server protocol publishing rule' and a Network rule. I'm trying to setup acccess from www to a local ftp.
    I've created a rule mentioned above, but this doesn't work, because the 'Network rules do not allow the conn..'
    I have following Network rules in place:
    1: Source Network (SN): Local host, Destination Network (DN)
    All Networks (and Local Host), [route]
    2: SN: FTP, DN: External 
    [nat]
    3: SN: External, DN: FTP
    [route]
    So, in 'my world' there should be access from external Networks to the FTP Network, but still I see connections blocked in the log?
    Can I ask for some advice..
    best regards
    Jesper Vindum, Denmark

    Hi,
    Actually, it is impossible that the relationship between two networks is the NAT and Route at the same time.
    For example, let us assume that there is a customer located in perimeter. This customer access a FTP server depends on the routing relationship between external and perimeter. Meanwhile,
    he would like to access the external website which requires relationship between external and perimeter is NAT. At this time, we find something conflict.
    Based on
    RFC 1918, private IP cannot be routed on internet. So if the IP addresses in perimeter are private IPs and the relationship between external and perimeter is route, customer located in perimeter cannot access internet even if configuration and anything
    else is completely right, because ISP would block all the traffic which has a private source IP address. 
    In addition, if you configure two network rules for the two same object (for example, rule 2 and rule 4 in your sketch), TMG hits the rule which is close the top of the list.
    Best Regards
    Quan Gu 

  • QUESTION ATTACHED: Rules Engine Err: Error processing Compound Advislet

    Please see the txt file inside the attached zip file.
    [The Question.zip]

    Hello MAD,
    Try using an instance of com.bea.p13n.xml.schema.TimeInstant for the
    "TIME_INSTANT" attribute.
    (ie. TimeInstant.createTimeInstant() )
    If this does not work please look in the logs for a stack trace which may
    help us locate the issue.
    Sincerely,
    Adrian.
    Adrian Fletcher.
    Program Manager -WLP.
    BEA Systems, Inc.
    Boulder, CO.
    email: [email protected]
    "MAD" <[email protected]> wrote in message news:3da5ba20$[email protected]..
    >
    Forgot to say that: THIS IS FOR PORTAL v7.
    "MAD" <[email protected]> wrote:
    Please see the txt file inside the attached zip file.

  • RV215W inbound rules with control ip - cannot open port 25

    I have the exact same router, exact same firmware and the this exact same problem.  I cannot open port 25 and specify a range of IP addresses.  This is simply not working.  What do we have to do to get this to work correctly?  When I port forward the SMTP service it allows all IP's and works fine.  When i try to use an Access Rule, it does not work.  Can someone from CISCO help please?  Thanks,

    It's not just single port forwarding that has bugs, the entire router has bugs and simply does not work as advertised. I have found the following bugs/aspects of this router that just does not work correctly: 1. If you have to open ports, and who doesn’t, this router will eventually stop accepting packets from WAN>LAN. You will still have Internet access but no open ports. A reboot will fix this problem. Oh, by the way, this router has no scheduled reboot option! ••ßThat would be a workaround but a welcome one for this router. 2. Firewall Access rules do not work!! Yep, a Cisco router and basic functionality simply does not work. I called Cisco and even though the tech saw the router not working denied it was a bug! Said we have to do port mirroring, setup a workstation with WireShark and capture packets so we can debug the issues! I told him I would have appreciated if Cisco would have debugged the issues with their router BEFOR they shipped the units. Stay away from Cisco Small Business Routers. I wish I had. And if there are any Cisco die-hards out there willing to prove me wrong, just reply to this and please, prove me wrong that the RV series and specifically the RV215W is not JUNK.

  • SCOM 2012R2 Firewall rules

    Hi,
    Do the client servers require both Inbound and Outbound FW rules to the SCOM Management Servers, or do they only require Inbound rules from the Management Server to the Clients? i.e. Do the clients ever instigate their own connections to the Management Servers?
    Thx,
    John Bradshaw

    For Push agent, Agent installation requires the following:
    Opening Remote procedure call (RPC) ports beginning with endpoint mapper TCP 135 and the Server Message Block (SMB) port TCP/UDP 445.
    Enabling the File and Printer Sharing for Microsoft Networks and the Client for Microsoft Networks services (this ensures that the SMB port is active).
    If enabled, Windows Firewall Group Policy settings for Allow remote administration exception and
    Allow file and printer sharing exception must be set to
    Allow unsolicited incoming messages from: to the IP address and subnets for the primary and secondary management servers for the agent.
    An account that has local administrator rights on the target computer.
    Windows Installer 3.1. To install, see
    Windows Installer 3.1 (article 893803) in the Microsoft Knowledge Base.
    Microsoft Core XML services (MSXML) 6 on the Operations Manager product installation media in the \msxml subdirectory.
    For port required for SCOM Agent, you can refer below link
    http://expertslab.wordpress.com/2014/04/09/firewall-ports-for-push-scom-agent/
    For more info, you can check below link
    http://technet.microsoft.com/en-us/library/hh487284.aspx
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

Maybe you are looking for

  • Limit MDB instance to 1

    How can I limit the concurrent number of Message Beans at anytime to one? Will the following settings do the trick? initial-beans-in-free-pool = 0 max-beans-in-free-pool = 0 TIA

  • CLDC emulator is not showing windows mobile emulator as a registered device

    Hi, I want to run one J2ME application on windows mobile 6 emulator. I have done the setup using CLDC emulation on windows Mobile Emulator. After doing installation of CLDC on emulator, need to register the emulator IP address in SDK. Done that using

  • Battery is charging intermitently and does not charge fully

    Hi, I have a HP Envy Ultrabook and it is less than 5 months old. Recently I noticed that my ultrabook's battery is not charging a few minutes after I plugged in my AC adapter. Also it does not charge fully. At times the charging may start again for a

  • ITunes re-downloading purchased songs problem

    Hi all, now it's unlike me to post a problem as i'm normally pretty good at search the web for the anwser but I can't on this one and need a little help also I know i'm not alone on this problem. Since yesterday evening I am unable to load my purchas

  • System for serious multicam work?

    Hello everyone, I am planning to build a new editing workstation for serious multicam work. I have read lots of discussions here, in Premiere hardware forums, but didn't find help. Sorry, if my research wasn't complete. Serious multicam - it means in