Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Only 48 Player can login in CoLinux!

Joined
Feb 10, 2004
Messages
122
Reaction score
6
Rename the virtual network interface that comes with colinux to tuntap and change its ip address to something like 10.0.2.2
And on the network part of your PWServer.conf, just put only this:

Code:
# Network
eth0=tuntap,tuntap
And thats it.
The ip address of your pw server will be 10.0.2.15 if your using the kvait's coLinux image.
 
Just Eistiger.
Joined
Jul 9, 2008
Messages
442
Reaction score
238
Rename the virtual network interface that comes with colinux to tuntap and change its ip address to something like 10.0.2.2
And on the network part of your PWServer.conf, just put only this:

Code:
# Network
eth0=tuntap,tuntap
And thats it.
The ip address of your pw server will be 10.0.2.15 if your using the kvait's coLinux image.

The IP from the Connection to 10.0.2.2?
Now i must connect to my Server with the IP 10.0.2.15?
 
Just Eistiger.
Joined
Jul 9, 2008
Messages
442
Reaction score
238
ive change the name of the Virtuel networt to tuntap!
Ive change the PWServer.conf to eth0....etc!
But i cant connect!
 
Newbie Spellweaver
Joined
Nov 3, 2007
Messages
21
Reaction score
1
Rename the virtual network interface that comes with colinux to tuntap and change its ip address to something like 10.0.2.2
And on the network part of your PWServer.conf, just put only this:

Code:
# Network
eth0=tuntap,tuntap
And thats it.
The ip address of your pw server will be 10.0.2.15 if your using the kvait's coLinux image.

on in detail
 
Initiate Mage
Joined
Jul 27, 2008
Messages
4
Reaction score
0
plz help!!!!
I have a same problem...... there is my PWServer.conf

# The default kernel
kernel=vmlinux

# File contains the root file system.
# Download and extract preconfigured file from SF "Images for 2.6".
cobd0="C:\coLinux\pwserver\PWServer.ext3"

# Swap device, should be an empty file with 128..512MB.
cobd1="C:\coLinux\pwserver\swap_6gb"

cofs0="c:\PW\"

# Tell kernel the name of root device (mostly /dev/cobd0,
# /dev/cobd/0 on Gentoo)
# This parameter will be forward to Linux kernel.
root=/dev/cobd0

# Additional kernel parameters (ro = rootfs mount read only)
ro

# Initrd installs modules into the root file system.
# Need only on first boot.
initrd=initrd.gz

# Maximal memory for linux guest
mem=768

# Network
#eth0=slirp,,tcp:29000:29000
#eth0=slirp,,tcp:29000:29000/tcp:80:80
#eth0=slirp
#eth1=pcap-bridge,,00:FF:F9:54:7C:00
eth1=tuntap



my on-line is 54 cfn some one pls can help me fix it ?!?!
 
Nerd-IO
Loyal Member
Joined
Feb 13, 2009
Messages
3,303
Reaction score
651
Crapy coLinux xD Go on a real computer with a good Linux ! ^^

@kb3z0n
Yes very good idea ! =D MySQL is the best *o* and more stable. If you want a little guide for setup a MySQL server working with pwserver.. i'm your man ! x) I have a fully working real server with Ubuntu and MySQL.. It's the best option to do a pwserver ;) And no need big server ! I have a old computer from 2002 and he can support up to 10players with half of instances open xD

@Eistiger
You have a good server no ? Install Debian or Ubuntu Server on it ! There is no players limits ;)
(Debian and Ubuntu are the most easier to configure... And i working with them for few years ago ^^)
 
Back
Top