Amip over LAN, Failed to start socket server |
Amip over LAN, Failed to start socket server |
sabbath |
Jul 18 2009, 06:55 PM
Post
#1
|
Newbie Group: Members Posts: 3 Joined: 18-July 09 Member No.: 768 |
Hi all
I think I'm just stupid or something but I can't get AMIP to work over my LAN. I've got winamp running on one computer behind a router. I've forwarded ports 60333 and 60334 to that computer, selected Socket as transport and in the connection settings it is listening to the internal interface (192.168.1.7) on those ports. On the computer with mirc installed I have added the ac.dll, ac.ini and ac.irc and modified the ini-file to the correct IP (83.233.etc.etc.) to the router. Then I thought I was done and ran //load -rs ac.irc, the script loads and gives me the following: CODE *** AMIP Socket Client initialized (v1.4) *** Failed to start AMIP Server =( Do I need to do something else? Do I also need amip running on the machine running mirc? I've tried the ping command which of course returns 0. But when loading or rehashing ac.dll I don't get an outgoing firewall connection alert, which leads me to believe I'm missing some step here. All help is greatly appreciated. |
Serge |
Jul 18 2009, 09:26 PM
Post
#2
|
AMIP Developer Group: Root Admin Posts: 935 Joined: 12-March 06 Member No.: 1 |
Can you provide you ac.ini?
|
sabbath |
Jul 19 2009, 08:38 AM
Post
#3
|
Newbie Group: Members Posts: 3 Joined: 18-July 09 Member No.: 768 |
Can you provide you ac.ini? Yes indeedy. I've tried unloading/reloading the script and now I only get " * Loaded script 'E:\mIRC\ac.irc' ". CODE [AMIP Client] port=60333 host=83.233.xxx.xxx timeout=1000 srcport=60334 srchost=0.0.0.0 disablesec=5 disablecount=1 verbose=1 AMIP settings: Enable AMIP server (checked) - listen for connections on this interface: 0.0.0.0 - server port: 60333 IRC integration - Transport: Socket - Host: 0.0.0.0 (same as srchost in ac.ini) - Port: 60334 Cheers! |
Serge |
Jul 19 2009, 08:12 PM
Post
#4
|
AMIP Developer Group: Root Admin Posts: 935 Joined: 12-March 06 Member No.: 1 |
QUOTE - Host: 0.0.0.0 (same as srchost in ac.ini) must be a real host, not the wildcard. |
sabbath |
Jul 20 2009, 08:05 AM
Post
#5
|
Newbie Group: Members Posts: 3 Joined: 18-July 09 Member No.: 768 |
|