Hassle free connections for HTTPS

Hi,
I am trying to make http requests for https. Currently I am doing this on TCP/IP socket. From socket, send request headers over StreamReader and StreamWriter;
"POST mypage/myone.htm HTTP/1.1\r\n"+...
I tried using Socket created with the recommended;
SSLSocketFactory sslFact = (SSLSocketFactory)SSLSocketFactory.getDefault();
SSLSocket s = (SSLSocket)sslFact.createSocket(addr, port);
Doesn't seem to doing as I expected. Do you have some hassle free codes that work always without manual settings, etc? There is no need to validate providers or use CA.
Thanks in advance.

I am getting exceptions like this;
java.lang.ClassCastException:
com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl
cannot be cast to javax.net.ssl.HttpsURLConnectionfrom the following line;
HttpsURLConnection conn =
(HttpsURLConnection)new java.net.URL("https://....").
openConnection();If I change this to HttpURLConnection, error comes to the following;
javax.net.ssl.SSLHandshakeException: sun.security.validator.
ValidatorException: No trusted certificate foundCurrently I am testing with Tomcat without CA certificates. It is intended to be used with and without certificates. There is no risk being hacked for doing so. I tested with 1.4, 1.5, and 1.6.

Similar Messages

  • Free Connectivity for Wire Less Lan

    Hi,
    We are having internet connection and internet router ( 1841 ) is connected via swicth to Aironet swicth for wireless connectivity.
    What is required is that any general LAPtop with wireless card will be able to conennect to Aironet Swiitch and access the internet. We are able to connect using a ethernet. ( laptop gets a IP address , def. gateway , DNS ) from DHCP which is running on router. But how to do it for wireless card. Is there any default SSID which can be used to just conenct. Just like in Hotels , or Central Park in NewYork !! You have laptop and you are connected to internet!
    Any configuration example please share .
    Any link on cisco.com is highly appreciable.
    Thanx in advance
    subodh

    Just create a simple SSID with any name and try associating clients to it. By default access point will forward the DHCP broadcast to the wired side. Make sure on the client the option , Obtain IP address automatically is chosen on the Wireless Card on TCP/IP .

  • Steps to enable Web Proxy for https

    I have an S160 WSA and want to enable the Web service for http and https. I am using transparent mode with WCCP.
    This is part of the router configuration:
    ACL:
    access-list 110 permit tcp 192.168.80.0 0.0.7.255 any eq 80
    access-list 120 permit tcp 192.168.80.0 0.0.7.255 any eq 443
    ip wccp 97 redirect-list 110
    ip wccp 98 redirect-list 120
    interface FastEthernet0/0.380
    ip wccp 97 redirect in
    ip wccp 98 redirect in
    It is the same configuration for http and for https, but only http traffic is working. When I see the logs in the WSA, it looks like accepted connections for https.
    In Security Services -> Web Proxy it is enabled, when I put the port 443, I get an https error in the end user laptop; when I dont, it keeps trying and I get a timeout.
    I tried enabling https proxy but some sites (as gmail), wont work with self-generated certificates.
    Would you please, list me the steps to enable Proxy services for https.
    Thanks!!!
    Sergio L.

    Hi Sergio,
    When WSA is configured as transparent proxy, it also accepts explitcit connections. So in order to test HTTPS proxy, you can configure client browser to explicitly use WSA as proxy and see if it is working before testing in transparent mode.
    When WSA is used as HTTPS proxy, it uses its self-generated certificate to encrypt the connection between itself and the client browser. Since this certificate is not trusted by browser, it'll throw SSL certificate error when connecting via WSA. In order to get rid of this error, download the self-generated certificate from WSA and install it in your browser as a trusted certificate. That should resolve SSL issue with gmail also.
    Hope this helps.
    Thanks,
    Chetan

  • How  to create and test HTTP connection for proxy

    HI
    Can anybody help me by providing step by step guide for how to create a HTTP connection for inbound abap proxy?
    How i will get sure that connection is working properly?
    Thanks
    Debraj

    Hi Debraj,
       You should be able to do that in SM59 of the XI Box.
    Create the connection under "HTTP Connections to R/3 System".
    Provide the Target Host IP Address.Service Number and Path Prefix.
    Select the logon procedure as SAP Standard.
    SSL Inactive.
    Provide Logon details.
    Regards,
    Ravi

  • HTTP Proxy Connection for sharepoint-webservice endpoint in  SMP

    hi all,
         I want to consume share-point services(soap based) through SMP. for that i am creating HTTP Proxy Connection for sharepoint web service endpoint in
    SMP. i have done with creation of proxy connection without any error but while testing (on REST_CLIENT add-ons) it showing following error :
    Status Code: 400 <?xml version="1.0" encoding="utf-8"?> <error ><message xml:lang="en">Error occurred while connecting to the Gatewaynull</message> </error>
    Can anyone help me....
    Thanks in advance.

    hii Andrew,
    Here are screenshots of proxy connection configuration,
    security configuration:
    Application creation:
    connection white listing :
    Error message in Rest Client:
    Regards,
    SupriyaD

  • MI Client 7.1 - No credentials for HTTP connection

    Hi Everybody!
    I´ve been testing Mobile 7.1 . I installed SAP MI Client for Laptop, configured all connection parameters (server, port, client)  and when I try to synchronize with DOE, I get the error:
    m="Cannot determine reason for not authorized response from server --&gt; com.sap.tc.mobile.exception.standard.SAPIllegalStateException: No credentials for HTTP connection
         at com.sap.tc.mobile.cfs.sync.synchronizer.http.HttpSynchronizer.createNewServiceConnection(HttpSynchronizer.java:1095)
         at com.sap.tc.mobile.cfs.sync.synchronizer.http.HttpSynchronizer.checkReasonForNotAuthorized(HttpSynchronizer.java:1277)
         at com.sap.tc.mobile.cfs.sync.synchronizer.http.HttpSynchronizer.readHttpResponse(HttpSynchronizer.java:1323)
         at com.sap.tc.mobile.cfs.sync.synchronizer.http.HttpSynchronizer.exchangeStatusWithServer(HttpSynchronizer.java:340)
         at com.sap.tc.mobile.cfs.sync.synchronizer.http.HttpSynchronizer.synchronize(HttpSynchronizer.java:591)
         at com.sap.tc.mobile.cfs.sync.SyncManagerImpl.synchronizeOnce(SyncManagerImpl.java:622)
         at com.sap.tc.mobile.cfs.sync.SyncManagerImpl.synchronize(SyncManagerImpl.java:452)
         at com.sap.tc.mobile.cfs.sync.spi.SyncManagerSPI.synchronize(SyncManagerSPI.java:694)
         at com.sap.tc.mobile.cfs.sync.spi.SyncManagerSPI.synchronizeStart(SyncManagerSPI.java:676)
         at com.sap.tc.mobile.cfs.sync.spi.impl.SyncCoordinator.startSync(SyncCoordinator.java:133)
         at com.sap.tc.mobile.mwd.laptop.container.SyncProgress$SyncThread.run(SyncProgress.java:580)
         at java.lang.Thread.run(Unknown Source)
    I´ve searched, but i haven´t got anything. I also created the Device on DOE Administrator and I configured the DOE following  SAP Help (http://help.sap.com/saphelp_nwmobile71/helpdata/en/45/17a790d8000064e10000000a1553f7/frameset.htm)
    I thought that the problem could be role, but i set all possible DOE roles to the user. I´m trying synchronize with the same password that I log in DOE.
    has anyone any idea?
    Thanks.
    Edited by: Rogério Tambellini on Nov 13, 2009 6:25 PM

    Hi,
    I´ve solved the problem following the link:
    Thanks for your attention.

  • Video NetConnection connect(null) also for http streams

    Just found out that nc.connect(null) is for both local files
    and also
    http:// based video files .
    Documentation states connect(null) is for local files and use
    connect(URL) ; for rtmp and http based streams.
    However after some testing I found that for http (e.g
    http://www.mysite.com/videos/myvideof.flv)
    you need to use also connect(null). connect('rtmp://host/stream')
    is only used with streaming servers with rtmp ..
    FYI
    Yoav

    Yoav,
    Can you file a bug in the Flex Bug base at
    http://bugs.adobe.com/flex/
    and somebody from Adobe can take a look. Also, if you can provide
    some sample code, that would help us out a lot.
    Thanks,
    Peter

  • HTTP Connection for Solution manager

    Dear Experts,
    SAP support team asked to create a http connection for solution manager for service check.We already created a R/3 connection for solution manager.why they are asking for HTTP connection? Really they required HTTP connection ?,Is they are any problem with this type of connections.What are the transaction codes which are not run in SAP GUI. Please clarify my doubts.
    Thanks and regards,
    Patan Thavaheer.

    Hi Patan,
    Solution Manager transaction codes open in http browser. You can check the behaviour yourself by making a login to solution manager and execute transaction code solman_setup.
    For SAP support to open http browser within remote support, they need to have http connection opened along with HTTP url maintained.
    Refer to the SAP help link above for the procedure.
    Hope this helps.
    Regards,
    Deepak Kori

  • Server Side Actionscript for HTTP Streaming Connections, is it supported?

    Hi, I have a server side actionscript application working for RTMP, and I would like to reuse this code for HTTP connections.
    Is this possible?

    Thank you for your answer.  If I understand what you are saying, the apache modules proxy http to rtmp on the streaming server.  I have an application that is passing context into the rtmp server side javascript using a url similar to this:
    rtmp://myhostname.com/myapp?mycontext/mp4:myfilename
    Do you think there is a way to pass the mycontext through the http url so that the Server Side Actionscript can perform an operation based on that context?

  • ACE maintenance page for HTTPS connection (non offloaded mode)?

    Hello experts
    how do we configure a "redirected" maintenance page for HTTPS Serverfarm when the serverfarm is down/probefailed?
    lets say users are accessing https://xyz.com, and if the serverfarm is down, I want users to get redirected to https://abc.com or even http://abc.com
    (getting a certificate error or a https to http redirection error is acceptable)
    What i understand from TAC, since we are not terminating SSL on ACE, we have few restrcitions on using redirect. Thereafter, TAC hasnt been too helpful on this query.
    HTTPS connection is directly terminated on Server with certificate.  And we are using SSL Session Stickyness on ACE  (I know not the best thing to do..)
    Pls. assist.

    so do i assume there is no way to do this without using ACE for SSL termination?
    In our case, not using ACE for termiating SSL connections is to draw a line between Network and System administration, a business requirement.
    Thanks for your replies.

  • Secure connection failure in browser for https sites

    Recently I kept getting the error message "Secure Connection Failure" when using Firefox to go to https sites. I had a similar problem when I tried using Safari to connect to https sites.
    I fixed the problem by opening System Preferences > Parental Controls > selecting the appropriate User (as long as you have administration rights) > selected Allow unrestricted access to websites (by default Try to limit access to adult websites automatically is selected).
    Once I checked unrestricted access I was able to go to the https sites I wanted, which were my bank's site and the Firefox homepage for FAQs. Then I went back and checked "Try to limit ...". That brought back the error message again so I checked "Allow unrestricted access ...".
    The issue may have arisen because I downloaded a system security update a few days ago. Perhaps it reset the Parental Controls default.
    It would be good to block adult sites but the alternative seems to be to customize in Parental Controls the sites that are OK. This would be a tedious job because so many sites are https eg this site.
    I no longer have a problem but thought this might help others.

    Strangely, I noticed a couple of https sites I had trouble logging into from a link inside a https site.
    In System Preferences I went to Accouns and for myself unchecked "Enable parental controls".
    I was then able to log onto the the https site.

  • Disable the Prompt Message for http connection

    Hi! I'm doing the application for j2me and facing some problem with the refreshing the webpage. I'm able to refresh the page using the default emulator but when I'm trying to deploy it into the Nokia series 80 emulator, it will always prompt me the prompt to allow connection everytime I'm refreshing the page. Does anyone know how to hide the prompting of the confirmation and straight away doing the connection for the nokia series 80 platform?
    Please help.
    Regards,
    jaceline

    Sign your midlet

  • Can no longer connect for audio or video chat : Error -8 drama

    I've been video and audio chatting to Europe for quite some time with no problem. After installing a new modem (Motorola Surfboard SB5101) I'm now getting the dreaded Error -8 and can not connect for either audio or video. Text works fine.
    I've poked around the forums and see some similarities with problems other users are having, but I have to assume my issues have something to do with the new modem, since I've been using audio/video chat for so long without a hassle.
    I went through all the usual steps as mentioned in other threads: Firewall is off, Quicktime streaming changed to T1, tried changing the port to 443... Nothing works.
    I'm using OSX 10.4.10
    iChat AV 3.1.8(v445)
    Modem goes to an Airport Express which is wired to my desktop computer.
    I get the same results from my MacBook Pro as I do with my desktop so it's not a computer issue.
    Upon inviting or being invited the wheels spin a moment and then I get a message saying I left the chat.
    And the report is this:
    Date/Time: 2007-08-09 14:09:15.107 -0400
    OS Version: 10.4.10 (Build 8R218)
    Report Version: 4
    iChat Connection Log:
    AVChat started with ID 886884518.
    [email protected]: State change from AVChatNoState to AVChatStateWaiting.
    0x457a70: State change from AVChatNoState to AVChatStateInvited.
    0x457a70: State change from AVChatStateInvited to AVChatStateConnecting.
    [email protected]: State change from AVChatStateWaiting to AVChatStateConnecting.
    [email protected]: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    0x457a70: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    Video Conference Error Report:
    4.005750 @:0 type=4 (00000000/2)
    [VCSIP_INVITEERROR]
    [19]
    4.005627 @SIP/SIP.c:2447 type=4 (900A0015/2)
    [SIPConnectIPPort failed]
    2.005101 @SIP/SIP.c:2447 type=4 (900A0015/2)
    [SIPConnectIPPort failed]
    Video Conference Support Report:
    3.506302 @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP 10.0.1.2;branch=z9hG4bK745ad9d276fb8ac3
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "[email protected]" <sip:[email protected]>;tag=524660867
    Call-ID: 9a84c4ea-46a3-11dc-8590-fb4ac9af13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 539
    v=0
    o=briansack 0 0 IN IP4 10.0.1.2
    [email protected]
    c=IN IP4 10.0.1.2
    b=AS:2147483647
    t=0 0
    a=hwi:34:2:1249
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtcp:16387
    a=rtpmap:3 GSM/8000/1
    a=rtpmap:0 PCMU/8000/1
    a=rtpID:138569664
    m=video 16384 RTP/AVP 126 34
    a=rtcp:16385
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:15
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 15:160:120:160:120
    a=rtpID:-1522475925
    2.506041 @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP 10.0.1.2;branch=z9hG4bK745ad9d276fb8ac3
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "[email protected]" <sip:[email protected]>;tag=524660867
    Call-ID: 9a84c4ea-46a3-11dc-8590-fb4ac9af13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 539
    v=0
    o=briansack 0 0 IN IP4 10.0.1.2
    [email protected]
    c=IN IP4 10.0.1.2
    b=AS:2147483647
    t=0 0
    a=hwi:34:2:1249
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtcp:16387
    a=rtpmap:3 GSM/8000/1
    a=rtpmap:0 PCMU/8000/1
    a=rtpID:138569664
    m=video 16384 RTP/AVP 126 34
    a=rtcp:16385
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:15
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 15:160:120:160:120
    a=rtpID:-1522475925
    2.005780 @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP 10.0.1.2;branch=z9hG4bK745ad9d276fb8ac3
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "[email protected]" <sip:[email protected]>;tag=524660867
    Call-ID: 9a84c4ea-46a3-11dc-8590-fb4ac9af13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 539
    v=0
    o=briansack 0 0 IN IP4 10.0.1.2
    [email protected]
    c=IN IP4 10.0.1.2
    b=AS:2147483647
    t=0 0
    a=hwi:34:2:1249
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtcp:16387
    a=rtpmap:3 GSM/8000/1
    a=rtpmap:0 PCMU/8000/1
    a=rtpID:138569664
    m=video 16384 RTP/AVP 126 34
    a=rtcp:16385
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:15
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 15:160:120:160:120
    a=rtpID:-1522475925
    1.505465 @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP m.0:40941;branch=z9hG4bK3298135216491829
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "[email protected]" <sip:[email protected]>;tag=1327194736
    Call-ID: 9953701c-46a3-11dc-8590-a9eff06413c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]:40941>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 545
    v=0
    o=briansack 0 0 IN IP4 m.0
    [email protected]
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:34:2:1249
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 40947 RTP/AVP 12 3 0
    a=rtcp:40949
    a=rtpmap:3 GSM/8000/1
    a=rtpmap:0 PCMU/8000/1
    a=rtpID:138569664
    m=video 40943 RTP/AVP 126 34
    a=rtcp:40945
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:15
    a=RTCP:AUDIO 40949 VIDEO 40945
    a=pogo
    a=fmtp:126 imagesize 0 rules 15:160:120:160:120
    a=rtpID:-1522475925
    0.505163 @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP m.0:40941;branch=z9hG4bK3298135216491829
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "[email protected]" <sip:[email protected]>;tag=1327194736
    Call-ID: 9953701c-46a3-11dc-8590-a9eff06413c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]:40941>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 545
    v=0
    o=briansack 0 0 IN IP4 m.0
    [email protected]
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:34:2:1249
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 40947 RTP/AVP 12 3 0
    a=rtcp:40949
    a=rtpmap:3 GSM/8000/1
    a=rtpmap:0 PCMU/8000/1
    a=rtpID:138569664
    m=video 40943 RTP/AVP 126 34
    a=rtcp:40945
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:15
    a=RTCP:AUDIO 40949 VIDEO 40945
    a=pogo
    a=fmtp:126 imagesize 0 rules 15:160:120:160:120
    a=rtpID:-1522475925
    0.004892 @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP m.0:40941;branch=z9hG4bK3298135216491829
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "[email protected]" <sip:[email protected]>;tag=1327194736
    Call-ID: 9953701c-46a3-11dc-8590-a9eff06413c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]:40941>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 545
    v=0
    o=briansack 0 0 IN IP4 m.0
    [email protected]
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:34:2:1249
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 40947 RTP/AVP 12 3 0
    a=rtcp:40949
    a=rtpmap:3 GSM/8000/1
    a=rtpmap:0 PCMU/8000/1
    a=rtpID:138569664
    m=video 40943 RTP/AVP 126 34
    a=rtcp:40945
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:15
    a=RTCP:AUDIO 40949 VIDEO 40945
    a=pogo
    a=fmtp:126 imagesize 0 rules 15:160:120:160:120
    a=rtpID:-1522475925
    0.000000 @:0 type=2 (00000000/22)
    [VCVIDEO_OUTGOINGATTEMPT]
    [4]
    Video Conference User Report:
    Binary Images Description for "iChat":
    0x1000 - 0x172fff com.apple.iChat 3.1.8 (445) /Applications/iChat.app/Contents/MacOS/iChat
    0x5e05000 - 0x5e0ffff com.apple.IOFWDVComponents 1.7.9 /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x5e17000 - 0x5e49fff com.apple.QuickTimeIIDCDigitizer 7.2 /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x5e7a000 - 0x5e7bfff com.apple.aoa.halplugin 2.5.6 (2.5.6b5) /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x5ed8000 - 0x5f2dfff com.DivXInc.DivXDecoder 6.0.0 /Library/QuickTime/DivX 6 Decoder.component/Contents/MacOS/DivX 6 Decoder
    0x5f3b000 - 0x5f80fff com.apple.QuickTimeUSBVDCDigitizer 1.7.5 /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0x5fa2000 - 0x5fccfff com.apple.iSightAudio 7.2 /Library/Audio/Plug-Ins/HAL/iSightAudio.plugin/Contents/MacOS/iSightAudio
    0x607b000 - 0x618afff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x61b9000 - 0x6234fff com.apple.GeForce3GLDriver 1.4.18 (4.1.8) /System/Library/Extensions/GeForce3GLDriver.bundle/Contents/MacOS/GeForce3GLDri ver
    0x623c000 - 0x6255fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x625b000 - 0x6267fff com.apple.audio.AudioIPCPlugIn 1.0.2 /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x629b000 - 0x62b6fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x6483000 - 0x64bcfff com.apple.audio.SoundManager.Components 3.9.1 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x6714000 - 0x672afff com.apple.FCP Uncompressed 422.component 1.4 /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0x672f000 - 0x6733fff com.apple.iokit.IOQTComponents 1.4 /System/Library/Components/IOQTComponents.component/Contents/MacOS/IOQTComponen ts
    0x41410000 - 0x414affff com.apple.QuickTimeImporters.component 7.2 /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x419b0000 - 0x419effff com.apple.QuickTimeFireWireDV.component 7.2 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x8fe00000 - 0x8fe52fff dyld /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff com.apple.ApplicationServices.ATS 1.9.6 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90894fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dd000 - 0x908ddfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908df000 - 0x909e1fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3b000 - 0x90abffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae9000 - 0x90b59fff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b6f000 - 0x90b81fff libauto.dylib /usr/lib/libauto.dylib
    0x90b88000 - 0x90e5ffff com.apple.CoreServices.CarbonCore 681.15 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec5000 - 0x90f45fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f8f000 - 0x90fd1fff com.apple.CFNetwork 129.21 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe6000 - 0x90ffefff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100e000 - 0x9108ffff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d5000 - 0x910fefff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9110f000 - 0x9111dfff libz.1.dylib /usr/lib/libz.1.dylib
    0x91120000 - 0x912dbfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913da000 - 0x913e3fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ea000 - 0x913f2fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f6000 - 0x9141efff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91431000 - 0x9143cfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91441000 - 0x914bcfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914f9000 - 0x914f9fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fb000 - 0x91533fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154e000 - 0x91620fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91673000 - 0x91704fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174b000 - 0x91802fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9183f000 - 0x9189dfff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cc000 - 0x918edfff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91901000 - 0x91926fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91939000 - 0x9197bfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91997000 - 0x919abfff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919b9000 - 0x919fffff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a16000 - 0x91addfff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2b000 - 0x91b40fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b45000 - 0x91b63fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b69000 - 0x91c20fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c6f000 - 0x91c73fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c75000 - 0x91cddfff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce2000 - 0x91d1ffff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d26000 - 0x91d3ffff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d44000 - 0x91d47fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d49000 - 0x91e27fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e47000 - 0x91e47fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e49000 - 0x91f2efff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f36000 - 0x91f55fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fc1000 - 0x9202ffff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9203a000 - 0x920cffff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920e9000 - 0x92671fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926a4000 - 0x929cffff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x929ff000 - 0x92aedfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af0000 - 0x92b78fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bb9000 - 0x92de4fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f11000 - 0x92f2ffff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f3a000 - 0x92f94fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fb2000 - 0x92fb2fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fb4000 - 0x92fc8fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe0000 - 0x92ff0fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92ffc000 - 0x93011fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93023000 - 0x930aafff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930be000 - 0x930c9fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d3000 - 0x93100fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9311a000 - 0x93129fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93135000 - 0x9319bfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931cc000 - 0x9321bfff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93249000 - 0x93266fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93278000 - 0x93285fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9328e000 - 0x9359cfff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x936ec000 - 0x936f8fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x936fd000 - 0x9371dfff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93771000 - 0x93771fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93773000 - 0x93da6fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94133000 - 0x941a5fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941de000 - 0x942a2fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942f4000 - 0x942f4fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942f6000 - 0x944b6fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94500000 - 0x9453dfff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94545000 - 0x94595fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9459e000 - 0x945b8fff com.apple.CoreVideo 1.4.1 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x945c8000 - 0x945e8fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x94625000 - 0x9466afff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94676000 - 0x946aefff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x946f1000 - 0x9470dfff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94721000 - 0x94765fff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94789000 - 0x94798fff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947a0000 - 0x947adfff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947f3000 - 0x9480cfff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94813000 - 0x94b32fff com.apple.QuickTime 7.2.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94c16000 - 0x94c87fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94dfc000 - 0x94f2cfff com.apple.AddressBook.framework 4.0.5 (487) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94fbe000 - 0x94fcdfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94fd5000 - 0x95002fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95009000 - 0x95019fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x9501d000 - 0x9504cfff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x9505c000 - 0x95079fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x953bf000 - 0x9542efff com.apple.Bluetooth 1.7.14 (1.7.14f14) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x95792000 - 0x95820fff com.apple.WebKit 419.3 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9587c000 - 0x95911fff com.apple.JavaScriptCore 418.6.1 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x9594e000 - 0x95c5bfff com.apple.WebCore 418.23 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95de4000 - 0x95e0dfff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x97197000 - 0x971b6fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97827000 - 0x9784cfff com.apple.speech.LatentSemanticMappingFramework 2.2 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x978cd000 - 0x9798efff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x979b9000 - 0x979bafff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x979bc000 - 0x979c9fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x97b28000 - 0x97b29fff com.apple.MonitorPanelFramework 1.1.1 /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x982c5000 - 0x983ecfff com.apple.viceroy.framework 273.7.12 /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
    0x98ba5000 - 0x98ba8fff com.apple.DisplayServicesFW 1.8.1 /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x98df3000 - 0x999b9fff com.apple.QuickTimeComponents.component 7.2 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9a49c000 - 0x9a4a7fff com.apple.IMFramework 3.1.4 (429) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x9a4b2000 - 0x9a60bfff com.apple.MessageFramework 2.1 (752.2) /System/Library/Frameworks/Message.framework/Versions/B/Message
    Any brilliance on the matter would be greatly appreciated.
    Thanks!
    B.
    Message was edited by: Brian Sack

    Hi Brian,
    I am not sure the Surfboard routes either.
    It is not in this list http://portforward.com/routers.htm which is where we start for most people.
    A little of what we are talking about.
    DHCP is a way that so called server in routing devices hands out IP addresses.
    You Mac will be getting one from the Airport.
    You can look it up on your Mac in System Preferences > Network.
    Pick the connection method from the second drop down and then the TCP/IP tab in the next section.
    The IP is listed, Whether is asking for a DHCP given IP, A Subnet Mask, DSN servers (if your lucky) and the "router" IP
    With an Airport Router you are likely to get an IP that starts 10.0.1.x and the "Router" is at 10.0.1.1
    If connected direct to the modem the the "router" is the modem. In the case of some cable connections it will pass through the Public IP given to you by the ISP
    On the whole Cable modems do not route but it is not exclusive.
    IF it does not route and you connect directly to it then the IP will show may be you Public IP seen here http://myip.dk/
    Next bit.
    Now all ports below the number 1024 are normally open in all routers and modems that route.
    Web browsing and Mail apps tend to use ports below this figure which is why any routing device will work and get you on the Net no matter how they are set up.
    Applications like IM ones like iChat and On-line games use ports above this 1024 threshold and as a consequence need ports to be allowed or opened.
    Next Bit.
    Certain apps like iChat like the LAN and the ports open to be very Linear. In fact iChat is fussy about how many times it has to go through devices that all do NAT Based methods of opening the ports.
    These methods are Port Forwarding, Port Triggering and DMZ (which is an extreme form of Port Forwarding).
    Because of the way routers allow the routing and Addressing info through even from another routing device then the computer can have two IP address (one from the modem and one from the Router).
    See the Second pic This means the computer sits in two subnets on your LAN.
    The normal way of telling this in an iChat log is to look for the change in ports that showed up in your Log.
    SO far the above infers what you can do using System Preferences > Network to find out if both device are routing.
    I am not sure that the surfboard is.
    I think the idea that the ISP is doing something to the packets is the problem.
    Read the whole of this page http://www.ralphjohnsuk.dsl.pipex.com/page4.html if you want to know more. It starts with the Mac Firewall but goes on to the stuff listed above.
    7:18 PM Friday; August 10, 2007

  • Compatibility between the iPhone 6 and certain vehicles, and the hands free connectivity in those vehicles?

    How can I findout about the compatibility between the iPhone 6 and certain vehicles, and the hands free connectivity in those vehicles?
    I am interested in the iPhone 6 but have several meetings that have to call into for work.  Where can I find out about the compatibility with iPhone 6 and if there are issues I need to be aware of for connecting to hands free option in the car?
    Please point me to the right direction. The dealership was useless in helping me. I figured Verizon can be more helpful.

        ShaM1,
    I understand the importance of the bluetooth compatibility between your new device and your car.  What make and model is your vehicle? 
    Here is the information that Verizon Wireless has on Bluetooth Car Kit compatibility; http://www.verizonwireless.com/support/how-to-use-bluetooth-car-kit-compatibility/.  However, Apple does not have any information listed here.  We can assume that the latest and greatest iPhone 6 has the technology to be compatible with most vehicles.  If you'd like to discover further information I'd suggest contacting Apple directly; 800-275-2273.
    Let us know if you need anything else!
    TrevorC_VZW
    Follow us on Twitter @VZWSupport

  • A hassle-free update to 10.8.5? Use the combo!

    I allways use the Apple Combo Updates for my OS X and so far it has always been hassle-free!
    Here's the downloadlink for the OS X 10.8.5 COMBO-UPDATE!
    http://support.apple.com/kb/DL1676
    Enjoy your 10.8.5!

    I allways use the Apple Combo Updates for my OS X and so far it has always been hassle-free!
    Here's the downloadlink for the OS X 10.8.5 COMBO-UPDATE!
    http://support.apple.com/kb/DL1676
    Enjoy your 10.8.5!

