Need username and password

I am replacing my standard issue dsl modem with a non verizon modem/wireless router combo unit.  It says in the install instructions that I need to have my dsl username and password.  I would rather not have to call verizon customer service (never had a issue, but jsut a pain to call with those voice activated menus), so I am wondering is this the same username/password I use to access my email, etc. at verizon's website?  Or some information used by my current modem that is totally different?

The Username and Password would be the User/Pass to access to your Verizon e-mail, yes. If it isn't that, it would be the User/Pass to the Master account if you use a Subaccount for e-mail. Hope I'm clear enough with that.
It might be worth pointing out that if your Westell modem was using DHCP and not PPPoE to connect to Verizon, you do not need a Login. Instead, all you need to do is leave the modem powered off for a few hours to allow the DHCP lease to break from the old modem, or you need to clone the MAC address of the old modem to the new modem. Otherwise, if you are in a PPPoE area that uses OpenPPPoE such as my area, you can use any Username/Password combination you'd like and it will connect.
========
The first to bring me 1Gbps Fiber for $30/m wins!

Similar Messages

  • Opening an URL that needs username and password

    Hello
    I need to open an URL that needs an username and a password. I can open a normal URL like this:
    URL direccion = new URL("http://169.254.30.3:554/modules/admin.htm");
    I tried:
    URL direccion = new URL("http://username:[email protected]:554/modules/admin.htm");
    but it does not work. (If I write this in my browser it works)
    Can you help me please?
    Thanks

    Look here:
    http://java.sun.com/j2se/1.4.2/docs/api/java/net/Authenticator.html

  • Can't get username and password into client proxy

    Hello all,
    I am creating a client proxy using class xem_measurementImport (the doMeasurementImport method). I call this from an ABAP program, and it pushes measurement data into the EC (Environmental Compliance) system, which runs in Java.  Everything has been running well, except for one thing.  When I run the program in the foreground, it prompts me for a username and password, and when I run it in the background (it will be run that way in production), it gets a SOAP/authentication fails error message from the method, since username & password could not be supplied.  I tried to recreate my client proxy, but when it is created, the wizard does not prompt me for my name & password, which it should do, so that it can supply it to the calling program via the logical port.  Is this a configuration issue that Basis needs to address?   Thanks for any help you can give.

    gauravjlj wrote:
    because client will install the mysql not me. and I need username and password for the further programming.
    there is any file in mysql installation which can give me the username and password.
    please tell me.
    thanks
    gaurav agrawalNo. If the "client" is installing the DB (and, I assume, administrating it, I.E. removing the large security holes that exist in the default installation), then why don't you simply ask the "client" for this info a dialog?
    Otherwise, you should be providing a script in your installation package that modifies the DB to your needs, and instruct the "client" to install a "default" root password until after the script has run, and then to change the "root" password again. A Java application should definately not be worried about this stuff.

  • Guided Procedures WSDL : Username and Password

    Quick question , i am new to Guided procedures as part of integration i am working on this which needs me to point to wsdl while generating webservices. It works fine for webservices that doesnt have a Handshake of username and password but how to deal with webservices that need username and password authentication handshake ? Please suggest.

    Hi,
       In WD there's no direct way to access the SOAP message header. If the web service defines implicit headers in JAX-RPC then you have to use the setProperty methods of the javax.xml.rpc.Stub interface so that the JAX-RPC handler can retrieve these via the getProperty methods.
    Regards,
    Satyajit.

  • How to connect an apple tv to an enterprise network with a username and a password?   I need to use it over my university's wifi. theres no option to enter username and password. how to connect the apple tv to such enterprise network?

    How to connect an apple tv to an enterprise network with a username and a password?
    I need to use it over my university's wifi. theres no option to enter username and password. how to connect the apple tv to such enterprise network?

    Contact the University's IT dept, they may be able to set something up on the network to allow the ATV to connect without the need for a user name/password.

  • I am the founder of a non-profit organization, a donor had just given us her used iBook G4.  What do I need to do to wipe out her "stuff", change username and password, start all over new.  We will use this iBook in our learning center in Saigon, Vietnam

    To good citizens of the MAC world,
    I am the founder of a non-profit organization, we are caring for 6,200 orphans and street kids in Vietnam.  A donor had just donated her used iBook G4 for us to use in one of our several "learning centers" in Vietnam.  Folks sometimes donating PC but this is the first time we ever received a MAC.. :-)  I would like to know how to start this iBook all over new: change username and password.  I am looking so forward to bring it to Saigon in a few days and let our children experience MAC ... I am a 2 years MAC users and I have no intention to return to the Dark side.  Please help. I have the original OS disk.  Thank you so much.

    There should be no need to zero the hard drive.
    Using the Restore discs that came with the iBook when it was new, restore the system software using the appropriate instructions which you can find through a link contained in this Apple Knowledge Base article:
    http://support.apple.com/kb/HT1561?viewlocale=en_US
    Good luck with it.

  • Im trying to listen to a book and it keeps telling me I need to enter my audible account username and password.  I used my apple id and it is not working anyone know what to do?

    Im trying to listen to a book we downloaded from amazon.  When we click on it it says we need to enter out audible username and password.  I used my apple id username and password and it says it is not correct.  I reset this and used it again and it still does not work.  Any ideas?

    Launch iTunes. From the menu bar click Store / View My Account then click Edit Payment Information.
    Make sure the Security Code for you credit card is available and the expiration date is correct, then click Done.

  • Browser need proxy username and password

    this code works fine without a proxy, however i can figuer out how to get it to work when behind a proxy, i tried some different things to pass the proxy username and password(the commented out code) but those did work, can anyone help with this? cause im lost as to how to send the proxy credentials to get outside to the net
    import java.awt.*;
    import java.awt.event.*;
    import java.net.*;
    import java.io.*;
    import javax.swing.*;
    import javax.swing.event.*;
    public class ReadServerFile extends JFrame {
    private JTextField enter;
    private JEditorPane contents;
    public ReadServerFile(){
    super ("Rage");
    System.getProperties().put("proxySet","true");
    System.getProperties().put("proxyPort","80");
    System.getProperties().put("proxyHost","90.8.0.5");
    //need to set the username and password
    //System.setProperty("http.proxyUser","sservices/proglab30");
    //System.setProperty("http.proxyPassword","proglab30");
    //Authenticator.setDefault(new Authenticator()
    // protected PasswordAuthentication getPasswordAuthentication()
    //   return new PasswordAuthentication("proglab30","proglab30".toCharArray());
    Container c = getContentPane();
    enter = new JTextField("http://www.google.com/");
    enter.addActionListener(new ActionListener()
    {public void actionPerformed (ActionEvent e)
    {getThePage(e.getActionCommand());}});
    c.add( enter, BorderLayout.NORTH);
    contents = new JEditorPane();
    contents.setEditable(false);
    contents.addHyperlinkListener(
    new HyperlinkListener(){
    public void hyperlinkUpdate(HyperlinkEvent e)
        if (e.getEventType()==
        HyperlinkEvent.EventType.ACTIVATED)
        getThePage(e.getURL().toString());}});
    c.add(new JScrollPane(contents), BorderLayout.CENTER);
    setSize(400,300);
    show();
    private void getThePage(String location)
    setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
    try {
    contents.setPage(location);
    enter.setText(location);
    catch(IOException io)
      JOptionPane.showMessageDialog(this,"Error getting URL","Bad URL",JOptionPane.ERROR_MESSAGE);
    setCursor(Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));
    public static void main (String args[])
      ReadServerFile app= new ReadServerFile();
      app.addWindowListener(new WindowAdapter(){
        public void windowClosing(WindowEvent e)
          System.exit(0);
    }

    ray,
    Sounds like a permission problem.
    Try running these.
    ColdFusionDirectory\bin\connectors\Remove_ALL_connectors.bat
    ColdFusionDirectory\bin\connectors\IIS_connector.bat
    Ken Ford
    Adobe Community Expert
    Fordwebs, LLC
    http://www.fordwebs.com
    "RayBees" <[email protected]> wrote in message
    news:ek727f$bnq$[email protected]..
    > Greetings
    >
    > I have an interesting problem. When I browse certain
    section of my website
    > I
    > am asked to enter my username and password. When clicked
    "cancel" twice
    > the
    > person is let throught to the page. This seems to be
    related to the cfform
    > tage. If I remove the tag, I am no longer asked for the
    username and
    > password.
    > This happens in IE 6 and 7, Netscape 7.1 but not in
    Firefox 1.5 or Mozilla
    > 1.5.
    >
    > But here is where it gets really interesting, If I log
    onto the web
    > server,
    > every page asks for the username and password. Any
    thoughts?
    >
    > Thanks
    > Ray
    >
    > The Specs
    > CFMX 7.02
    > Windows 2003
    > IIS 6
    >

  • Ical in outlook needs a username and password

    Hello,
    I am using a shared calendar in icloud and want to add this to outlook.  I have sent the invite to my outlook account and it has an address like webcal://p04-calendarws.icloud.com/ca/subscribe/1..
    When I click on the link it asks me if I would like to "add this internet calendar to outlook..".  If I click yes, it firstly asks me for a user name and password.  I have tried my iCloud credentials but these did not work.  After this has failed, outlook then says:"can not verify or add this calendar to outlook".
    Can anybody help and let me know what I need to do (not okay to add the icloud add-in to outlook as I am using a work computer and running XP and Office 2007).
    I would also like to sync the contacts as well.  Is this possible too?
    Many thanks,
    Nick.

    Printers do not work with networks that require a username and password to communicate on the network.  Sorry.
    The only way you will be able to use the printer wirelessly is through an ad-hoc connection.  This means the computer will not an Internet connection while it is connected to the printer's ad-hoc network unless the computer has two network connections available (2 wireless or 1 wireless and 1 wired).
    The top of page 138 of the manual details how to connect to the printer's ad-hoc network.
    Let me know what happens.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • GetURL needs to incorporate username and password!!!!

    Hi,
    I need a Java program to go to a URL and then save the web page in a text file. I have successfully done this by finding the GetURL method (see bottom of page). But I need to do it for a URL where a standard username and password prompt appears. I know I need to use the following piece of code somewhere in the GetURL program to bypass this authorisation:
    HTTPConnection con = new HTTPConnection(this);
    con.addBasicAuthorization("protected-space", "goofy", "woof");
    The problem is that I am a complete Java novice and am desperately trying to finish a project, therefore I just don�t have the time to learn the language.
    Can someone PLEASEEEEEEE tell me how I can incorporate the above code into the following GetURL program (which I know works for URL�s without the authorisation needed):
    [by the way, the URL is in the program below and the username = Bazza99  and the password = upge5w7u]
    import java.io.*;
    import java.net.*;
    * This simple program uses the URL class and its openStream() method to
    * download the contents of a URL and copy them to a file or to the console.
    public class GetURL {
    public static void main(String[] args) {
    InputStream in = null;
    OutputStream out = null;
    try {
    // Check the arguments
    if ((args.length != 1) && (args.length != 2))
    throw new IllegalArgumentException("Wrong number of arguments");
    // Set up the streams
    URL url = new URL("http://www.advfn.com/cmn/fun/advfnFun.php?epic=BAA"); // Create the URL
    in = url.openStream(); // Open a stream to it
    if (args.length == 2) // Get an appropriate output stream
    out = new FileOutputStream("badata.txt");
    else out = System.out;
    // Now copy bytes from the URL to the output stream
    byte[] buffer = new byte[4096];
    int bytes_read;
    while((bytes_read = in.read(buffer)) != -1)
    out.write(buffer, 0, bytes_read);
    // On exceptions, print error message and usage message.
    catch (Exception e) {
    System.err.println(e);
    System.err.println("Usage: java GetURL <URL> [<filename>]");
    finally {  // Always close the streams, no matter what.
    try { in.close();  out.close(); } catch (Exception e) {}

    Hi,
    I wasn't sure how to incorporate your code into the GetURL program (afriad I am a java novice). I tried to run the code at the bottom of the page but it came back with the following error:
    java.io.FileNotFoundException: http://www.advfn.com/cmn/fun/advfnFun.php?epic=BAA
    Usage: java GetURL <URL> [<filename>]
    code run:
    import java.io.*;
    import java.net.*;
    * This simple program uses the URL class and its openStream() method to
    * download the contents of a URL and copy them to a file or to the console.
    public class GetURL {
    public static void main(String[] args) {
    InputStream in = null;
    OutputStream out = null;
    try {
    // Check the arguments
    if ((args.length != 1) && (args.length != 2))
    throw new IllegalArgumentException("Wrong number of arguments");
    // Set up the streams
    URL url = new
    URL("http://www.advfn.com/cmn/fun/advfnFun.php?epic=BAA"); // Create the URL
    URLConnection conn = url.openConnection();
    conn.setRequestProperty("Authorization", "Basic " + new
    sun.misc.BASE64Encoder().encode("(Bazza99):(upge5w7u)".getBytes()));
    in = conn.getInputStream();
    if (args.length == 2) // Get an appropriate output stream
    out = new FileOutputStream("baadata.txt");
    else out = System.out;
    // Now copy bytes from the URL to the output stream
    byte[] buffer = new byte[4096];
    int bytes_read;
    while((bytes_read = in.read(buffer)) != -1)
    out.write(buffer, 0, bytes_read);
    // On exceptions, print error message and usage message.
    catch (Exception e) {
    System.err.println(e);
    System.err.println("Usage: java GetURL <URL> [<filename>]");
    finally {  // Always close the streams, no matter what.
    try { in.close();  out.close(); } catch (Exception e) {}

  • Need to Change Username and Password

    I seriously need to find a way to change the router's login Username and Password.
    I live in an apartment building, and someone is logging into my router and disabling my wireless security every other week.
    So far, everywhere I've read has said that you can't change the login username and password, only the administrator password, but the Login defaults of "admin" are just too easy for people to hack into.
    I need a way to secure my network so that Only I can log in to make any changes to my network.

    Also, check the logs (enable them if they are not enabled) to see if you are actually getting "hacked" or the device is just restoring to factory default.

  • Which username and password need to give to access reports in portal

    Hi all,
    I had created a system object to a development server and get connected to development server.  I created a sample trasactional Iview and attached to a role.
    when i am viewing its showing a screen to give username and password.
    <b>which username and paasword i need to give here</b>. so that i can provide user mapping .

    Hi Pratap,
    You need the user name and password of the backend server (the one you named "development server", if you talk of a transactional iView, it is probably an R/3 system?! Which user you have on that side with the right permission nobody know. For SSO you could set up SSO via SSO2 tickets, if the user basis is the same on the backend system as on the portal server.
    Hope it helps
    Detlev

  • Authentication Box Blank Whenever Username and Password is needed

    I have an issue on one of my newer 10.6.8 Intel iMac's.  Whenever needed to authenticate for install or to change settings the authentication dialogue box comes up blank, no labels for username and password and any input typed does not show up. 

    Well I just finally reinstalled the OS and it appears that everything now works great!! 

  • Tthe network needs a username and password for devices. College. Options!?

    I am a new college student and I want to print wirelessly.  The network needs a username and password.  The problem is when setting up a wireless network on the printer, it doesnt allow this. What are my options to print? Please help!?
    HP Officejet 6500 e-all-in-one
    This question was solved.
    View Solution.

    Printers do not work with networks that require a username and password to communicate on the network.  Sorry.
    The only way you will be able to use the printer wirelessly is through an ad-hoc connection.  This means the computer will not an Internet connection while it is connected to the printer's ad-hoc network unless the computer has two network connections available (2 wireless or 1 wireless and 1 wired).
    The top of page 138 of the manual details how to connect to the printer's ad-hoc network.
    Let me know what happens.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Why won't this song play even after I authorized the computer? It says that I need to authorize the computer, then I enter my username and password and it says the computer is already authorized. But then the song still won't play. What do I do?

    Why won't this song play even after I authorized the computer? It says that I need to authorize the computer, then I enter my username and password and it says the computer is already authorized. But then the song still won't play. What do I do?

    Use the Apple ID support -> http://www.apple.com/support/appleid/ - click through the contact information and select the iTunes, etc., hot button. You can have Apple call you or email them.
    Clinton

Maybe you are looking for

  • Configuration file?

    My airport extreme just updated it's firmware and now all my port mapping settings are gone, and I don't remember what they were exactly...and they were perfect! Where were they stored and can I get them back with Time Machine? HELP!

  • Equium M40X - slow internet dropped packets

    I'm using wi-fi and my pc keeps dropping packets every so often (and also does when connected via LAN) making my internet connection a bit slow. I have had my wifi router changed and it's still doing it. Thought about upgrading BIOS and wireless driv

  • Problems with Whitespace using nested tables from eclipse dtp oracle plugin

    Hi, sending from eclipse to oracle xe fails if whitespace is used: Example1: Nested table in nested table adress_table_typ has another nested table in it that works CREATE TABLE x ( i INTEGER PRIMARY KEY, adressen adress_table_typ ) NESTED TABLE adre

  • Cannot create a DataSource with MySql...

    Hi all, I'm trying to create a DataSource with WLS 9.1. The DataBase I'm using is MySql 4.1. I have copied the mysql-connector.jar in the "lib" folder of my domain, but when I try to target the DataSource to the Server I get an error that Mysql Drive

  • IDVD and region code???

    I started a project in iDVD and created/burnt a DVD. I live in Germany and sent this DVD to a friend of mine who lives in USA. Half a year ago I already sent her a DVD which I had created in iDVD - she could watch the DVD without any problem (no regi