No problem I would recommend you reading up on networking though
http://forum.ragezone.com/f695/absol...tcp-ip-709746/
Printable View
No problem I would recommend you reading up on networking though
http://forum.ragezone.com/f695/absol...tcp-ip-709746/
edit: nvm dumb post!
Also are the new files up yet? I'll keep seeding on my seedbox~
edit: nvm problem solved!PHP Code:Sigh..i installed the 146 server on ubuntu, changed server.txt, pwAdmin is working but the i get no ping in client the server is not working.
tried service pwversion and then /etc/init.d/pwversion 146 but I get an error saying "you must install the package before you can use it" ..sigh!
however the 136 is up...can it be like damaged 146 ubuntu file? because 136 was installing for a longer time while 146 nstalls in like 1 minute and no warning about installing daemon service
Got another small problem..in the browser IP command page some pages dont load after upgrading to 146 =¸¸=
Why do i get "mount /dev/sr0 unkown device" when i enter mount /dev/cdrom /cdrom ? o.o
You can troubleshoot basic errors like that by reading the Man pages, it'll tell you the basic syntax in any command and you can see if you did something wrong.
You can read what the mount command does in *Nix:
# man mount
But if that's the whole command you've typed in, you just tried to mount /dev/cdrom to /cdrom. If you're using the ISO images provided here, you'll need something like:
# mkdir /mnt/iso
# mount -o loop disk1.iso /mnt/iso
In the first line we made a made up folder called /mnt/iso. You can name that to anything you like. I named mine /sceege/iso so I can distinguish it by itself.
In the second line you mounted the ISO that you've chosen to that folder. After that, you can just navigate to the folder that you chose, i.e. cd /sceege/iso, and do w/e you need to do in that directory.
Hey, i have a small request if anyone with the fully installed server could help.
I have everything working, but today i was editing some files (enabling ips in .htaccess) on the server, and as i was using WinSCP because its more comfortable for me than CLI, i accidentaly moved a folder inside another folder in the lamp/htdocs directory. I was tryng to double clic something and i misclicked so i only saw a glimpse of a folder disappearing but couldn't see what folder was put into what other folder.
So (tl;dr): If anyone could give me a screenshot of their "lamp/htdocs" directory of this server so i can compare it to mine and figure out what is missing, that would be great!
Is there a way to do everything without burning the iso's onto a cd/dvd ? If so what command can i replace "mount /dev/cdrom /cdrom" with ? & others if they have to be changed aswell ,
Well if you are using a program like VMware to host the server then no you don't need to burn the ISO files to a cd/dvd.
If you are using an external computer that is at your access then i would burn the ISO files just to have a back up.
As for the command related question. i don't think there is a "replacement command" you shouldn't need to use a "replacement" providing you use the commands properly...
mkdir /cdrom
*put iso/cd/dvd in drive*
mount /dev/cdrom /cdrom
./install-*whatever here*
That help alittle?
As i enter " mkdir /cdrom " it says file exists , i re-enter mount /dev/cdrom /cdrom but get the same resullt as before . : "mount /dev/sr0 unknown device" . Ive entered the command "man mount" to see if there is a command to mount iso's from a program called MagicDisc but havent found anything , & if i dont have to burn the iso's (Im using vmware) then what command should i type in to get them from a folder * such as Documents , downloads , library , etc *
* Not related *
How do i unpack zip files / rar.exe files ?
Mounting...
You can get the virtual software to mount the cdrom at boot but if you need here's how to do it manually ...
Find the device name 1st
Then make the folder and mountCode:lsblk
change XXX below to match the cdrom drive as above
Verify contentsCode:mkdir -p /mnt/whatever
mount /dev/XXX /mnt/whatever
Archives...Code:ls /mnt/whatever
Install unzip
Code:apt-get install unzip
Unzipping
or if you want to specify a different location to unzip the filesCode:unzip /path/to/file.zip
You can also use 7z and unrarCode:unzip /path/to/file.zip -d /destination/folder
If you are going to be using these server files then read up on basic linux knowledge
most things are very simple...
download and use putty or its "shift" + "\" should be next to Z on a qwerty layout!?
unzip /Cruz Azul xD/Downloads/mappack.zip
doesnt make sense is that file on the ubuntu machine?
- - - Updated - - -
right ok why not just simplify things a bit now because what you are trying is to unzip it in /Cruz Azul xD/Downloads/ anyway which you would then have to move to the correct location...
do
cd "/Cruz Azul xD/Downloads/" has to be inside "" because the folder name has spaces!
unzip mappack.zip -d /XX/gamed/config/
XX = base location of server eg. /pwserver/gamed/config/
I've literally just answered this question 2 posts before it. Has someone actually burned DVDs to install this stuff? o.o
The "|" is called a pipe symbol. On a generic US 104 keys Keyboard its above the enter button.
As for unzipping, do you have spaces within your full path to your file? You have to put that in quotes, so if you were unzipping a folder called "This has spaces.zip", you can't use
.Code:unzip this has spaces.zip
You ahve to use
The 343 release is by far one of the easiest packs to setup, I'm really surprised at the amount of trouble you're having.Code:unzip "this has spaces.zip"
- - - Updated - - -
Is this what you're looking for?
Code:root@ubuntu:~# ls /opt/lampp/htdocs/ -l
total 96
dr-xr-xr-x 8 root root 4096 Dec 12 2013 admin
dr-xr-xr-x 2 root root 4096 Jan 3 2014 changepw
-r-xr-xr-x 1 root root 1038 Jul 11 03:08 config.php
lrwxrwxrwx 1 root root 18 Jul 10 23:19 cpw -> /opt/cpw/files/CPW
-rw-r--r-- 1 root root 30894 May 11 2007 favicon.ico
dr-xr-xr-x 2 root root 4096 Jan 3 2014 getgold
dr-xr-xr-x 2 root root 4096 Jan 3 2014 getitem
dr-xr-xr-x 2 root root 4096 Jan 3 2014 guildicon
-r-xr-xr-x 1 root root 134 Jan 3 2014 index.html
-rw-r--r-- 1 root root 256 Feb 5 2009 index.php
dr-xr-xr-x 2 root root 4096 Jan 3 2014 patch
dr-xr-xr-x 3 root root 4096 Jan 3 2014 rank
dr-xr-xr-x 2 root root 4096 Jan 3 2014 rank-old
dr-xr-xr-x 2 root root 4096 Jan 3 2014 register
-r-xr-xr-x 1 root root 2232 Jan 3 2014 status.php
dr-xr-xr-x 8 root root 4096 Jan 3 2014 support
drwxr-xr-x 2 nobody root 4096 Jul 15 2009 webalizer
drwxr-xr-x 7 root root 4096 Mar 1 2011 xampp
Yeah, that was exactly what i was looking for.
Thanks a lot sCeege!
I dont think i can ever get past this step *-* , " mount /dev/cdrom /cdrom " my dev is called sr0 . so i tried "mount /sr0/cdrom /cdrom" & still nothing . I tried what guys told me to do i even searched on man mount for more info but nothing ... I just wanna mount my iso server ( no its not on a cd/dvd ) mount|grep ^'/dev' on 'dev' i put in sr0 for example ---- mount|grep ^/sr0 but nothings come up , doesnt even search it shows up another one of these root@perfectworl:~# . Im not sure im the only one with this problem but if i can get help that'd be great !
No offense guys but ik that ''complete packages'' are great to work with because they contain everything you need handed by a golden spoon BUT If you can't get the mount to work, why not start searching how to apply the files manually to the server you wnna run it on?
No offense to 343 as everyone can be glad that he actually made a package like this but instead of trying to figure out how to get the mount to work, work with the files itself.
The way how I learned this was with a premade Virtual machine and after then the great guides from Bola on the release of 1.4+ server files.
Setting it up on localhost is really not hard...
.
ok, if you have so many problems with mount, simply copy all the data of the iso to the server root using winscp
^^^ got to it before I did haha
Why dont you just open the ISO file with WINRAR or something on your host machine, and then move the contents manually to the server? Say... make a folder:
mkdir /iso136
and put all the contents of the 136 image in it.and then make another one
mkdir /iso146, and move the 146 image in there. Now you have two folders you can navigate to, instead of trying to mount the ISO.
I don't understand what you're saying. Why would anyone be offended? Also are you typing on a phone? I think you're missing a few commas here and there.
It's towards @343 as he putted alot of work into the complete package, just stating i bet he'll understand what I mean
*facepalm*
EDIT: facepalm to myself as well tho i dont quite understand fully. if you cant mount it then yeah i can see where that would work after double checking and actually waking up.
Does missing a few commas really matter? i mean really?
Okay so mounting isnt an issue now , i know how to do it now , After doing cd /cdrom i go into that directory . Then type is ls and blue writing appears ( same words as 343's video . But when i type cp -R * / it looks like its copying but it then root@ubuntu:/cdrom# ....
Example
root@ubuntu:~# mount /dev/sr0 /cdrom
mount: block device /dev/sr0 is write-protected, mounting read-only
root@ubuntu:~# cd /cdrom
root@ubuntu:/cdrom# ls
etc lib lib32 opt PWServer root usr
root@ubuntu:/cdrom# cp -R * /
_ <------ This goes on for like 1-2 mins . Like blinking lol
root@ubuntu:/cdrom# <------- Then this appears , it doesnt show anything was copied . Any help ? I know im doing the right steps .
Actually, that cp -R * / is part of the old version of this release... Assuming you're probably using the newest version (torrent), there is no longer any need to copy the contents of the ISO to the HDD. After mounting simply run ./install-pw
Now that you have the 2 files copied from the ISO to the HDD though, you can also just go to where you copied those 2 files and run ./install-pw
- - - Updated - - -
Oh do forgive me, looking at the contents of your /cdrom you are using the old version of the release - carry on :wink: (disregard the above info)
Hey 343 i have change the ip adress to the places you said to change but u get a "This webpage is not available" Any reason why it says that ? I've put in my IPv4 , IPv6 and still nothing i also included my defaultgateway . Still nothing ,
It's been a long time since I dealt with the old release, and no longer even have a copy of it myself, so I cannot "fully" support it. BUT, going off memory apache HTTPD did not automatically start. Make sure lampp is started...
I powered off the VM , powered it on logged in as root , then typed in "./start.sh" it goes through XAMPP-MYSQL ,XAMPP-Apache , Catalina,base-home-tmpdir and then says ALL DONE o.O There was no Lampp included , how do i fix that?
Nothing to fix. If HTTPD is starting (successfully) then it has to be a networking config issue...
I've tried almost every ip man .... I dont see no HTTPD . Everything that went on your video i followed step by step . Im thinking its just my IP adress o.O
Even when you type " ./start.sh " Everything that appears after that i get that too lol so i dont think anythings missing .
I've put it 10.X.X.X for nano /etcs/hosts - & the other 2 that were in the video , .Didnt work .
I've put in 10.X.X.X <---Different numbers . Entered them in all 3 files you said , Still didnt work . I dont know what i did wrong lol i even installed linux server twice but dont dont know whats wrong,
Well that is because of your cconection , after ubuntu is installed try the command ifconfig if the ip does not show as 192.168.x.x you might not have a conection (host only might be different but this si for bridged) also try ping google.com , Vbox and VMWare are tricky when it comes to internet connections.
It also has to do with your internet provider too and also the windows , vbox wouldnt let me get acces but after i reinstall windows it works.
When it comes to pw developement you have to try 1000 things and many times the simplest things solves it.
Just don't give up and you will solve it.
And also leave me a PM i might be able to help you tomorow ( by teamviewer).
Networking issues still ._.
Thank you friend, i love you, love you, that's not gay.
hi guys to see if they help me in something, you could add new item to this version as well as the drop of the boss of golden September 19-89 bh's in the 1.5.1 version of bh and if you can see if Suggest video Report me some tutorial about how to add new things to my version of pw thanks for your attention.:thumbup::thumbup:
Edit the drop rates on the monster that drops the chosen item.
Spoiler:
Item Id
Drop Rate %
Excuse my bad English !!
I wonder as I mount the game without being Online
I do not mind uploading it to the web or anything like that, just want to learn how to enter offline. possibility that there will be in that method?
Do I not want to be annoying but help to me to install the server in the ubuntu? Please!!
Assuming you have the .iso files and everything installed already, alls you need to do is mount the .iso using the "mound /dev/cdrom /cdrom" command when the virtual machine is powered up, Then you copy the files over using the "./install-pw/143/131" command, once done you dont need to be online for anything you can play your server. but in order for others to play you need to be online. Helped?
343 are you planing for the close future to add in your release the version 1.5.1 too?
Anyone found a way to solve my networking issue ? I tried already like 3-4 different IP's but none seem to make the webpage for my ip . Im open to try anything , thanks .
** I can provide pictures if you need any more info ,
Quick question.
I noticed the server iso's are all for amd64 processors.
Am I looking in the wrong place for my intel i7 - I was hoping for a 64 bit Intel set of iso's.
I won't be running any sort of vm, was going to put 343's stuff all on a new disk.
So... 2 questions:
1 - can these amd64 iso's run on 64 bit intel cpus?
2 - can I install your client to live alongside the official pwi client so I can play both private and 'official' game?
Thanks in advance for a reply, and sorry if I missed this info.
1 - yes, im using that linux iso on i5 and no problems
2 - yes, simply install it on diferent path's / folder's
Thanks Caosfox. Good news.
Oh, and by the way, check the spelling of 'begining' in your sig :tongue:
It only says AMD as the original specification of x64 was created by AMD.
I am using VMware Workstation, but when you put the command
(mount /dev/cdrom /cdrom) shoot me a message (no medium found on / dev / sr0)
I have looked at many other sites and do not get solution. anyone knows I can do? Please !!
http://fotos.subefotos.com/582eabae5...cd4eeed8bo.jpg
The package link seems to be down for me .-. Anyone happen to have it re-uploaded by chance?
FROM SCRATCH TO A GAME WITH CASH SHOP IN 1 DAY
So, I finally have 146 working how I like it.
A lot of people cry out for help here and I have seen all sorts of replies to the same questions.
I too went through it all, and believe me, the answers are there but it's hard work.
It starts off full of excitement and ends with satisfaction, but along the way certain amounts of sleep are lost....
So with all the adjectives missing, here's my roadmap in case others are interested;
1. Installed "BitTorrent" and clicked on the link on the top of the first page of this post.
2. Next morning all the files had arrived. So far so good.
3. Since I have windows 8 I needed a VM to load the ubuntu linux server on. Looked around at HyperV, Virtual Box and finally VMWare 30 day trial. Went for VMWare as the networking was really easy to setup with a bridged adapter that even had internet access.
4. Installed the ubuntu distribution from the download. Very impressed with how easy it was to do. Done almost before I blinked. It setup dynamic ip addresses though. Needed to go back and edit it to make it a static address - just for completeness.
5. Mounted the 136 iso on the virtual cd drive and ran the install script. Then mounted the 146 server iso and installed that too. Best server install I have ever seen. Had the same troubles mounting a cdrom that others have reported simply because it's been a long time since I've done any command line stuff.
6. Installed the client and edited the 4 files to point to my VM server (the client needs to point to the ip address reported by "ifconfig" command in linux for the eth0 adapter). Again not too bad once I worked out what all the addresses were and according to the install instructions on page 1.
7. Logged in and played a barbarian up to level 10. Fantastic that I could do that in a few hours starting from scratch. Can't praise this emulation enough. Something tells me this is almost 100% accurate to the real thing.
Here's another roadmap about the cash shop.
1. Like MANY others I became aware that the cash shop didn't work. Read a TON of posts about it and finally found 2 things I needed - an existing copy of a cash shop file (read the posts in this forum, someone links to it) and the knowledge that a 144 file would work in 146.
2. Decided I needed to install ftp on the server. Installed the vsftpd server with info easily found from Google. Created a directory in the ftp folder called uploads with the right permissions. (chmod 777 uploads) That meant I could get files to the server with anonymous ftp.
3. Decided I really was too old to learn command line file editors, so put gnome gui desktop on the server. Changed my mind at went back to command line. Seems I wasn't too old after all to learn vi and the other basic linux commands.
4. Loaded the gshop.data file in sGSHOPedit (find one that works in 144, they are not hard to find) Exported it as a client and a server for 144 as gshop.data and gshopsev.data with the same timestamp. (yes, now I know what the error message about the client version being wrong too!) I used sEledit.exe to find the numbers in elements.data easily.
5. Copied the gshop.data file to replace the one in my 146 client.
6. Copied both data files to the server with ftp. They arrived in /srv/ftp/uploads
7. Set their permissions to 555 with chmod. Made backups of the files in /PWServer/146/gamed/config then copied my two new data files there.
8. Restarted the server and logged in with the client.
9. Watched with amazement as the cash shop was populated with stuff.
I know that's too simple an explanation, and probably sneered at by some, but now I have a game that's not too different from the current official one and a cash shop that works.
Tonight I will sleep.
If nothing else, I hope this will give hope to those who have doubted they could get it working.
It does work, and you will learn a lot because then it's time to get into server customization and really learn something.
Of course there are caveats: there is a known bug using pwadmin web console to start and stop the 146 server. http://forum.ragezone.com/f753/makes...admin-1014633/ Using the linux command line to start and stop the server works reliably. If you use the web pwadmin tool it stops character creation from working.
Finally I found out that the 146 release is v80. I needed to know that later when messing around with the ptemplate.conf fix.
Downloaded and ran the scripts to fix ptemplate.conf. Edited ptemplate.conf to set my drops (also money, exp, and spirit). Works fine.
Could someone please seed the torrent? once i download it i will seed too.
Anyone happen to have desent working editors? the ones that came with the release seem to not work o-o (corruption etc.)
Im mainly looking for sEledit, and Task Edit.
https://code.google.com/p/pw-tools/
try them mate
Solved
well you could simply get a program like Power Iso or Daemon Tools , mount the .iso and tell to Vbox to read it as a CD/DVD and it wont require anything else.
Solved
As you can clearly see, someone is seeding and has been. That being said, it is yet again back down to 2 seeders which is most likely myself and 343. In 24 hours if this has not changed I will cease to share which in turn will cause 343 to do the same. You have been warned, it lives or dies by leechers choice. As far as the tools, I have had no trouble with corruption, as far as any part of this package, nothing is wrong with it. It works as it should!
Hi everyone,
I have a server with a working version of the 146 included in this package, and while testing some dungeons, i found something odd/buggy with Twilight Temple:
When you start a Act 1: Requiem of the wraiths, 1-3 (Substancia) in squad mode, with bosses in HIGH MODE and mobs in MEDIUM MODE, the bosses that are supposed to appear in HIGH MODE, (Vipenalt and Soul Banisher) are not there
For reference: http://s282.photobucket.com/user/lum...3Boss.jpg.html
I tried this a couple of times, and killed all the other Bosses first and also the mobs, to test that out, but the other two bosses continue to be missing.
The same happens in TT 1-2 (Dimensic).
It seems as if its not taking into account the HIGH MODE option (which i completely made certain i was choosing).
I am not doing something important/basic, or is it a bug of this package?
Thanks!
A quick question - sTASKedit that will work with the 146 version of this package?
Using the one I found, loading in the 146 client tasks.data seems to imply it's tasks.data v105.
BUT then why the warning when I load it saying it doesn't recommend exporting to higher versions?
Will it work or not?
Apologies in advance if this is a silly or been asked 1001 times before.
Thanks in advance.
Since 136 is my personal favorite version, any and all other versions haven't received much if any real attention from me. So any 'bugs' or 'problems' with say 146 from my package are likely to be prevalent in the other 146 releases around here (that's ultimately where the one in this package came from, just all set up and ready to run, with a simple installer)... This also means they have no priority for me to 'fix' them either, as where any 'bugs' with 136 I do try my best to resolve and release an update/new package for...
Hope this helps :wink:
- - - Updated - - -
Yes there is a sTASKeditor that will work with 146 in pw_dev.iso. If I recall correctly you will want to use the one in /pw_dev/pwtools-bin/sTASKedit/ (NOT the one in /pw_dev/sTASKedit/ - that's for 136).
i guess you meant this page http://forum.ragezone.com/f695/absol...tcp-ip-709746/
ty for help but i have another question i have installed vmware workstation 10 and for some reason when i run ubuntu server
i run bridged connection to my wireless which suppose to work like virtual box but i have uninstalled it ofc to install vmware
and the result i get no connection to internet at all
for example
sudo apt-get update -----> gains error messages instead of connecting to ipaddress of ubuntu it just stays 0% then gives error message for ubuntu security
do you have any solution ?
i heard vmware workstation such for all who use it at bridged wireless connection
i have router ofc so i want to know any solution for this
sorry for bother but i will be glad for any help
ty...
try to check "replicate network status" on vmware network configuration
i found out the reason
when i was disabling my avg anti virus i wasnt doing the same for firewall
so the issue here was from firewall because avg was blocking firewall
when i disabled firewall of avg all are working
do you have solution that i dont have to disable avg firewall and at the same it doesn't block connections ? this is weird even tho it works fine with oracle virtual box when i leave avg block firewall i think i gonna do some tests until i make like rule or something that prevent avg from touching vmware lol
- - - Updated - - -
i believe that i have to re install avg and uncheck firewall from package of avg setup and i guess that worked but does that mean i will be facing threats for having win7 firewall w.o antivirus firewall protection?
lordmegamanx72, are you sure you can't have AVG and firewall running, and just enable the ports like you can with other firewalls? (I don't use avg so I can't say how yours will be configured). See the first post for the list of ports to open - eg port 29000.
Also, you mentioned running apt-get update from the ubuntu command line. You don't have to run this to get the server working, but the fact that it doesn't work means you don't have networking working inside ubuntu.
well i had tried to add rule for ports , checked allow traffic to virtual box and nothing was working
when i disable firewall totally it works perfectly
in all cases after i have seen i said to my self it avg firewall sucks it might be blocking more programs or connections or ports so i said imma get rid of it and just get the normal firewall of win 7 by re installing avg and unchecking firewall
so this doesnt mean i dont have firewall , i have but i just installed anti virus for indenity , email , pc protections and the rest except firewall
since avg doesnt let u control firewall and it gives permissions by it self or block whatever it likes i had to get rid of it to have full control of firewall
so i was asking , is windows 7 firewall needs to be provided by antivirus's protection pretty ? will i be under threats if i only stay with windows 7 firewall only ? that is my question but for me i dont think so because i was using avira in the past which protects pc only non browsing and emails protections and it is weaker than avg in these protections so i said avg will be just good w.o firewall installed of it is package
Ok, fair enough, then i have a couple of questions:
1- Does this mean that this doesn't happen at all in 136?
2- How is your priority list currently? i mean, is there a chance that you might ever fix this, in say, 1 month/3 months/6 months/1 year? or was that an euphemism to say go find another way to fix it?
3- Say that i want to fix it (i've never fixed anything from scratch), what would you sugest me doing/reading/trying? you are MUCH more experienced in this than i, so, what does your gut tell you this bug is comming from?
Thanks!
Just to answer the third question , i am here from many years and ive been using 343's release since it first got released and belive me he did one of the best job ever with the 1.3.6 (i still prefer the old release because it is simple to set up and works perfect).
What 343 did to his 1.3.6 was to check everything from scrath and fix and fix every bug so that you , me and any other users that would use it to have small amount of errors (close to 0 lol)
So , for you to fix it , it would mean to test everything , fix everything that is wrong , and do this by asking the lowest amount of questions possible and start to do it your own way , of course that this would mean a lot of work.
----------------------------------------------------------------
About the network problem you must keep in mind that it matters a lot what isp you have.
To make sure that your computer or any other programs do not affect in any way the Virtual box simply do a fast windows reinstall (no need to format hard) and try to set up the ubuntu then if the problem persists it might be because of your internet service provider.
You should check the selected network for bridged to which adapter is set on.
Also you could try VMWare and see if you have the same problem.
Networking can be tricky until you figure out what is blocking it.
The methods that i posted should give you some clues to an restricted numbers of errors which could cause your problem.
If you are using Vmware, or even virtual box, like a pre-configured image, you always have to update the mac address of the copied image..
If you don't have any networking on either, try something like this.. http://blog.williamjamieson.me/2012/...box-or-vmware/
For centos, once you can connect to the net, bridged or whatever, do yum install system-config-network-tui then you can use this to set a static IP pretty easy. For ubunut, I have no idea if anything like this exists..
or for Ubuntu
http://chris.dziemborowicz.com/blog/...tual-machines/
I never use Ubuntu, but this is probably a similar issue that you are having..
I got everything set up properly (I think) but the game crashes after I choose my character and try to enter the game world, does anyone know why this might be?
how can i make my server public ? will someone answer that ? yea none
just simply i need like little guide
not explanation over ipaddress and such http://forum.ragezone.com/f695/absol...tcp-ip-709746/
if you really want to help people then stop complaining and help them by telling just one clear answer
yea i know that isn't your fault but don' t start topic of sort thing called *pw server * and let people hesitate to you to know how to make it then you disappoint them with saying we have said it already at section or sort of that
what is the problem if you say it over and over , will your finger kill you if you type something on keyboard ?
sorry about bother but i feel disappointed at ragezone and if you want to correct my opinion
go for it and help if not
then i am out of ragezone
if fact is not that hard
1) put vmware lan on bridge mode and check "replicate network state"
2) port forward on your router/modem all incoming traffic of port 29000 to your server ip
3) enjoy
about the rest, take offense or not... but this forum spoon feed a lot, many users are toooooo lazy to even check vmware/virtualbox forum (yes, you know?.. this is ragezone, not vmware/vbox support forum)
about forward.. check your modem/router manual/support form.....
and about typing the things over and over... is uselles. people is LAZY! searching is tabu for them
"will your finger kill you" im 100% with you on that.. but about using search function. and dont allways expect RZ have all the answers, google helps a lot!
im sorry if someone is offended in any way....but is the true
well let me explain all then
i have hired static ip address and ofc i have the local host ipaddress of the static ipaddress
if i go to /etc/network/interfaces which should i put ? the local or static ?
and /home/glinkd/gamesys.conf must contain the static ipaddress or local ?
lets say for example i have opened server ip on port 29000 in my router
what should other players have in their server list of their client and which ip for my own server list in my own client?
which ipaddress ? virtual server ip or the static ip ?
i know some answers of these questions but i want to ask to make sure and tyvm for replay Caosfox
and the best part i searched on google i searched on RZ i searched on all pages
i searched that i could even go to my friends and search in their cupboard LMAO
ok, first
the static ip you hire is the one on your modem/router, right?
if yes, then put vmware on bridge mode and select replicate .... (like here http://s27.postimg.org/8bksfvjk3/Sin_t_tulo.jpg )
the router set the ip automatic for the linux box, set linux on dhcp mode, dont edit any ip (the router is going to do the job)
next, open your router and on the part about "address reservation" put your linux mac address and set what ip you want (in my case MAC 00-0C-29-A9-33-F9 is set to have always the ip 10.0.0.100... no matters what you do, ip is always 10.0.0.100)
http://s29.postimg.org/t3rhzk347/Sin_t_tulo2.jpg
and last, redirect any traffic incoming to port 29000 to ip 10.0.0.100 (or the ip you set on dhcp router)
this is the easiest way to make it work on vmware
if you are talking about you have a VPS or dedicated server, first turn off firewall (for checking only)
all incoming traffic must be reaching the server
opps, forgot to say, at your client, you need to put your modem ip
let say your internet ip is 55.87.25.260 and your linux ip is 10.0.0.100
you need to set client to ip 55.87.25.260 (all incoming traffic on port 29000 is send by the router to 10.0.0.100)
and opps v2.0.. forgot to say, you must forward port 80 too, if you want your players to reach your web page
thanks for your kindness and your help i will start doing that now ^^ and here is my like
on my own router it is vodafone type if you know it
and do you know how much i have been trying to make this server public and read all these pages ?
over 4 days non of rest
my modem is a lame "no name" one.. cablemodem or something like that.
but i connect a tp-link router to that modem, and everything to the tp-link (in fact, i learned the forwarding trick on tp-link support forum)
only 4 internet providers here, 2 uses the lame no_name or motorola modems, and the other 2.. texas instrument modems... all lame pieces of crap
Just got this error message. Does anyone know what this is?
http://i.gyazo.com/6635df46cedec69e1dadd6433706e9d5.png
10.0.0.100 is my ip, i set my router dchp to serve ip from 10.0.0.10 to 10.0.0.250
you must check what is your dchp ip range
how ?, is easy
at windows
press "windows key + r" and type CMD
next type ipconfig
first adapter must be your lan (in my case is http://s22.postimg.org/5jjgkuusx/Sin_t_tulo3.jpg )
lets say your ip is 192.168.0.50
then set your linix ip at 192.168.0.100 (so you have plenty of free ips for others servers/pcs in your house)
- - - Updated - - -
easy way to get the mac address is from vmware (open network adapter -> advanced)
you can even change the MAC if you need
http://s30.postimg.org/p5tpjy9gx/Sin_t_tulo4.jpg
This thread is already opened and it directly relates to my problem, Im just trying to get as much support as possible.
normaly people ignores the same question made on 1258785 Threads, is better to make 1 and wait at least a couple of hours, then make another question.
rome dont was build in 1 day, you know
and what should i put in glinkd ?
ofc i mean gamesys.conf file
127.0.0.1
- - - Updated - - -
in fact, i think all keep as 127.0.0.1 (maybe you need to edit the ip of the web page in the config.php, but im not sure)
well lets say for example i have sat my ipaddress on my vmware according to what you said as 192.168.1.160 on linux as being my ipaddress
how can i open port ? through nat in my router port forwarding section ?
and lets say that the server list wont work except as 192.168.1.160
when i turn on my server it wont work except if set the first 4 ipaddresses to 192.168.1.160 in gamesys.conf
even tho that true
why my friend can't connect to me ? i made my friend put his server list as 192.168.1.160
and it didn't work , does it have to be something else ?
the best part i have learned from you the mac trick i have sat my ip reverse with my own server mac address to ip address 192.168.1.160 and it has changed on virtual server when i do ifconfig it became 192.168.1.160
in all cases i dont know how to use my static ipaddress
i managed to create the whole server and learn linux basics still one step prevent me from going forward just making any little server as public
ehhhh what a lame i swear i am doing faceplam right now
sorry for making you tired with me if i was rich i would make you king hahahaha you are really my hero and you did your best with me i really appericate it
ah, wait
192.168.1.160 is the ip of your server
BUT means nothing outside your network
the trick is:
http://www.whatismyip.com/
here you can get your REAL internet adress
that is the ip you must put on your friend client
next you can check if your router/firewall is blocking 29000 from here
http://www.canyouseeme.org/
at port to check put 29000 (if gives timeout means port is not redirected or is closed) ofc do this with the server working
i dont really now your modem/router , so i dont know where forwarding is located
well what does it mean external and internal ports?
you said 29000 port must be opened but on which one ?
i found on my router something called priority
on tp-link is named forwarding
give me your exact modem/router model
no worries i managed to make server public by putting the mac address and the ip address of local host in ip reverse
went to port forwarding and made my port as 29000 with the local host ipaddress
i filled up server list with the static ipaddress i hired and my friend now can log on my server
it was unbelieveable for me
but i have one question for gshop guide
as i know the following steps are looking like that
* import gshop as client 1.4.4
* save as anything.db to get the same timestamp
* load anything.db
* export it to client 1.4.4
* export it to server 1.4.4
is there anything did i miss ?
before exporting to server , do i have to leave items as* client type * or turn them to * server type *?
i have created gshopsev.data and everytime i try to upload it
it fails to turn on gs on
even i made sure that i dont do mistakes and fallow the following advises
gshop.data and gshopsev.data have an item it is not in lements.data [ gs01.log ]
gshop.data and gshopsev.data have wrong timestamp
gshop has more than 2500 items
Start your gs01 from the command line
And then check in the command line if it doesn't give any error upon an item, i've had it before that some item didn't want to work in the gshop while it was in elements.dataCode:cd /PWServer/gamed
./gs gs01
Best way to start off is using a clean Gshop.data and gshop1.data