[Ascent]Running server on a laptop Ascent 

Newbie Spellweaver
Joined
Aug 30, 2006
Messages
61
Reaction score
0
Location
New York
um i'm trying to run a server on a laptop but i am not sure what i should put for the address, the router ip (wireless), or the laptop ip. i have tried both of them and in the ascent server i get a "cannot connect to log in server" error when i put my router ip or my laptop ip.... thanks in advanced...

P.S can someone please post the ipban.sql scrip here plz, i am also getting an error whne i open the login server that says that ipban.sql was not found on sql
 
ok i try to do that and when the ascent server completes loading, it says conncting to ip and it says fail to connect,and it keeps going... and also i don't know if this may be the cause but when i open the login server it says i am missing ipban.sql file... and i have been looking for it everywhere and couldn't find it
 
Code:
USE `logon`;
DROP TABLE IF EXISTS `ipbans`;
CREATE TABLE `ipbans` (
  `ip` varchar(16) collate utf8_unicode_ci NOT NULL default '' COMMENT 'Remote host',
  `expire` int(30) NOT NULL default '0' COMMENT 'Expiry time (s)',
  PRIMARY KEY  (`ip`),
  UNIQUE KEY `a` (`ip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='IPBanner';

as for the connect issue if you are trying to make it public check out port forwarding for you router brand then search on this board for which ports to forward
 
simple dont use a laptop, thats gona destroy ur laptop for one, u leave a laptop on all the time without a cooling table uh oh geek squad to the rescue, and another thatll make ur battery last a way less time laptops are made only to last 3-4 years some more, but running it allday everyday will make it about 1-2 years on battery hdd and RAM
 
Yup don't use a laptop it will nacker it up like he said or put it in ur fridge while usein it lmao or freezer laptops over heat quickly
 
Ok i switched my server to a desktop but now i cant get past the realm list, i have fowarded all the ports and checked all the ips, everything is good. but i still can't log in... any ideas why??
 
Back