What TC internet configuration should I use so it can handle Time Warner Cable's constant changing of IP Address?

Today is the third day that I have reconfigured TC internet settings so I can connect (again and again) to the internet. Time Warner Cable's IP seems to be changing daily. Your help will be very much appreciated!

You have to use DHCP.. there is no other option that will work because the modem is not a router.. Unfortunately apple hide any more sophisticated controls so there is nothing much you can do other than power cycle the TC when it gets lost.

Similar Messages

  • What smtp port configuration should I use?

    All of a sudden, I can't get my mail to go out. What port configuration should I use?  What else can be the problem?
    Bob

    You have to use DHCP.. there is no other option that will work because the modem is not a router.. Unfortunately apple hide any more sophisticated controls so there is nothing much you can do other than power cycle the TC when it gets lost.

  • Using airport express to extend Time Warner cable modem wifi signal

    I just today got a Time Warner Cable Arris modem with built-in wifi.  I'd like to use my 802.11n Airport Express base station to extend the TWC network wifi signal to other parts of my house, but I can't get the Airport Express to shake hands with the TWC modem.
    In Airport Utility, under the "Wireless" tab, I've selected "Extend a wireless network".  I am able to select my TWC network under "Wireless Network Name." Wireless Security is set to "WPA2 Personal."  But when I click "update" the airport express fails to join the TWC network, and my Airport Express signal disappears; I am only able to get the signal back by resetting the Airport Base Station with a paperclip.
    Applecare tells me that I might be able to use the Airport Express to extend my TWC network, but they do not support that process.  Is there any way to do what I'm trying to do?  Are there settings in Airport Utility I need to change?  I'd appreciate anyone's help.
    Thank you.
    Todd

    You need TWO Airport units, one to function as the main radio and the other to function as an extender.  I used two Express units.
    Configuration is simple if you start from a factory default condition.  Then connect the main Airport to AC power and finally to the Internet modem (or modem/router).  Open Airport Utility on your Mac or other computer and accept all of the recommendations.  After confirming that it works, insert your desired administrative and WiFi passwords.
    Then connect the extender to AC power.  As before, open Airport Express on your Mac or other computer and accept all of the recommendations.  No need to add password info.
    Do not expect the Airport to respond instantly to the configuration commands.  BE PATIENT!

  • What Disk Allocation Units should I use, RAID0 or JBOD

    Hi, what Disk Allocation ubits should I use for drives.  The default in NTFS is 4k, is that OK or should I make them bigger?  If I use different drives to store different things should the different drives have different Allocation Units.
    I have a USB3 enclosure with 2 TB drives in it.  Would it be better to use JBOD (i.e. pass throught) so I effectivly have 2 seperate drives I can put different stuff on or RAID0 whitch gives better performance in a single volume?

    Thanks, was not sure if it should be in HW forum as it was conserning configuration of storage not chosing hardware.  Sorry about that.

  • What external Hard drive should I use for Final Cut Pro?

    Hi:
    I have a Mac Pro and I'm planning to work with HD. What external hard drive should I use?
    PD: I have a NVIDIA on a PCI Express graphic slot.
    Thanks,
    Cabezon

    You'll need to be much more specific; there are 20 or 60 different kinds of high definition. Some require nothing, some require superfast RAID, some require specialized hardware support.
    bogiesan

  • What XA JDBC driver should I use with Oracle 8i 8.1.6

    I need to use an XA JDBC driver for Oracle 8i 8.1.6. I am using the driver in
    a ConnectionPool in a TxDataSource for use by some entity beans using EJB 2.0.
    I'm running WebLogic Server 6.0 sp2, EJB 2.0, Java 2 SDK 1.3.1 Server VM, Solaris
    2.7, and Oracle 8i 8.1.6.
    I know of three different Oracle XA drivers: WebLogic jDriver for Oracle XA, Oracle
    OCI type 2 driver XA, and Oracle Thin tyoe 2 XA. Are there any other drivers
    that I can use for Oracle 8.1.6? Which driver and which version should I use?
    For example, can I use the Oracle 8.1.7 JDBC drivers with the Oracle 8.1.6 server,
    or would the Oracle 9i drivers work with the Oracle 8i server? Which drivers
    are faster, and which support more features? I assume that I should not use the
    type 4 driver since I am not using an applet, but I don't know if there are bugs
    in the OCI C library for Solaris or in the JDBC drivers that use it that prevent
    XA from woking. Which version of the Oracle C OCI library should I use if I use
    a type 2 driver?
    Thanks,
    Ross Goldberg

    Hi,
    I think you can't use the 8.1.6 thin driver for XA, you would have to
    use the OCI driver or 2PC-enable your datasource. AFAIK this has been
    changed for 8.1.7
    Check http://e-docs.bea.com/wls/docs61/////jta/thirdpartytx.html.
    Daniel
    -----Original Message-----
    From: Gene Chuang [mailto:[email protected]]
    Posted At: Thursday, August 30, 2001 2:04 AM
    Posted To: jdbc
    Conversation: What XA JDBC driver should I use with Oracle 8i 8.1.6
    Subject: Re: What XA JDBC driver should I use with Oracle 8i 8.1.6
    I've asked this question before. This is the reply from Joe
    Weinstein:
    For reliability and JDBC 2.0 compliance, I recommend the
    Oracle thin driver.
    If not that driver, you should verify that a type-2 driver
    actually does
    deliver better performance, but then I would not have a
    strong preference
    between their type-2 and ours. Theirs may be faster, and JDBC
    2.0 compliant.
    Both are succeptible to OCI bugs, some of which only they can
    fix, but we
    listen.
    Gene
    "Ross Goldberg" <[email protected]> wrote in message
    news:[email protected]...
    >
    I need to use an XA JDBC driver for Oracle 8i 8.1.6. I am using thedriver in
    a ConnectionPool in a TxDataSource for use by some entity beans usingEJB 2.0.
    I'm running WebLogic Server 6.0 sp2, EJB 2.0, Java 2 SDK 1.3.1 ServerVM, Solaris
    2.7, and Oracle 8i 8.1.6.
    I know of three different Oracle XA drivers: WebLogic jDriver forOracle XA, Oracle
    OCI type 2 driver XA, and Oracle Thin tyoe 2 XA. Are there any otherdrivers
    that I can use for Oracle 8.1.6? Which driver and which versionshould I use?
    For example, can I use the Oracle 8.1.7 JDBC drivers with the Oracle8.1.6 server,
    or would the Oracle 9i drivers work with the Oracle 8i server? Whichdrivers
    are faster, and which support more features? I assume that I shouldnot use the
    type 4 driver since I am not using an applet, but I don't know ifthere are bugs
    in the OCI C library for Solaris or in the JDBC drivers that use itthat prevent
    XA from woking. Which version of the Oracle C OCI library should Iuse if I use
    a type 2 driver?
    Thanks,
    Ross Goldberg

  • Hi, i have a A1186 Mac Pro 2008 Tower. Im running windows 7 64Bit on it. Im not sure about what version of bootcamp should i use to get the drivers. Someone please help me.

    Hi, i have a A1186 Mac Pro 2008 Tower. Im running windows 7 64Bit on it. Im not sure about what version of bootcamp should i use to get the drivers. Someone please help me.

    Boot Camp support:
    http://www.apple.com/support/bootcamp/
    Boot Camp FAQ:
    http://support.apple.com/kb/HT5639?viewlocale=en_US

  • What word processing program should I use with my Mac, what word processing program should I use with my Mac, what word processing program should I use with my Mac

    what word processing program should I use with my Mac?

    steve359 wrote:
    For free you can download NeoOffice
    Not quite. Downloading the current version of NeoOffice is definitely not free (downloading the previous version is). The developers of NeoOffice (the most Mac-like of the StarOffice descendants) make a distinction between the application itself (which is free) and downloading it, for which they require what they are pleased to call a "donation" (since it's mandatory, I would call it a fee).
    shldr2thewheel wrote:
    I totally forget about TextEdit all the time..
    Indeed. For basic WP tasks, TextEdit can be quite satisfactory.
    embauerxz
    I only need it for reports
    Would that include the report on the state of the US economy -- you know, the one President Obama asked you to deliver to the White House no later than 7AM on January 4? The one in two columns, with numbered paragraphs, table of contents, footnotes, mathematical formulae, 40 figures, 60 charts, quotations in Arabic, Japanese, and classical Greek, and 15 pages of references in APA style?
    Grant Bennet-Alder is right -- "the real answer depends on what work you expect to do with it, and with whom you expect to do this work". There are dozens of word processors for Mac, from the venerable Word to the no less venerable Tex-Edit+. It would pointless to start listing them all, when many of them might be either too little or too much for your needs.

  • What frame rate timeline should I use for 1080p 60fps premiere pro

    When using 1080p 60fps clips what sequence should I use when creating a timeline that would work the best for slow mo application?
    I read that you should use a 24 fps timeline but i'm not sure?
    Also I have a few 720 @ 120 fps, should I create a separate sequence for that and what kind of timeline should I use since cs5 only has 1080 @ 60fps option?

    24 is a good frame rate for most animations but some people like 30 and for the max stress on user systems and animation smoothness, use 60.

  • What type of restore should I use?

    My computer is properly backed up using Time Machine. I created a partition using Bootcamp so I could install Windows (I haven't actually installed Windows yet). However, after testing Parallels, which is an amazing program!, I want to get rid of the partition and use Parallels instead.
    My understanding is that I have to wipe my hard drive to erase the partition. Assuming this is true, what version of restore should I use? I want the computer to be exactly as it is in the backup, except for the partition.

    Ian Chamandy1 wrote:
    When I go into the Partition tab, the diagram and text shows my HD as having 148.73 gigs of space (it appears in blue on top in the diagram) and "available space" being 49.5 gigs (it appears in white on the bottom).
    Once you deleted the Boot Camp partition, you now have only a single partition. The light-blue shading represents the data in the partition; the white are represents the rest ("available space").
    Is this how it should be? I clicked on both the blue area and the white area but that doesn't select them. There is no line between them for me to drag. Also, the "-" and "Options" buttons are grayed out.
    If there's only one partition on the disk, the whole diagram, containing both the blue shading and white area, covering the entire disk, should be outlined in medium blue. The "-" sign is grayed-out because there's only the one partition. If there were 2 or more, you could use it to delete one.
    If you wanted to make a second partition, you would click the plus sign. DU would then change the diagram, splitting the existing partition. Then you'd see a line between the two, which you could drag up or down, etc. The Options button is used when setting-up a new or erased drive "from scratch," to specify the *Partition Map Scheme* for the entire drive.
    Browse Disk Utility's help for a general idea of what it can do. (It's one of the few apps that has fairly comprehensive explanations and instructions.)
    I should mention that I installed Parallels so I could run Windows and Mac OS simultaneously (it is quite amazing!). Could it be that Parallels creates an unlabeled partition?
    I don't do Windoze, but it's my understanding that Parallels makes one huge OSX file that contains the entire Windows system, rather than the way Boot Camp uses a separate partition. I also understand that this huge file is automatically excluded from Time Machine, so it doesn't back the whole thing up every time anything is changed. You can check this via TM Preferences > Options.

  • What you tube app should I use on my ipad2?

    What you tube app should I use on my ipad2?

    Google's official Youtube App is the recommended one.
    https://itunes.apple.com/en/app/youtube/id544007664?mt=8
    But there are many othe rApps yu can use, it depends on what functionality you want.
    Just search the store for the many alternatives.

  • What malware scanning software should I use

    What malware scanning software should I use?  Any suggestions for good free software?  Also is there a good free antivirus software too?
    I use malwarebytes & FEP for Windows 7 pc but need to know what to install of this mac.
    Thank you

    None is really needed at present.
    Helpful Links Regarding Malware Protection
    An excellent link to read is Tom Reed's Mac Malware Guide.
    Also, visit The XLab FAQs and read Detecting and avoiding malware and spyware.
    See these Apple articles:
              Mac OS X Snow Leopard and malware detection
              OS X Lion- Protect your Mac from malware
              OS X Mountain Lion- Protect your Mac from malware
              About file quarantine in OS X
    If you require anti-virus protection I recommend using ClamXav.

  • What type of repeater should I use with my new Airport Extreme?

    what type of repeater should I use with my new Airport Extreme? Thanks.

    If you want to repeat both bands of your dual band AirPort Extreme, another AirPort Extreme would meet these requirements.
    If you only need to extend one of the bands that the AriPort Extreme provides, then an Airport Express would do that nicely.

  • The screen of my MacBook Pro itself periodically switches the color. That is, with the usual colors, on some blue. What to do? Should be repaired, or you can figure out the most? HELP ME PLEASE!

    The screen of my laptop itself periodically switches the color. That is, with the usual colors, on some blue. What to do? Should be repaired, or you can figure out the most? HELP ME PLEASE!

    LambChops1,
    I’m using Mavericks, and it’s still possible to select text to drag and for cutting and pasting. Left-clicking and right-clicking is still possible, too.
    Try opening the Trackpad pane of System Preferences, and select the Point & Click tab. To right-click, ensure that your “Secondary click” checkbox has been checked; the small print under “Secondary click” is a dropdown menu which allows you to select the form of right-clicking that you prefer. (For instance, mine is set to “Click in bottom right corner”.) For left-clicking, is your “Tap to click” checkbox checked, or unchecked? (Mine is unchecked, since I prefer pushing for left-clicking over tapping to do so.)

  • What is the maximum size a sender SOAP adapter can handle?

    Hi,
    I am using sender SOAP adapter and receiver RFC adapter.
    What is the maximum size of request message it can handle efficiently.
    In the current scenario which I need to design , the request XML file could be up to 24 MB.
    Also if you could comment on which would be the best to use as the sender side - SOAP or File Adapter
    when the request message/file is of such size?
    regards
    Arun G

    hi,
    >What is the maximum size of request message it can handle efficiently.
    it totally depends on your hardware and flow design inside XI/PI
    >In the current scenario which I need to design , the request XML file could be up to 24 MB.
    this size is not a lot for a "normal" XI machine but it also depends on the
    volume of those messages - that is if you need to send
    one message like that per day or 1000 per half an hour...
    >Also if you could comment on which would be the best to use as the sender side - SOAP or File Adapter
    when the request message/file is of such size?
    SAP's general recommendation is to use messages around 5mb
    but it heavily depends on other factors so don't threat it as a must
    Regards,
    michal Krawczyk

Maybe you are looking for

  • Serial Number Stock Check at the time of Delivery

    Experts, Process: Sales Order PR(Purchase Order) GR( New Serial Numbers are created automatically or manually keyed in) Once the Goods Receipt is received, we do the (SO) DELIVERYu2014SERIAL NUMBER ASSIGNMENT Post Goods Issue Issue: Current Serial

  • Issues with the New Cloud

    Missing options in Media Encoder, Premiere, and After Effects. Just got done with this chat with Richa. It appears that there are some issues with your new version of several of your flagship programs. No way to create SMALL size video files for use

  • Not receiving group iMessages/texts

    First off - i know there have been lots of threads similar to this.  I've looked through those and tried the suggestions, but to no avail. I'm still left with the same issue. I've switched back and forth between my iPhone and Android phones for a cou

  • How to collapse empty space above each photo in an album?

    Hi folks. I have a photo album setup to display my photos as a single column with no caption. I'm seeing an alarming amount of 'dead space' above each photo. I.e., when I click on the photo in iWeb in order to see the blue bounding box that contains

  • Mount poinst not compatible for language DVD;s in configuration pgase.

    Dear all, I have an starnge issue.  we are in process upgrading system from ECC 5.0 to ECC 60. EHP4 sr1 SP03. So, as part of  plan i have used language DVD's   51036904_1 to 8  & run till cheks phase successfully , however we found some errors recurr