Need help please/ lan trouble/vbox hrace
Need help please
i use file from hrace009 release on my computer, and my pc connect to another LAN, my question is.. how to connect on vbox form another LAN, make my friend cant play that PW too
my LAN config:
ip: 10.10.10.60
mask:255.255.255.224
gateway:10.10.10.62 <- router IP
DNS : 10.10.10.62
MY Friend LAN COnfig
ip: 10.10.10.50
mask:255.255.255.224
gateway:10.10.10.62 <- router IP to connect internet
DNS : 10.10.10.62
My Virtual BOX host adapter
IP : 192.168.0.1
mask: 255.255.225.224
Vbox IP
IP : 192.168.0.10
mask:255.255.225.224
gateway:192.168.0.1
my friend cant connect to VBOX.. what must i change :(:
sorry for my bad english, thx for you all help
Re: Need help please/ lan trouble/vbox hrace
Quote:
Originally Posted by
necromentor
Need help please
i use file from hrace009 release on my computer, and my pc connect to another LAN, my question is.. how to connect on vbox form another LAN, make my friend cant play that PW too
my LAN config:
ip: 10.10.10.60
mask:255.255.255.224
gateway:10.10.10.62 <- router IP
DNS : 10.10.10.62
MY Friend LAN COnfig
ip: 10.10.10.50
mask:255.255.255.224
gateway:10.10.10.62 <- router IP to connect internet
DNS : 10.10.10.62
My Virtual BOX host adapter
IP : 192.168.0.1
mask: 255.255.225.224
Vbox IP
IP : 192.168.0.10
mask:255.255.225.224
gateway:192.168.0.1
my friend cant connect to VBOX.. what must i change :(:
sorry for my bad english, thx for you all help
use IP Port Forwarding, i already post is somewhere, just search it, entire this forum
Re: Need help please/ lan trouble/vbox hrace
IP Port Forwarding for router with that, but my router dont have it..
Re: Need help please/ lan trouble/vbox hrace
Quote:
Originally Posted by
hrace009
use IP Port Forwarding, i already post is somewhere, just search it, entire this forum
here is hrace's portforward tool which I reuploaded.
http://www.mediafire.com/?jncmydoia0a
add these ports to it
192.168.0.10 29000 <- Client port
192.168.0.10 8080 <- pwAdmin port
You can port forward port 80 for the other web pages I think but its not needed.
192.168.0.10/pw
192.168.0.10/phpmyadmin-3.2.4
You may also need to forward the ports on your router.
If this helps remember to thank hrace009 as the port forward program and the ports I got from him. :thumbup1:
---------- Post added at 07:47 PM ---------- Previous post was at 07:40 PM ----------
If you cant use the portforwarding try changing the ip of your router to 192.168.0.X or change vbox's ips in the following files to 10.10.10.X
Quote:
Originally Posted by
hrace009
change your VBOX Network Interface /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address YOUR VBOX IP
netmask YOUR NETMASK
network 172.16.0.0 <<< Always Fill This XXX.XXX.0.0
broadcast YOUR NEWORK BRODCAST
gateway YOUR GATEWAY IP TO INTERNET
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers YOUR DOMAIN IP, IF YOU USE DOMAIN
dns-search YOUR DOMAIN NAME, IF YOU USE DOMAIN
-----------------------------------------------------------------
and don't forget to Replace the IPs with your current addresses except the lines with 0.0.0.0
/PWServer/gacd/gamesys.conf
/PWServer/gamed/gmserver.conf
/PWServer/gamed/gs.conf
/PWServer/gamed/gsrollback.conf
/PWServer/gamedbd/cashstat.conf
/PWServer/gamedbd/gamesys.conf
/PWServer/gdeliveryd/gamesys.conf
/PWServer/gfactiond/gamesys.conf
/PWServer/glinkd/gamesys.conf
/PWServer/logservice/logservice.conf
/PWServer/uniquenamed/gamesys.conf
/etc/authd.conf
/etc/gmopgen.xml
/etc/GMserver.conf
/etc/hosts
/etc/iweb.conf
Dont forget to change you pwAdmin ip in
/root/apache.../webapps/pwAdmin/.pwadminconf
This info is also from hrace when I was making my server public. :thumbup1:
Edit: make sure you are using bridged mode on your virtual box
Re: Need help please/ lan trouble/vbox hrace
nice.. i try it now.. thx before..
Re: Need help please/ lan trouble/vbox hrace
Quote:
Originally Posted by
necromentor
nice.. i try it now.. thx before..
It“s not enough to enable the redirection and use a external port sniffing tool to check the door! You must punch it with real traffic or the tool will fail because most routers denny access to opened ports without traffic to prevent invasion (they returns "error #111 - connection refused").
An example (in Windows) to test if port 9090 (or other) was open correctly:
Donwload monguse standalone webserver; http://mongoose.googlecode.com/files/mongoose-2.8.exe (no panic! ~50Kb size only)
Create a folder c:\test;
rename the Monguse executable to m.exe and copy it into c:\test;
Open a command prompt and navigate to c:\test and launch Monguse with: m -ports 9090
C:\test> m-ports 9090
Mongoose 2.8 started on port (s) [9090], serving directory [C:\ test]
Now use a service like "http://www.canyouseeme.org/" and everything will be right!
:ott1:
Re: Need help please/ lan trouble/vbox hrace
no need port forwarding just use tutorial from
hrace009 and drakaer, change ip server and all config
thx problem solved