Maybe you are looking for

  • How to reset Date field

    Hi I want to reset the Date field of the form. I hava a search cirtaria in that i have the folling fields 1. Indent No 2. Start Date      and   End Date: when i select Indent No:  the Start and End Date should be null; When i select Start Date and En

  • E63 I can no longer update my Calendar. Can the ca...

    On returning to work  from a holiday in South Wales I have be unable to sync my work PC to update my phone's Calendar from Outlook 2007. If I try to update my phone's calendar from my phone (in simplest terms manually) this also fails - error message

  • Upgrading Early 2009 Mac Pro to Yosemite

    I need an upgrading for dummies tutorial   I want to upgrade some applications that I use and can not do that with Mountain Lion which is currently on my Early 2009 Mac Pro. (Processor 2.66 GHz Quad-Core Intel Xeon - Memory 12 GB - Graphics NVIDIA Ge

  • Https webservcie call redirection from Apache2 to weblogic throws error

    Dear Sir, I have prob in invoking webservice deployed on WLS 10.3.4 through Apache2 server. Below is setup on httpd-ssl.conf file in apache machine. <VirtualHost 10.xx.xx.18:443> <IfModule weblogic_module>       WebLogicCluster 10.xx.xx.30:8013      

  • POJO ideaology question

    I'm trying to setup a new web application and I'm using Spring for the first time so I'm following a tutorial at [springframework.org|http://static.springframework.org/docs/Spring-MVC-step-by-step/part4.html]. While I'm trying to keep my application