How to setup Cable Modem to internet

I am new to solaris 8 and would like to connect my sparc 5 directly to the internet via a cable modem.
If anyone out there has a clue on how to configure my system please provide me with the steps to follow.
Thanks

It can be a little tricky. I did it a couple of months ago with an Ultra 5 running Solaris 9, but I'm guessing it's pretty similar.
First, setup your computer to use dhcp.
Here's a handy web page that I found well AFTER I had already painfully configured my system.
http://www.rite-group.com/consulting/solaris_dhcp.html
If you'd like to use it as a web server, I'd suggest getting a DNS name from dyndns.org. It's free and seems to work well. The only gotcha is that you're IP address can change regularly so you'll have to use a freeware program like ez-ipupdate to keep dysdns updated with your latest IP. Also, dyndns doesn't like getting updates if your IP address hasn't changed, so I had to create a cron that I run hourly that'll update dyndns with my latest IP only if it changes. Here's a copy of it.
#!/usr/bin/ksh
# Used for updating the IP only when necessary.
NEWIP=`netstat -rn | grep le0 | head -1 | awk '{ print $2 }'`
OLDIP=`cat /var/adm/OLD-IP.txt`
echo $NEWIP > /var/adm/NEW-IP.txt
if [ "$NEWIP" != "$OLDIP" ]; then
# Update IP Address
echo $NEWIP > /var/adm/OLD-IP.txt
/usr/local/bin/ez-ipupdate -S dyndns -u username:password -h dns_name -i le0 > /dev/null 2>&1
fi
Good luck!

