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!

Bridged: timed out

Newbie Spellweaver
Joined
Feb 2, 2013
Messages
35
Reaction score
0
hi
brothers i need to help me
when i use network adapter : NAT or host-only i can ping ip adress in cmd the windows
like this

but when use network adapter : bridged
ping ip adress give me request timed out ??



and this my ipconfig the windows
 
Newbie Spellweaver
Joined
Nov 20, 2010
Messages
36
Reaction score
9
Ok, so from the looks of it, your IP address is what, 46.8.97.188, and your router IP is 46.8.97.1

On your VMware, do ifconfig eth0 46.8.97.200 (note the 200 can be any other number, OTHER than 188 or 1, or other numbers if you have a computer that uses that specific number)

Now, what you would do then is go to /etc/sysconfig/network-scripts/ and find ifcfg-eth0 using winscp or some other program like it

change the 192.168.200.100 IPs to 46.8.97.200

Save it, and restart your virtual machine.

And it should work.
-------------------------------------------------------------------------------------
If you want your friends to play, read this, if not, do not read it!!!

From my personal experience, giving it a static IP wouldn't let me have my little group of friends play it, so i changed it into dynamic.

and it would be like this instead:

DEVICE=eth0
BOOTPROTO=dhcp
HWADDR=00:0C:29:A8:0B:A3
ONBOOT=yes
TYPE=Ethernet

This would still fix the problem for you lol
 
Newbie Spellweaver
Joined
Feb 2, 2013
Messages
35
Reaction score
0
thanks for reply
yes bro now when i use ip 46.8.97.100 and use network adapter: bridged
ping ip adress ok but i don't can connect winscp wiht server
Network error:connection to "46.8.97.100" timed out


andt when change ifcfg-eth0
and start server give me faild like this


and i don't have any idea how you can connect winscp wiht server after change ifcfg-eth0
if you have accont in skype giv me for add bro
 
Last edited:
Newbie Spellweaver
Joined
Nov 20, 2010
Messages
36
Reaction score
9
Well that's because you changed your Mac Address to 00:0C:29:A8:0B:A3

Change it back to 00:0C:29:32:5C:E5

You were supposed to use the :

DEVICE=eth0
BOOTPROTO=dhcp
HWADDR=00:0C:29:A8:0B:A3
ONBOOT=yes
TYPE=Ethernet


As an example >_>
---------------------------------
Anyways, yours should be

DEVICE=eth0
BOOTPROTO=dhcp
HWADDR=00:0C:29:32:5C:E5
ONBOOT=yes
TYPE=Ethernet


Instead
 
Newbie Spellweaver
Joined
Feb 2, 2013
Messages
35
Reaction score
0
thanks again bro
yep now is work but when i use network bridged i get this problem
 
Last edited:
Initiate Mage
Joined
Jun 14, 2014
Messages
1
Reaction score
0
I get loads of IP The forum thread I am going to open my server. (I fussed Thailand Open Server this game very hard) Thanks for the post. I did not change it.:p:
 
Back
Top