LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices

Reply
 
LinkBack Search this Thread
Old 10-04-2007, 01:20 PM   #1
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 2,612

Rep: Reputation: 228Reputation: 228Reputation: 228
hamachi problems


having problems configuring Hmachi on one of my linux boxes it is a headless fedora box behind a suse box running firestarter gateway.. i have tried opening ports and allowing by ip/hostname, but everytime running hamachi login fails
i started hamachi in debug mode and trapped the output, here it is
Code:
04 13:15:00.478 [  18] [30171] ipc: login 
04 13:15:00.491 [  18] [30171] ses: set_reconn(no)
04 13:15:00.491 [  18] [30171] ses: go_online
04 13:15:00.491 [  18] [30171] ses: state 1.1 -> 2.0
04 13:15:00.715 [  20] [30171] ses: resolved bibi.hamachi.cc -> 69.25.21.221
04 13:15:00.715 [  20] [30171] ses: state 2.0 -> 2.1
04 13:15:00.715 [  20] [30171] ses: state 2.1 -> 3.0
04 13:15:00.715 [  20] [30171] ses: connecting to 69.25.21.221:12975 ..
04 13:15:00.887 [  21] [30171] ses: io_ready -- 192.168.2.25:1127
04 13:15:00.887 [  21] [30171] ses: state 3.0 -> 3.1
04 13:15:00.887 [  21] [30171] ses: state 3.1 -> 4.0
04 13:15:00.887 [  21] [30171] ses: sending helo ..
04 13:15:01.074 [  22] [30171] ses: redirect to 69.25.21.225:32976
04 13:15:01.074 [  22] [30171] ses: error 6  0 4
04 13:15:01.074 [  22] [30171] ses: go_offline
04 13:15:01.074 [  22] [30171] ses: state 4.0 -> 1.0
04 13:15:01.075 [  22] [30171] ses: state 1.0 -> 1.1
04 13:15:01.075 [  22] [30171] ses: purging state ..
04 13:15:01.075 [  22] [30171] ses: state 1.1 -> 3.0
04 13:15:01.075 [  22] [30171] ses: connecting to 69.25.21.225:32976 ..
04 13:15:01.418 [  23] [30171] ses: io_ready -- 192.168.2.25:1128
04 13:15:01.418 [  23] [30171] ses: state 3.0 -> 3.1
04 13:15:01.418 [  23] [30171] ses: state 3.1 -> 4.0
04 13:15:01.419 [  23] [30171] ses: sending helo ..
04 13:15:01.838 [  26] [30171] ses: received helo.ok
04 13:15:01.984 [  26] [30171] ses: state 4.0 -> 4.1
04 13:15:01.984 [  26] [30171] ses: state 4.1 -> 6.0
04 13:15:02.027 [  26] [30171] ses: sending auth 5.170.107.41 ..
04 13:15:02.527 [  29] [30171] ses: received auth.ok
04 13:15:02.529 [  29] [30171] ses: state 6.0 -> 6.1
04 13:15:02.529 [  29] [30171] ses: state 6.1 -> 7.0
04 13:15:02.529 [  29] [30171] ses: udp sock -- 192.168.2.25:1029
04 13:15:02.529 [  29] [30171] ses: sending discovery
04 13:15:07.759 [  55] [30171] ses: state 7.0 -> 7.1
04 13:15:07.759 [  55] [30171] ses: received disc.retry
04 13:15:07.759 [  55] [30171] ses: state 7.1 -> 7.0
04 13:15:07.759 [  55] [30171] ses: udp sock -- 192.168.2.25:1029
04 13:15:07.759 [  55] [30171] ses: sending discovery
04 13:15:12.983 [  81] [30171] ses: state 7.0 -> 7.1
04 13:15:12.983 [  81] [30171] ses: received disc.failed
04 13:15:12.983 [  81] [30171] ses: error 6  0 129
04 13:15:12.983 [  81] [30171] ses: set_reconn(no)
04 13:15:12.983 [  81] [30171] ses: go_offline
04 13:15:12.983 [  81] [30171] ses: state 7.1 -> 1.0
04 13:15:12.983 [  81] [30171] ses: state 1.0 -> 1.1
04 13:15:12.983 [  81] [30171] ses: purging state ..
04 13:15:21.563 [ 128] [30171] ipc: shutdown
i would appreciate any feedback if anyone has had this problem and fixed it
 
Old 08-03-2008, 10:03 PM   #2
robnee
LQ Newbie
 
Registered: Aug 2008
Posts: 2

Rep: Reputation: 0
Possible solution?

I fixed the identical logging in problem via trial and error. Using ifconfig I noticed the "ham" interface had no ip address assigned. Poking around the Hamachi config files (after running hamachi-init) I noticed the "state" file contains an ip address on the first line. Using the following command as root:

/sbin/ifconfig ham0 www.xxx.yyy.zzz ( <-- replace with ip address from config)

Set the proper ip address. Then if I dropped out of the root account and did:

hamachi start
hamachi login

I got a login ok! The first time I tried I needed to stop and start hamachi before the ip address change would take.

Rob
 
Old 03-04-2010, 11:53 AM   #3
ltyt128
LQ Newbie
 
Registered: Mar 2010
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by robnee View Post
I fixed the identical logging in problem via trial and error. Using ifconfig I noticed the "ham" interface had no ip address assigned. Poking around the Hamachi config files (after running hamachi-init) I noticed the "state" file contains an ip address on the first line.
My "State" file contain only "Nickname anonymous".
Help me please.
Thanhks
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't log in with hamachi. dr_zayus69 Linux - Software 24 02-10-2011 10:09 AM
Hamachi 0.9.9.9 on SUSE 10 Taintedhero Linux - Newbie 3 06-26-2008 03:10 AM
Aye Hamachi! Jack of Spades Linux - Networking 0 10-05-2007 12:44 AM
Hamachi on an IP Gateway Riddick Linux - Networking 0 01-27-2007 04:02 PM
Hamachi AnRkey Linux - Networking 3 01-17-2006 11:36 AM


All times are GMT -5. The time now is 05:28 AM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration