"Failed to verify username, session authentication server unavailable!"

Discussion in 'Bukkit Help' started by Woopass123, Nov 26, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    TnT

    Not for authenticating. If your IP changes, it may mean you get 0 connection attempts in your log, but that's a different problem than what you are experiencing.
     
  2. Offline

    Woopass123

    Okay :D
     
  3. Offline

    Woopass123

    I think it's my ISP how do i make it allow traffic?
     
  4. Offline

    PolarCraft

    What internet provider do you use?
    If you use comcast cable they have a little thing that they disable any out coming connections to a server.
     
  5. Offline

    Woopass123

    im from denmark so you probrely not know it
     
  6. Offline

    PolarCraft

    still your internet provider could be blocking you from getting connections in or out!
     
  7. Offline

    Woopass123

    im using "syd energi" on english "south energy"
     
  8. Offline

    Lotrfan1290

    Ok im on Linux and im having the same problem, should i just try the things above? Or is there a certain thing i have to do?
     
  9. Offline

    Jombi

    This is pretty late, but I just ran into these issues. It all centered around my DNS settings on my CentOS box. Every time I restarted the network service, my /etc/resolv.conf settings were cleared. I didnt have a /etc/resolvconf/resolvconf.d/base file either. So what I figured out was that NetworkManager is complete crap and was really interfering with my network-scripts files and pretty much everything else.

    Code:
    vi /etc/resolv.conf
    # Add these to use Google's DNS servers
    nameserver 8.8.4.4
    nameserver 8.8.8.8
    
    -
    Code:
    service NetworkManager stop
    chkconfig NetworkManager off
    service network restart
    
     
    uyuyuy99 likes this.
  10. Offline

    Gallion

    I just want to chime in with something. I just got that error on my server, which is hosted with a host. I tried logging in to other servers on the same node (same IP, different ports) and I'm getting the same error. I tried another node (different IP) from the same host and that node seems to have the same problem too. I have no problem connecting to servers from other hosts. The problem might not be on your end.
     
  11. Offline

    GodBlokker98

    im a little Confused also. i was working On my server yesterday then When i got on today, it says Failed to verify username and when i try to get on my other cpu(the one i was using to build The Day be4) And Try to connect with my internal Ip, it Says Cannot Connect. plzz help. it used to work yesterday so im so confused
     
Thread Status:
Not open for further replies.

Share This Page