Similar Messages

  • Wireless bridge be setup - cable modem (downstairs) to a EA4200v1 to a EA6500 (upstairs)?

    Hello, I have a question on how to improve my home network. I have Comcast digital cable TV and High speed internet that is very spotty in the coverage in our split-level home.  Currently my home network setup has the cable modem located near the main box in the basement family room and a Cisco Linksys EA6500 centrally located upstairs.  This does not give adequate WiFi coverage to the downstairs basement family and bedroom for Netflix, xBox and laptop computing.
    I have a Cisco Linksys EA4200v1 router that I replaced the Cisco Linksys EA6500 with.  Is it possible to hook the EA4200v1 router up straight from the cable modem downstairs and then run the network cable out to the EA6500 upstairs and have them all on the same network?  Would this give me good coverage on both levels of the house?
    Thank you so much for any assistance you may be able to provide.

    The router on bridge mode would lose all router capabilities. However the wireless capabilities would remain. The USB functionality of the router would also not work when in bridge mode.
    Since the router connected to the modem is the EA6500, I suggest you setup the E4200 to bridge mode. Make sure you have the latest firmware installed on the E4200 since the old firmware doesn’t include bridge mode capability.
    Setting up your Linksys wireless-N router to Bridge Mode

  • Trouble connecting Cisco router with cable modem for Internet purposes

    So I am requesting help from the Cisco community on this issue as the cable company states there equipment is working fine.  At all my facilities I have a guest Internet service setup through a local Internet provide to provide Internet services to the residents and guests.  I have the cable modem usually a Motorola SBG6580 or a SMC 8014 (both provided by cable company) connected to my router on a FE or GE interface.  I am using static IPs and using the cable modem just as a modem (bridge mode).  Over the past several months these connections have just stopped working.  I have not made any drastic changes to my router configs; however, the cable company has updated the firmware on these modems.  I am wondering if that could affected how the modem and router talk.  I was told by the cable company that the modem sees the Cisco router but that the port is inactive.  My router shows the port is active and traffic passing.  Does anyone have any ideas that could point where the problem lies?  I will post a basic config to one that currently does not work.  I am using a VRF to route a certain group out, using NAT.  Please let me know if I need to post additional info.  Any help would be greatly appreciated.
    Cisco CISCO2911/K9
    Version 15.2(3)T1
    service timestamps debug datetime localtime
    service timestamps log datetime localtime show-timezone
    service password-encryption
    hostname 1204RTR01
    boot-start-marker
    boot system flash0:c2900-universalk9-mz.SPA.152-3.T1.bin
    boot system flash0:c2900-universalk9-mz.SPA.151-3.T.bin
    boot-end-marker
    card type t1 0 0
    logging buffered 64000
    aaa new-model
    aaa session-id common
    clock timezone cst -6 0
    clock summer-time CDT recurring
    no ipv6 cef
    no ip source-route
    ip vrf 5
     rd 5:1
    ip multicast-routing
    1
    ip dhcp pool Guest
     vrf 5
     network 10.51.XXX.0 255.255.255.0
     default-router 10.51.XXX.XXX
     dns-server 209.18.47.61 209.18.47.62
    ip flow-cache timeout active 1
    no ip bootp server
    no ip domain lookup
    ip cef
    multilink bundle-name authenticated
    application
     global
      service alternate default
    license udi pid CISCO2911/K9 sn FTX1508AHTM
    hw-module pvdm 0/0
    redundancy
    ip tcp synwait-time 10
    interface GigabitEthernet0/0.5
     description Guest VLAN
     encapsulation dot1Q 5
     ip vrf forwarding 5
     ip address 10.51.xx.xxx 255.255.255.0
     no ip redirects
     no ip proxy-arp
     ip nat inside
     ip virtual-reassembly in
     ip tcp adjust-mss 1452
    interface GigabitEthernet0/1
     no ip address
     duplex auto
     speed auto
    interface GigabitEthernet0/2
     description Guest Intenet access
     ip vrf forwarding 5
     ip address 24.242.182.182 255.255.255.252   <--Cable company IP, Modem IP is 24.242.182.181
     ip nat outside
     ip virtual-reassembly in
     load-interval 30
     duplex auto
     speed auto
    ip forward-protocol nd
    no ip http server
    ip http authentication local
    no ip http secure-server
    ip http timeout-policy idle 60 life 86400 requests 10000
    ip nat inside source list 9 interface GigabitEthernet0/2 vrf 5 overload
    ip route vrf 5 0.0.0.0 0.0.0.0 24.242.182.181
    access-list 9 permit 10.51.204.0 0.0.0.255

    Ok, mysteriously this location just started working yesterday, but I still am dealing with seven others and I really would like to know what is going on.  I will give you everything you may need and let me know.
    Config:
    version 15.2
    no service pad
    service timestamps debug datetime localtime
    service timestamps log datetime localtime show-timezone
    service password-encryption
    hostname 1112RTR01
    boot-start-marker
    boot system flash0:c2900-universalk9-mz.SPA.152-3.T1.bin
    boot system flash0:c2900-universalk9-mz.SPA.151-1.T.bin
    boot-end-marker
    aaa new-model
    aaa session-id common
    clock timezone CDT -6 0
    clock summer-time CDT recurring
    network-clock-participate wic 0
    network-clock-select 1 T1 0/0/0
    no ipv6 cef
    no ip source-route
    ip vrf GuestVRF
     rd 5:1
    ip multicast-routing
    ip dhcp pool Guest
     vrf GuestVRF
     network 10.51.112.0 255.255.255.0
     default-router 10.51.112.1
     dns-server 209.18.47.61 209.18.47.62
    ip flow-cache timeout active 1
    no ip bootp server
    no ip domain lookup
    ip cef
    application
     global
      service alternate default
    interface Embedded-Service-Engine0/0
     no ip address
     shutdown
    interface GigabitEthernet0/0.5
     description Guest VLAN
     encapsulation dot1Q 5
     ip vrf forwarding GuestVRF
     ip address 10.51.112.1 255.255.255.0
     no ip redirects
     no ip proxy-arp
     ip nat inside
     ip virtual-reassembly in
     ip tcp adjust-mss 1452
    interface GigabitEthernet0/1
     description Guest Internet (Time Warner Connection)
     ip vrf forwarding GuestVRF
     ip address 97.77.116.234 255.255.255.252
     ip nat outside
     ip virtual-reassembly in
     load-interval 30
     duplex auto
     speed auto
    ip forward-protocol nd
    ip nat inside source list 5 interface GigabitEthernet0/1 vrf GuestVRF overload
    ip route vrf GuestVRF 0.0.0.0 0.0.0.0 97.77.116.233
    access-list 5 permit 10.51.112.0 0.0.0.255
    control-plane
    end
    router#sh ip arp vrf GuestVRF
    router#Internet  97.77.116.233           2   f80b.bee7.e09f  ARPA   GigabitEthernet0/1
    Protocol  Address          Age (min)  Hardware Addr   Type   Interface
    Internet  97.77.116.234           -   8843.e13c.8d99  ARPA   GigabitEthernet0/1
    router#ping vrf GuestVRF 97.77.116.233
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 97.77.116.233, timeout is 2 seconds:
    Success rate is 0 percent (0/5)
    router#sh int g0/1
    GigabitEthernet0/1 is up, line protocol is up
      Hardware is CN Gigabit Ethernet, address is 8843.e13c.8d99 (bia 8843.e13c.8d99)
      Description: Guest Internet (Time Warner Connection)
      Internet address is 97.77.116.234/30
      MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec,
         reliability 255/255, txload 1/255, rxload 1/255
      Encapsulation ARPA, loopback not set
      Keepalive set (10 sec)
      Full Duplex, 1Gbps, media type is RJ45
      output flow-control is XON, input flow-control is XON
      ARP type: ARPA, ARP Timeout 04:00:00
      Last input 00:00:00, output 00:00:00, output hang never
      Last clearing of "show interface" counters 00:00:10
      Input queue: 76/75/15/0 (size/max/drops/flushes); Total output drops: 0
      Queueing strategy: fifo
      Output queue: 0/40 (size/max)
      30 second input rate 3000 bits/sec, 7 packets/sec
      30 second output rate 0 bits/sec, 0 packets/sec
         81 packets input, 4860 bytes, 0 no buffer
         Received 81 broadcasts (0 IP multicasts)
         0 runts, 0 giants, 12 throttles
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 watchdog, 0 multicast, 0 pause input
         16 packets output, 1193 bytes, 0 underruns
         0 output errors, 0 collisions, 0 interface resets
         0 unknown protocol drops
         0 babbles, 0 late collision, 0 deferred
         0 lost carrier, 0 no carrier, 0 pause output
         0 output buffer failures, 0 output buffers swapped out
    router#sh int g0/1
    GigabitEthernet0/1 is up, line protocol is up
      Hardware is CN Gigabit Ethernet, address is 8843.e13c.8d99 (bia 8843.e13c.8d99)
      Description: Guest Internet (Time Warner Connection)
      Internet address is 97.77.116.234/30
      MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec,
         reliability 255/255, txload 1/255, rxload 1/255
      Encapsulation ARPA, loopback not set
      Keepalive set (10 sec)
      Full Duplex, 1Gbps, media type is RJ45
      output flow-control is XON, input flow-control is XON
      ARP type: ARPA, ARP Timeout 04:00:00
      Last input 00:00:00, output 00:00:00, output hang never
      Last clearing of "show interface" counters 00:00:42
      Input queue: 76/75/67/0 (size/max/drops/flushes); Total output drops: 0
      Queueing strategy: fifo
      Output queue: 0/40 (size/max)
      30 second input rate 3000 bits/sec, 7 packets/sec
      30 second output rate 1000 bits/sec, 2 packets/sec
         408 packets input, 24480 bytes, 0 no buffer
         Received 408 broadcasts (0 IP multicasts)
         0 runts, 0 giants, 61 throttles
         0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
         0 watchdog, 0 multicast, 0 pause input
         72 packets output, 5669 bytes, 0 underruns
         0 output errors, 0 collisions, 0 interface resets
         0 unknown protocol drops
         0 babbles, 0 late collision, 0 deferred
         0 lost carrier, 0 no carrier, 0 pause output
         0 output buffer failures, 0 output buffers swapped out
    I am receiving packets in and out of the interface but I cannot ping the modem through the VRF.
    router#sh ip nat translations
    Pro Inside global      Inside local       Outside local      Outside global
    udp 97.77.116.234:3169 10.51.112.39:3169  209.18.47.62:53    209.18.47.62:53
    udp 97.77.116.234:8534 10.51.112.39:8534  209.18.47.61:53    209.18.47.61:53
    udp 97.77.116.234:12244 10.51.112.39:12244 209.18.47.61:53   209.18.47.61:53
    udp 97.77.116.234:14002 10.51.112.39:14002 209.18.47.61:53   209.18.47.61:53
    udp 97.77.116.234:23623 10.51.112.39:23623 209.18.47.62:53   209.18.47.62:53
    udp 97.77.116.234:24489 10.51.112.39:24489 209.18.47.61:53   209.18.47.61:53
    udp 97.77.116.234:24550 10.51.112.39:24550 209.18.47.61:53   209.18.47.61:53
    udp 97.77.116.234:27458 10.51.112.39:27458 209.18.47.62:53   209.18.47.62:53
    udp 97.77.116.234:28603 10.51.112.39:28603 209.18.47.62:53   209.18.47.62:53
    udp 97.77.116.234:37404 10.51.112.39:37404 209.18.47.62:53   209.18.47.62:53
    udp 97.77.116.234:53942 10.51.112.39:53942 209.18.47.61:53   209.18.47.61:53
    udp 97.77.116.234:58125 10.51.112.39:58125 209.18.47.62:53   209.18.47.62:53
    udp 97.77.116.234:64797 10.51.112.39:64797 209.18.47.61:53   209.18.47.61:53
    udp 97.77.116.234:56925 10.51.112.52:56925 209.18.47.61:53   209.18.47.61:53
    udp 97.77.116.234:56925 10.51.112.52:56925 209.18.47.62:53   209.18.47.62:53
    udp 97.77.116.234:62342 10.51.112.52:62342 209.18.47.62:53   209.18.47.62:53
    tcp 97.77.116.234:36559 10.51.112.69:36559 199.167.177.46:1227 199.167.177.46:1227
    tcp 97.77.116.234:48895 10.51.112.69:48895 54.195.253.126:5223 54.195.253.126:5223
    tcp 97.77.116.234:58385 10.51.112.69:58385 54.195.243.137:5223 54.195.243.137:5223
    Pro Inside global      Inside local       Outside local      Outside global
    tcp 97.77.116.234:58658 10.51.112.71:58658 31.13.66.165:443  31.13.66.165:443
    udp 97.77.116.234:3066 10.51.112.72:3066  209.18.47.62:53    209.18.47.62:53
    udp 97.77.116.234:3884 10.51.112.72:3884  209.18.47.61:53    209.18.47.61:53
    udp 97.77.116.234:6656 10.51.112.72:6656  209.18.47.61:53    209.18.47.61:53
    udp 97.77.116.234:11194 10.51.112.72:11194 209.18.47.61:53   209.18.47.61:53
    udp 97.77.116.234:11774 10.51.112.72:11774 209.18.47.62:53   209.18.47.62:53
    Let me know if you need anything else.  I need to figure this out and I just don't get it because the other site wasn't working a few days ago and all of a sudden it is working again but others are still not.

  • The connection between your access point, router, or cable modem and Internet is broken

    When I turn on my computer, this problem came out as the title. I don't know why, but it can not connect to the Internet. The Internet is OK, my another computer could connect it. Anyone can solve the problem? Thank you very much!

    Hi,
    Try to reset the TCP/IP stack go to this article and either click on "Fix it for me" or follow the instructions to fix it yourself:
    How to reset TCP/IP by using the NetShell utility
    http://support.microsoft.com/kb/299357 
    Also you could try to reset winsock to check if it helps.
    To do this, follow these steps:
    1.  Click Start, and in Start Search, type cmd.
    2.  Right-click the cmd entry that appears in the search results, and then click ‘Run as administrator’. If you are prompted for an administrator password or for a confirmation, type the password, or click Continue.
    3.  At the command prompt, type the following, and then press ENTER:
    netsh winsock reset
    Then, you should see the following message:
    Successfully reset the Winsock Catalog. You must restart the computer in order to complete the reset.
    Restart the computer and check if it works fine.
    Karen Hu
    TechNet Community Support

  • 10.5.6 setup on mini with USB nic, not receiving DHCP from WAN (cable modem

    Hello,
    I'm probably in a little over my head thinking I could configure MacOS X Server without much IT knowledge. But I started, so I'm not giving up yet.
    Here's my setup:
    — cable modem ethernet connects to USB nic (the apple macbook air one) plugged into mac mini running 10.5.6 Server
    — ethernet on mac mini connects to switch
    — switch connects to airport base station set-up as bridge
    — in the future other computers will connect over ethernet to the switch (that's why mac mini isn't plugged into base station directly)
    Here's the issue:
    — cable modem uses DHCP (no fixed IP).
    — when first installing 10.5.6 Server, modem was connected directly to ethernet on mac mini, and picked up everything from DHCP, worked fine. Ran all the system updates (started with a 10.5 initial install)
    — after everything was installed, I switched the modem to the USB ethernet adapter and ran NAT setup assistant. configured the USB Ethernet as the WAN, Ethernet as the LAN, turned on VPN.
    — now the USB Ethernet won't pick up the DHCP of the WAN anymore. It did it once, and then never again.
    — I've run the NAT setup assistant to switch the WAN and LAN nics to see if the USB Ethernet was the issue, but with the same results.
    — This setup used to work although not quite stable on 10.5.4 server.
    My initial questions:
    — is the firewall blocking the DHCP?
    — is the LAN DHCP messing with the WAN?
    — in the previous version I had to set the replythresholdseconds from 10 to 0 in the bootpd.plist for it to hand out DHCP on the LAN, but there is no such entry in the pootpd.plist anylonger, and the keynet_address entry that was missing from the previous version of bootpd.plist is now present, so it seems the bootpd.plist has been fixed by apple.
    — what am I doing wrong? Why doesn't this just work as advertised...
    I know there are several of you out there that have the same setup working (I found posts from hirstey and DigiAngel with the same setup) so it must be possible. All your help is much appreciated!!
    Thanks,
    Hagenaer
    Thanks!
    Message was edited by: Hagenaer

    Thanks for your reply, DigiAngel.
    DSL modems differ from cable modems as far as I understand. Where DSL modems are actually routers capable of NAT/DHCP, cable modems are just a network interface/brigde and can't do any of that. So it should pass the external IP to the computer. I'm writing on a laptop with the cable modem directly plugged into it, and it picked up the external IP etc. near instantly. The mac mini did the same before I ran the NAT setup assistant. I believe it picked it up once after that, but never since.
    I had done a clean install, had the ethernet plugged into its internal ethernet port (en0) and was able to download all the system updates. Then plugged in the USB ethernet, I'm pretty sure it still picked up the IP there. Ran the NAT setup assistant and can't get anything to work anymore. Even with all services switched off.
    So the modem is doing its job, but when I connect it to the USB nic the connection gets a self-assigned IP in about 3 seconds after seeing the cable is connected. The one time I've seen it get the right IP, it got a self-assigned IP first and then about 5 seconds later picked up on the correct IP. (And it picked up everything, including DNS server and search domains, which this laptop I'm writing on does not, although it works just the same).
    Unfortunately, this laptop runs 10.4.11 which doesn't recognize the USB nic, so I can't test the adapter outside of the server environment. But I've had the genius bar test the adapter previously and it worked fine then, plus I've run the NAT setup assistant with the connections inverted (WAN over built-in ethernet, LAN over USB ethernet) with the same results: WAN gets self-assigned IP.
    I've also tried configuring manual IP for the WAN from what I saw was given to this laptop (it kept the same IP even after being disconnected/reconnected, so I guess the IP for my modem won't change IP unless I reset it. Although I'm not sure if it's correct logic to assume the mac mini would pick up the same IP as well since I think that's actually tied to the MAC address and the IP doesn't belong to the modem but to the computer behind it).
    Anyway, I'm not sure what to try next...
    Hm. Wait, this might have something to do with it: the firewall logs the following:
    Mar 22 14:12:07 server ipfw[4997]: 65534 Deny UDP 73.227.220.1:67 255.255.255.255:68 in via en 2
    Looking up 73.227.220.1 gives me dns1.inflow.pa.bo.comcast.net, clearly my provider's DNS server. Trying to get me an IP that my wirewall is denying? Turning off the firewall doesn't make it pick up the correct IP though... I have turned off all services and still just got a self-assigned IP.

  • Public and Priviate network from same cable modem - more questions please

    A couple of weeks ago I asked about having both a privite network and a public wireless network that would work from one cable modem. The requirement is that the private network not be seen or be "hackable" by users on the public network.
    Duane gave us the approach to use and we think we have it right, but because the security of our private net is so important, we want to make sure. We will not do the public network if the security of our private network is in danger.
    Here is how things look:
    Cable modem --> Router 1 WAN port
    Router 1 regular ports --> Private Network -and- Router 2 WAN port
    Router 2 regular port --> AirPort Extreme WAN port
    We have our public network set up as WPA Personal and we broadcast the network name. The password for this network will be shared wiith users as they enter our public area where they can use their PCs. The default login/password on both routers and the AirPort Extreme have been changed. Connecting via AirPort to the public network I can see Router 2 but not Router 1 or any of my computers, printers, etc. when I browse the network via the Finder.
    Do I have it right?
    Does this setup give users on the public network any way to get to my private network, computers, and files? Are there any tests/experiments that I could run to further validate this setup?
    How secure is it?
    Am I asking for problems by offering a public network that shares some of the resources of the private network - modem, MAC address, IP addresses of routers, etc.
    From the public net we have attempted to use the IP addresses of the computers on the private network without success.
    The best answer I could receive is that there is no way to hack the private from the public. If this is not the answer, how secue am I.
    Tim

    When you state "Router 1 regular ports(8) feeding Private Network..." do you mean that there is another private router or are the private clients directly connected to router 1?
    If you have a private router, the public devices connected to the AirPort Extreme base station (AEBS) could address and reach anything on Router 1 including the private router's WAN side.
    The firewall in private router should block any of the public access to clients of private router. So any traffic from private router should be safe as long as the public has no physical access to router 1 nor router 2's WAN port.
    If the private clients are directly connected to router 1, then the public clients can directly access any of your private clients. The traffic among private clients and from private clients to Internet would be secure (as long as my previous note about physical access is true).

  • Why has my native windows 7 Pro-64 network to a windows 7 Pro-64 VM has slowed to a crawl and freezes, after the new Arris cable modem was installed?

    Please appreciate the details, so the complete situation can be visualized:
    The office network:
    New Mac Mini PC running Win 7Pro 64, (in boot camp), networked to an iMac running the same Win 7 Pro 64, VM, UNDER Fusion 7Pro.
    To review: My treatment rooms former dell PC/running vista business/ running the server and network versions of my Dental practice mgmt & X-ray capture apps, had no probs WLAN to the front desk iMac running the same PC client dental network apps under the same vista business, & Fusion 4. The dell slowly fried its power supply .
    I could not wait to replace it with a Mac mini/ boot camp/ win7 pro 64 bit, as it has to run natively to capture X-rays. The front desk iMac was also upgraded to os10.10.3/ Fusion 7pro/ and its own matching Win7 pro 64bit. The iMac is wired and WLAN connected to a netgear d600 router and a Time Warner Cable  modem. The modem then failed and was replaced by an arris modem. As the Arris was configured out of the box, the network ran much slower slowed, as compared to the original modem. BUT-  The Vonage 2 line phone system stopped working- no incoming or outgoing voices could be heard after it rang. Then twc remote configured it and the phone now works, but the network iMac slowed to a crawl, and now freezes when accessing the Mac Mini PC dental server to edit or enter data. The Mini perfectly accesses the internet via wifi. It accesses the front desk canon  printer by wifi, and can print share they the iMac that is wired to the printer, as well, BUT, the network connection is a spinning pinwheel. The front desk imac easily finds the Mac Mini PC server on the network. It connects easily by entering the servers IPv4 address SHOULD THAT last value change.  But if data isn't entered in slow motion, the window and app freezes, and has to be force quit by Task Manager!
    Cause:
    1. I think TWC switched the cable modem from the default- Non Bridged, to Bridged mode. Could this be the cause?
    2. The network setting in fusion, on the iMac is auto detect, a setting that always worked with vista and with the new Win7 system, before TWC installed the new arris modem. 3. Switching to NAT does not work at all is there a different setting to use?
    3. Does the Netgear Router  have to have a port or pref configured so as not to block the  Server.
    4. might in need an Access Point (I have an extra netgear wdr3400) ).
    5. Do I need an Extender that plugs into the AC LINE?
    I hope this info helps.
    PS:(some addtl info:
    1. File sharing works fine between the minis -Mac and boot camp sides and between the iMacs- Mac and VM sides and between eother side to or from either of the 2 computers! 2. Also  either office computer and all of my my home macs , (& my iPad, & iPhone), can access each other instantly and flawlessly, with splash top streamer and jump desktop remote apps, as controller or as client!  In fact, the front desk iMac can remote control the mini PC AS IF YOU WERE DIRECTLY ENTERING INFO I TO IT!
    SO I think it's either a misconfiguration in the TWC cable modem  &/or some additional pref to config in the router? Thanks so much for your help, (been using VM's since VPC1. & Win95 in a iMac, 1999, DV MODEL! (TWC BLAMES VONAGE FOR NOT OPENING SOME PORTS IN THE TELE MODEM. Vonage blames TWC FOR NOTopeningj ITS PORTS IN THE CABLE MODEM, when they meant the ports on the Netgear.  They have passed the buck for 6 weeks with not even a guess at what to do. VERY FRUSTRATING!  Again, thanks to all!

    Okay Saint Steven, I'll bite:
    I read your description multiple times, very carefully, and I am still confused. May I suggest the following:
    * Follow basic troubleshooting procedures. Isolate each individual problem. Don't try to get everything working at once. Make one change at a time.
    * If I read your description correctly, the Netgear D600 (??) Router is the office LAN (not WLAN). Connect each piece on the LAN separately one-by-one, and test each piece individually. Get your LAN and its devices working first. Forget about the Vonage and the Arris Cable modem.
    * Next, look at your Internet connection. Again, try each piece separately. Depending on how the original cable modem and the new Arris cable modem are configured, you may also have to adjust the configuration of the Netgear D600 Router. 
    * Finally, if you are still having problems, try to organize your thoughts and presentation before you post again. List each element in your network. List how each element is configured. Be systematic.
    "Arris cable modem" does not help much - some are simple bridges, others are routers, etc.
    To answer your questions:
    1. I can't tell from your confusing description, but I don't think so. It seems like the problems are associated with the system changes you made (replacing Dell, etc.) and the problems seem to be isolated to the local LAN.
    2. Auto detect should work, but it is easy to change and test, as long as you change one thing at a time.
    3. No. The Netgear router should allow all communications on the local LAN. Could you have put the "server" in the DMZ?
    Note: I could not find a Netgear "D600" model in a web search. Do you mean N600?
    4. No. I doubt that you need an additional access point. Based on your description, everything appears to connect to the LAN.
    5. No. See 4.
    To repeat myself:
    * Do careful, systematic troubleshooting.
    * Provide carefully written, detailed description of your network and system configurations when you ask for help.
    Good luck!

  • Airport Extreme Base Station not cooperating with Cable Modem

    The non-specific issues are by far the most frustrating and I can't make any sense of this. To be fair, this might not be a AEBS issue as much as a ISP issue, but any suggestions are much appreciated.
    History: My setup has worked great for about 6 months, but recently I've been having intermittent problems (described below) that have been getting progressively worse and more frequent. The issues have not changed in relationship to firmware/software updates for the AEBS and airport utility.
    Setup: Cable Modem (Time Warner Kansas City is ISP) --> AEBS (A1143 on the latest firmware) --> periodic wireless connection to imac, macbook pro and 2 iphones. A Time Machine (hard drive) is also connected to the AEBS via USB.
    Symptoms:
    -Intermittent disconnects and slowdowns over wireless
    -Wired connections are completely unaffected.
    -Loss of wireless internet connectivity is consistent through all devices.
    -Time machine is unavailable when the internet is not accessible.
    -During disconnects sometimes the router doesn't even appear, sometimes I can connect but can't reach my time machine or the internet, sometimes it won't accept my password and sometimes it times-out.
    Sounds like the wireless transmitter is going out on the AEBS or something, right? Well, Apple was kind enough to replace my AEBS under warranty to try to solve this problem, but it hasn't gone away.
    Could this be an issue with my ISP not distributing IP address properly or something? I'm not really very savvy with the way all that works.
    Thanks for your help with this mess.

    Its gotta be the surrounding interference issue. I found a macworld article that refers to testing the different channels in the 2.4gHz range and finding some completely unusable (as you mention). If I didn't have a couple iPhones that can't run 5gHz, I'd certainly bump up to that because apparently that's where the performance is!
    Here's a link to the article, although it's mostly a review, though information within is pertinent to our issue.
    http://www.macworld.com/article/59923/2007/09/airportextreme.html

  • I don't have a DSL or cable modem to access the Internet ... just a mobile WiFi (there is no cable available at our house). How do I connect my Time Capsule to the Internet via the mobile WiFi?

    I don't have a DSL or cable modem to access the Internet ... just a mobile WiFi (there is no cable available at our house and the mobile WiFi is our only option). How do I connect my Time Capsule to the Internet via the mobile WiFi?

    LOL!!
    I am in Australia and the ISP... I think both the main ones would fit your description to a T.. big T in particular.
    Your router is really unsuitable.. if it is only wireless and no ethernet.. just buy an ethernet one.
    Do a search on ebay.. 3g router.
    But you can get the TC to join a wireless network.
    It is a non-standard setup that Apple will not support.. the option is hidden.
    If you are on Lion download the 5.6 utility. Go to the wireless set up page and hold down the option key whilst selecting wireless mode.. a new option, join will appear. You can then put in the ssid and passkey of the 3g router.
    But please note the end result of this setup..
    very slow speed. The TC is now a second wireless hop from your clients.. this will halve the speed.
    In this mode the ethernet are deactived.. for reasons only Apple know, they decided you should not use ethernet when doing this.

  • How to share internet connection from cable modem through built-in airport on imac?

    I have a cable modem with ethernet going into imac. How can I share the internet connection using the iMacs built in airport with other computers that have airport cards?
    I would love to put an ethernet router between the imac and the modem and share the internet connection using the iMacs built in airport with other computers that have airport cards as well.
    Thanks!

    The setup I had working is what I have connected to the internet now. A cable modem with one ethernet jack that plugs into the iMac. The airport from the iMac broadcast to my G5 with an airport card in it and received the internet connection. The PC received it the same way from the iMac but to a Netgear wireless adapter.
    I messed things up recently adding a wired 4 port ethernet router between the iMac and the modem, so that the modem ethernet plugged into the router, and from the router, plugged into the iMac which then could receive the internet but no more airport connections to my other machines. Haven't been able to get it working since.

  • Cable Modem internet Connection Setup

    Hello
    How do i setup a Cable modem internet connection for my x86 solaris machine
    I have the hardware connection set to go but i have no clue on how to set it up the software.
    Thx

    go read the FAQs pointed to from www.sun.com/intel

  • I have a internet connection thru a cable modem but the signal is not strong to reach one of other rooms, so i purchased a airport express so how do i connect it to the exisiting modem do i have to install the cd that came with it, the modem is connected

    I have a existing internet connection thru a motorola SBG900 cable modem connected to my imac, i purchased a macbook pro but the signal is not strong, so i purchased a airport express but i dont know how to install it, do i have to install the CD on my macbook pro or the imac.  i live in a four bed room house distance between the imac and macbook pro is around 25 -30 feet.
    Thanks
    Yesh

    Hello:
    This article will give you basic guidance.
    http://docs.info.apple.com/article.html?path=Mac/10.7/en/mchlp2875.html
    Barry

  • Cannot see Mac Mini Server from Internet: DynDNS alias gets thru cable modem to wireless router, not to the Mac Mini. How to configure?

    I want to make my Mac Mini Server (Lion) visible to the Internet from my home LAN. I have followed the Lion server install wizards and also set up a dynamic DNS at DynDNS.com.
    When I enter the Internet address with the proper alias from a web browser, I get dumped into the admin screen of the Linksys wireless router WRT300N. Hint: the WRT300N provides DHCP for the LAN, not the cable modem providing DHCP. The WRT300N has DDNS service set up. NAT and RIP are disabled. The Mac Mini DHCP is reserved.
    Suggestions? I could use the Motorola Surfboard SB6121 to provide DHCP but have hesitations.
    Point me to the right discussion/article and get me back on track, please.

    This sounds like a simple port forwarding issue, but I don't understand your LAN setup.
    The WRT300N has DDNS service set up. NAT and RIP are disabled.
    The chances are, you're running NAT somewhere in your network. If not the WRT then what? If it's your cable modem then you must have port forwarding configured on the cable modem, and that's where you need to focus - change the port forwarding to point to your Mac Mini's address rather than the WRT.
    HOWEVER, it is far more common to have the wireless router perform NAT and DHCP, which is why I question your setup.
    Not directly related, but:
    The Mac Mini DHCP is reserved
    Nix this. Your server should be configured manually, with a static IP address, not DHCP, even with a reservation in the DHCP server. The only advantage of DHCP is for dynamic hosts (hence the 'D' in 'DHCP') or if you expect to change your entire local subnet on any kind of frequent basis. The reality is that you can't just change the IP address of Mac OS X Server like this - there are too many dependencies, so it's better to set it manually, knowing that there's a cost (and pain) to change the server's address.

  • Internet setup using modem cable

    Hi
    Please help trying to setup internet via cable using assistant but option is gryed out, please guys new to this thanks

    !http://i46.tinypic.com/2nvn6f.gif!
    Contact your ISP provider, the user manual that should have came w/the modem or your ISP and/or see KB Article http://docs.info.apple.com/article.html?artnum=106749 *Troubleshooting a cable modem, DSL, or LAN Internet connection*
    !http://i51.tinypic.com/9bkxeq.gif!

  • The Apple time capsule provides disc memory, a wifi network, and router functions. It would normally be connected to the internet via cable modem.  If I wanted to use a wireless cellular connection to the internet, how would I do that?

    The Apple time capsule provides disc memory, a wifi network, and router functions. It would normally be connected to the internet via cable modem.  If I wanted to use a wireless cellular connection to the internet, how would I do that?

    If I wanted to use a wireless cellular connection to the internet, how would I do that?
    The wireless cellular device would need to have an Ethernet port, to provide an Ethernet signal to the Time Capsule's WAN port.

Maybe you are looking for

  • Consuming External Web Services in Web Dynpro Java

    Hi All, I an trying to consume external web service in Web dynpro java using Adaptive Web Service Model. But getting below mentioned error while executing the web service Exception on execution of web service with WSDL URL 'D:\Web Service Project\Cur

  • Question about  Graphics Cards for Adobe and more

    Hello, for technical people I'll start by listing some relevant computer info:    Asus P9x79Pro Motherboard . Nvidia Quadro 4000 2GB . Windows 7 . Adobe CS6 I have a workstation PC and have been considering ways to improve it. I'm pretty happy with b

  • Update query for Advanced table.

    Hi, I am an newbie to OAF so need help for a simple task. I have an advanced table that has been created using expert mode query of VO. (as it contains data from more than one table). Now, i want to update the data for any row that is changed in the

  • Joining tables : Smart Access Connection

    Here's my scenario... I have data from 1 system existing as standard HANA tables. I have data from a second system, coming into HANA as a Smart Access Connection. My task is to build queries against each system's tables to obtain relevant data from e

  • Recommended Landscape for SAP

    Hi Experts, Is there a SAP recommended landscape when it comes to creating clients? For a example; Development u2013 Client aaa u2013 ABAP & Config only. No master or transaction data in this client.                          Client bbb u2013 Unit tes