Trying to establish eMAC ADSL connection

Hi all,
Okay, I just received an old eMAC but updated with Tiger OSX and have been trying to establish an internet connection with an existing Xavi X8268r ADSL wireless router. The WLAN works real fine. Only problem is when I try to setup a LAN connection with the eMAC(as it doesn't have airport), it always states that the PPPoE server cannot be found. I've keyed in the username and password but am not sure if I need to set the TCP/IP manually or not. The local ISP in Thailand is not 'MAC' friendly at all.
I am able to access the ADSL modem via HTTP and the settings look fine.
Any help will be greatly appreciated.
Cheers,
Bari

The easiest way to get ADSL to work with a Mac is to have the ASL device do the heavy lifting with respect to PPPoE. Most (all?) ADSL devices can be configured to log into PPPoE automatically, from their configuration web pages. (My old Speedtouch used 192.168.0.1; check and see what yours uses, it should be in the manual or the read me or somewhere easily accessable.)
Once you have PPPoE configured on the DSL device, turn OFF all PPPoE stuff on the Mac itself.

Similar Messages

  • Why is Firefox v36.0.1, trying to establish an incoming connection on UDP port 1900 ?

    My Little Snitch has blocked the following activity:
    Why is Firefox v36.0.1, trying to establish an incoming connection on UDP port 1900 ?

    ''rsblanchard [[#question-1052309|said]]''
    <blockquote>
    My Little Snitch has blocked the following activity:
    Why is Firefox v36.0.1, trying to establish an incoming connection on UDP port 1900 ?
    </blockquote>
    Really not O.K. ! -- Incoming connections, on this low-a-port-number, is a no-no, and a possible security problem !

  • Help with an exception when trying to establish a socket connection

    i am trying to make a chat (using an applet for the client).......
    it uses an simple socket connection between the server and clients.....when i connect the client to address 127.0.0.1 or localhost everything works fine, but when i try to connect the client to my DNS name or ip, i get an exception....the exception reads:
    java.security.AccessControlException: access denied (java.net.SocketPermission nextwave.dyndns.org resolve)
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:270)
    at java.security.AccessController.checkPermission(AccessController.java:401)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java:542)
    at java.lang.SecurityManager.checkConnect(SecurityManager.java:1042)
    at java.net.InetAddress.getAllByName0(InetAddress.java:937)
    at java.net.InetAddress.getAllByName0(InetAddress.java:918)
    at java.net.InetAddress.getAllByName(InetAddress.java:912)
    at java.net.InetAddress.getByName(InetAddress.java:832)
    at java.net.InetSocketAddress.<init>(InetSocketAddress.java:109)
    at java.net.Socket.<init>(Socket.java:119)
    at Client.<init>(Client.java:42)
    at ClientApplet.init(ClientApplet.java:12)
    at sun.applet.AppletPanel.run(AppletPanel.java:347)
    at java.lang.Thread.run(Thread.java:536)
    what is this all about??????
    i'm not that fluent in java, or networking at that, but i'm sure there is something i can do to fix this......
    any help would be greatley appreciated.

    this is why i am not heart-broken that i will be going the other (executable jar) route.......the major deciding factor is the people who will be using this chat will most likley not be able to edit the policy file due to lack of knowledge, and probably won't want to take the time to try.....they would rather download a program, and double-click execute........
    i thank you for taking the time to help me......i have been reading through the posts in this forum, and am seeing it is a good place to get help, so i will be sticking around.....
    mahalo and happy java

  • Can't establish a sftp connection with the finder

    Hi, I'm trying to establish a sftp connection with the finder (using the "Connect to server" feature) between my (recently purchased) Mac Mini (mid 2011: i5, 2.3 GHz, 2 GB, running 10.7.3) and a Debian Testing box and I can't, I get the following error:
    'There was a problem connecting to the server "ip.address"
    This file server will not allow any additional users to log on. Try to connect again later.'
    However if I try establishing a connection from the terminal (either ssh or sftp) it works flawlessly:
    SSH:
    victoria:~ RonIn$ ssh [email protected]
    [email protected]'s password:
    Linux clementine 3.0.0-1-486 #1 Sat Aug 27 15:56:48 UTC 2011 i686
    The programs included with the Debian GNU/Linux system are free software;
    the exact distribution terms for each program are described in the
    individual files in /usr/share/doc/*/copyright.
    Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
    permitted by applicable law.
    You have new mail.
    Last login: Sat Apr 28 21:52:18 2012 from ukamy.local
    ronin@clementine:~$
    SFTP:
    victoria:~ RonIn$ sftp [email protected]
    [email protected]'s password:
    Connected to ip.address.
    sftp>
    I've searched for a fix or alternative on the internet and I haven't found one that works; The one that keeps coming up is to try: "ftps" as the protocol instead of "sftp" with the remaining information the same (it doesn't work, it gets the same error message afterwards).
    The IP address and login information works (corroborated by the fact that I can log in from the terminal from the Mac Mini) so the only issue is with the finder capabilities for establishing the connection. I have looked for apple related documentation or How Tos but I haven't found anything useful.
    I don't want to use any third party app or tweak because of the sensitive information that is going to be transfered, I would like to be using strictly the tools from the OS.
    If you need any more information please let me know, any help is deeply appreciated.

    I have the same issue although i kind of fixed it. I have two admin accounts and one of the account's safari did the same thing as yours, except, it was the startpage and everypage i tried to visit. I reseted safari, as in the erase all data safari in the toolbar, safari-Reset Safari... But safari still didn't work. I logged out and went to my other account and opened safari. Now it works fine on both accounts. This meant safari had to logout before actually working better. I have this a few times these days.

  • Class not found error while establishing a jco connection

    Hi
    I am trying to establish a JCo connection in Java class.
    public static void main(String s[])
    try {
    ...// set connection properties
                   connClient.connect();
                   } catch (Exception ex)
                        ex.printStackTrace();
                        System.exit(1);
    It is throwing runtime error on line connClient.connect();
    java.lang.NoClassDefFoundError
    at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:1079)
    at com.sap.mw.jco.JCO$Client.connect(JCO.java:3256)

    Hi Saurabh,
    Please refer to below for calling JCo connection in Java class..
    http://help.sap.com/saphelp_nw04/helpdata/en/b6/55e3952a902447847066a0df27b0d6/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/ed/89746bea5011d6b2e800508b6b8a93/content.htm
    Hope it helps
    Regards
    Arun

  • How to establish an Oracle connection between server1 and server2

    I am trying to establish an Oracle connection between server1 and server2 specifically, while logged into server2 launch OEM on server1. Can anyone help me out here on establishing this connections between the 2 servers. thank you inadvance

    I am assuming this is 10g.
    Same way you connect from your desktop to the server using the URL (e.g http://server1:1158/em).
    But you have to ensure that server2 can see server1. They cannot see each other, then it is not OEM problem.
    if it is not 10g, then let me know

  • Can't open a document linked in a PDF. "This document tries to establish a connection". What can I do?

    When I try to open open a document which is linked in a PDF(I opened the PDF with Adobe Reader) there comes a safety warning:
    This document tries to establish a connection:
    file://(fileserver)
    Is this Website confidential, click on "allow". Is the website not confidential click on "Block".
    How can I set the memory location as confidential, so that this warning doesn't come anymore?
    Many thanks.

    No, the icon is the old one that got the new ones graphical appearence but is still link to the old Pages 09.
    To make certain you open the document in the application you want use Right click (CTRL click) insted on the document and choose the Pages version you want.

  • Error Executing Database Query.coldfusion.sql.DatabaseConnectionException: Timed out trying to establish connection

    My coldfusion service crashes intermitantly and when I check
    the application logs the error that I see for the time frame is the
    one below. Does anyone know where I might begain to solve this?
    Thanks!
    Error Executing Database
    Query.coldfusion.sql.DatabaseConnectionException: Timed out trying
    to establish connection The specific sequence of files included or
    processed is: E:\wwwroot\lifeworks\default.cfm

    I'm no expert, but thought I would try to be helpful.
    I was getting this same error on a regular basis.
    The short term fix was to restart the ODBC server service.
    The long term fix was twofold:
    1. I recreated the ODBC connection in ColdFusion
    Administrator to use the system connection (I was using the SA and
    PW for login).
    2. I created a second user ODBC connection as well as the
    system one under ODBC in Windows Server 2003.
    I haven't had the problem since.
    I also read a pretty good set of "stuff" to try from the help
    area:
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_17277
    Hope this helps.

  • Timed out trying to establish connection - Java only

    I am running CF8.0.1 with sql 2000 on windows 2003.  I've been intermittenly experiencing the error below.  I've gone and researched as much as I can and none of the answers apply to me.  It seems that when Java objects try to reach me sql database I get the timed out message.  This happens once a few days and hangs the server until I restart coldfusion.
    If I try to reach the same table with a cfquery tag and output the results, I have no problem.  Only java classes seem to be affected by this issue.  Restarting the coldfusion service fixes it, but its not reasonable to restart it every other day.
    Error Occurred While Processing Request
    Timed out  trying to establish connection
    The  error occurred in ****
    Called from ****
    Called  from *****
    19 :      storeGroupID = -1;
    20 :      storeID = intSID;
    21 :      acContext.initialize(javacast("long",storeGroupID), javacast("long",storeID));
    22 :
    23 :      // create an authenticator for user authentication.
    I am runni

    Well, the application in question is running ablecommerce.  I have 3 sites hosted on this server that I manage.  Ablecommerce no longer supports Coldfusion.  All of their queries to the DB are written through java classes and not your regular cfquery tags.
    When I get that timed out error on my ablecommerce sites, and then run a cfquery on the same server against the same DB, it works fine, which pushes me to think its java related.
    Steve

  • WebDynpro Debugger stuck when trying to establish a connection

    Hello!
    I am trying to debug a webdynpro java application. My NWDS version is 7.0 SP13.
    When i tried to debug, the debugger keep trying to establish a connection forever. Do you know what is the issue?
    My server0 debug mode is on, standard debug port. I was able to do the debug before. Please let me know if you have any suggestion for my issue. Thank you very much.

    Try changing these values.
    In Studio:
    Window -> Preferences -> Java -> Debug
    Debugger timeout (ms)
    Launch timeout (ms)
    To those two values, add an extra zero.
    If it doesnt work, restart your server. Or your network is getting clogged up.

  • Error trying to establish connection to the EIS

    Hi,
    I created a simple Drag&Relate structure, With one InfoObjects as source and a R/3 transaction as target.
    it works fine but only with my user !!!
    When other user wants to use this functionality appear this message:
    <i>Error trying to execute a query statement against MetaMatrix: Error trying to establish connection to the EIS : Connection Failed: Nested Exception. Failed to get connection. Please contact your admin.</i>
    I verified that this user had permisions in BO and Iviews...
    I assigned him super_admin role, but it  isn't working
    what do I forget ?
    Regards.

    Hi All,
    Which method are you using for the backend connection, SAPLOGONTICKET or UIDPW?
    If it is SAPLOGONTICKET then the each user that you are using in the Portal runtime should be defined (same user name) in the backend that he access. If it is UIDPW then you have to map every Portal user which accesses the backend system to a user in the backend, via the Portal user mapping.
    Best Regards,
    Raanan

  • I've been trying to create a Skype account, but I can never establish a secure connection to website

    No matter which browser I use (Safari, Firefox or Chrome), I can't get to the page to create a new account / sign into an account because the browser can't establish a secure connection. For example, Safari gives me this message: Safari can't open the page "https://secure.skype.com/portal/overview" because Safari can't establish a secure connection to the server "secure.skype.com". Firefox and Chrome give me similar messages. I downloaded the application to my MacBook Pro without any issue, so I really don't understand why this seemingly simple step is giving me trouble.

    We are currently experiencing issues with several Skype services including account registration. Our engineers are investigating the issue and hope to resolve soon. We apologize for the inconvenience. Follow further updates here: http://heartbeat.skype.com/2015/07/skype_web-service_disruption.html

  • HELP... problem establishing a secure connection when trying to get to Hotmail from browser

    I have a Blackberry Curve.  I could sign in to Hotmail fine up until the other day when I received the error message "problem establishing a secure connection".  When I click details, it says untrusted certificate and unable to determine the certificate orgin.  I contact my service provider Wind who were NO HELP at all.  Someone, please help me!!???

    Hi and Welcome to the Community!
    Here is a KB that discusses that error:
    Article ID: KB35687 Certificates issued by the GlobalSign Root CA show as untrusted
    Hopefully it contains something useful! There also are multiple existing threads on this site that discuss that exact error...your review of those might prove useful, and a search of this site, using the error message, error code, or symptom, should reveal all applicable existing threads to you.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • NAT on ADSL Connection

    I am having a ADSL connection with dynamic IP from my ISP, I am using a Cisco 837 router.
    I need to access one of my servers from the internet. I am using a dyndns agent in my server so that I will know the updated IP address. I tried setting NAT on the dialer0 interface, but it did not work. I need to NAT 2 ports (port 22 and 122) to a LAN server: 192.168.5.11
    Here is the original config file:
    Please see attached.
    I searched the web and I tried this:
    config t
    interface dialer0
    ip access-group 104 in
    exit
    access-list 104 permit tcp any any eq 22
    access-list 104 permit tcp any any eq 122
    ip nat inside source static tcp 192.168.5.11 25 interface dialer0 22
    ip nat inside source static tcp 192.168.5.11 25 interface dialer0 122
    After I entered these command, I can no longer access the internet.
    May I know where did I do wrong?
    Can anyone assist me?
    Thanks.

    You should be using "inspection" on the internal and external interfaces.
    Inspection will create dynamic holes in the firewall to facilitate traffic in the return path, and will simplify your interface ACLs.
    The internal interface ACL should be configured to permit the specific protocols permitted (by security policy) for outbound communication. Applying inspection on the internal interface will provision the return path by opening dynamic holes in the outside interface ACL.
    The same is done on the external interface. An ACL is created to permit connections from external hosts to your internal servers. Inspection is applied there to facilitate packets returning from your servers, by opening dynamic holes in the internal interface's ACL.
    Inspection would be a better choice that using the established key word in ACLs.
    e.g.: A simple inspection example:
    ip inspect log drop-pkt
    ip inspect audit-trail
    ip inspect name our-insp tcp
    ip inspect name our-insp udp
    ip inspect name our-insp icmp
    ip inspect name our-insp dns
    ip inspect name our-insp ftp
    ip inspect name our-insp pop3
    interface Ethernet0
    description ~5Mbps Exposed to Internet
    ip inspect our-insp in
    interface FastEthernet0
    description Internal Network
    ip inspect our-insp in
    Note: Ideally you would migrate to Granular Protocol Inspection and avoid the generic UDP and TCP inspection, but that is up to you.
    I've not looked at your NAT issues, just the lack of Internet connectivity following application of the limited ACL on the external interface.

  • OFFICE 2013 - Word could not re-establish a DDE connection to Microsoft Query

    Hi, I have installed office 2013 on a pc and used excel to run a query on a database and created a .qry query so I can use this data in word mail merge.
    The query runs ok and returns the data.
    However, when I go to take the data in through mail merge it comes up with a message "Confirm data source" ( I enabled this after  reading kb article below) so I select "MS query files via DDE(*.qry, *.dqy)" as this is a .dqy I select
    it. It says at the bottom of the screen word is starting query then comes up with the error  "Word could not re-establish a DDE connection to Microsoft Query to complete the current task".
    I have re-did the query from scratch and no difference I tried the recommend kb article 918594 and it still doesn't work.
    I recreated the odbc link and still no joy.
    Has anyone come across this and have they a solution I would be grateful.
    Thanks
    Tom

    Hi,
    Try to check whether the methods listed in the following link is helpful. The link applies to previous versions, but we can refer to it.
    http://support.microsoft.com/kb/813989
    Jaynet Zhang
    TechNet Community Support

Maybe you are looking for

  • Bind variable is not defined

    Hi, it is my first attempt to modify a rdf file. I run into a problem while trying to add an additional user parameter in an existing rdf file. While I am successful in adding a new FREQUENCY user parameter and I am able to update the form to show th

  • Need a help in the Select statement

    How to use the table name dynamically in the Select Statement in Oracle 9.i ?

  • How to add youtube video to flash

    I am still new to AS. Looking for a detailed tutorial/explanation on adding/embeding  a youtube video to flash. If anybody has a descent example that would work too. Also i would like the youtube video to play in the flash file.

  • ORACLE CC&B Barcode Reader Error

    Could you pls tell how can i create barcode when bill generation is happening. i need to print account id as a barcode on the bill. your help will be appriciated. Thanks in Advance sivaram

  • Application Error "0x006e4fc6 referenced memory at 0x0000001c"

    Every time I open itunes I get this warning. It asks if I want to terminate the program or debug it. Not matter what I choose the program closes down. Help.