SRCDS Steam group


Urgent Server HELP!
#16
candy-man i have a pic of the cmd when he types "ipconfig /all" shall i post it? it has the Motorola modem on it

Edit: his Motorola modem version is - Motorola SURFboard SB5101 USB Cable
Reply
#17
Yeah, go ahead and post it, unless he doesn't want you to.
Reply
#18
Is he online?

Cuz he not online on msn
Reply
#19
According to the Motorola website, it doesn't do NAT/PAT:
Quote:Do Motorola SURFboard cable modems support Network Address Translation (NAT) or Port Address Translation (PAT)?

All SURFboard Cable Modems function as bridges (with the exception of the SBG900). They do not support any type of address translation.

Looks like NAT is being implemented somewhere else... Sad
Reply
#20
For some reason i wont let me attach the picture
Reply
#21
it looks like this:
[Image: ipconfigallimageac6.jpg]
Reply
#22
Yes thats it and how did you do that ^^ i bin trying but cnt
Reply
#23
just uploaded the image to imageshack.us/

Then just copy the one that says hotlink to forums and paste it in the message box and that's it. it's the one with the [img] tags

By the way if your server is going to run the Star Wars mod let me know the IP so I can join and if you need any help with it I can help I got everything working for it, it's this detail I posted here that I need help with other than that the server is ready
Reply
#24
hmm.. i bet its the subnet.. i still don't understand exactly why the modem is assigning the pc a seperate ip. I will look into that a little more. The subnet though, i don't know how it directly effects srcds, but i know with webservers and such it can really mess stuff up when wrong. Like yours is 255.255.0.0 where most everything I have ever used personally or at state farm has been 255.255.255.0. Try going into your network connections, right click the usb connection, click properties. click tcp/ip. Properties again. Then change from obtain ip automatically and use the following.

ip- 10.15.45.49
subnet- 255.255.255.0
default gatway- 10.15.0.1
primary dns- 10.1.2.2
secondary dns- 10.1.2.6

try that.. click ok, then ok again. and you will lose internet for a second, but after a couple seconds it should come back, and see if that helps at all. It may not, but its a hunch. If after about 30 seconds you don't have internet at all still then just go ahead and set everything back to obtain automatically.
Reply
#25
Setting the subnet mask to 255.255.255.0 would not allow him to communicate directly with the gateway IP 10.15.0.1.  He would only be able to talk with devices in the 10.15.45.x range.

The ISP may have put clients on a much larger /16 network (255.255.0.0) instead of /24 (255.255.255.0) because they only want to maintain a single gateway.  If they set it up with a /24, they'd need several different gateways (one for 10.15.1.x, one for 10.15.2.x, one for 10.15.3.x, etc).  You can find more information about subnets here: http://en.wikipedia.org/wiki/Subnetwork.

Most small offices and homes use 255.255.255.0 beacuse they'll never have more than 253 devices connected to the network.  

The odd thing I'm seeing in that ipconfig is he/she appears to have an IPv6 address?
Reply
#26
if this helps this is my server.cfg Tell me if I'm missing something here:

//// General Settings
hostname “Miracle's Cantina - StarWars Mod4eva” //
host_framerate 0
setpause 0
mp_chattime 10
sv_lan 0
sv_secure 1
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_stats 1
sv_allowdownload 1
sv_allowupload 0
sv_timeout 30
sv_voicecodec vaudio_miles
sv_voiceenable 1
sv_alltalk 1
sv_visiblemaxplayers 24 // maxplayers minus reserved slots

// Ban Settings
exec banned_user.cfg
exec banned_ip.cfg
writeid
writeip

// Contact & Geo Settings
sv_contact kari_eligago88@hotmail.com //
sv_region 255 //
// us eastcoast - sv_region 0
// us westcoast - sv_region 1
// south america - sv_region 2
// europe - sv_region 3
// asia - sv_region 4
// australia - sv_region 5
// middle east - sv_region 6
// africa - sv_region 7
// world - sv_region 255

// Rcon Settings
rcon_password xxxxx //
sv_rcon_banpenalty 15
sv_rcon_maxfailures 4
sv_rcon_minfailures 2
sv_rcon_minfailuretime 30

// Log Settings
sv_log_onefile 0
sv_logfile 1
sv_logbans 1
sv_logecho 1
mp_logdetail 3
log on

// Teamplay Settings
mp_spawnprotectiontime 0
mp_autokick 0
mp_autoteambalance 0
mp_fadetoblack 0
mp_forcecamera 0
mp_forcerespawn 1
mp_teamplay 0

// Game Settings
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_timelimit 15
mp_startmoney 800
mp_roundtime 2.5
// mp_allowNPCs 1
mp_autocrosshair 0
mp_buytime 0.75
mp_c4timer 30
mp_falldamage 1
mp_flashlight 1
mp_footsteps 1
mp_freezetime 2
mp_friendlyfire 1
mp_tkpunish 0
mp_hostagepenalty 4
mp_limitteams 2
mp_playerid 0
sv_footsteps 1

// Performance Settings
mp_weaponstay 0
mp_decals 200
decalfrequency 10
breakable_multiplayer 1

// Spectator Settings
mp_allowspectators 1
sv_specaccelerate 5
sv_specnoclip 1
sv_specspeed 3

// Physics Settings
sv_gravity 800
sv_friction 4
sv_airaccelerate 10
sv_stopspeed 75
sv_stepsize 18
sv_maxspeed 320

// Rate Settings
sv_minrate 0
sv_maxrate 0
sv_minupdaterate 10
sv_maxupdaterate 60
sv_unlag 1
sv_maxunlag 1

// Ammo Settings
ammo_338mag_max 30
ammo_357sig_max 50
ammo_45acp_max 100
ammo_50AE_max 35
ammo_556mm_box_max 200
ammo_556mm_max 90
ammo_57mm_max 100
ammo_762mm_max 90
ammo_9mm_max 120
ammo_buckshot_max 40
ammo_flashbang_max 1
ammo_hegrenade_max 1
ammo_smokegrenade_max 1

// Mani Mod
exec mani_server.cfg
ma_war 0

// Announce Execution
say Public Mode CFG executed

log on
sv_allowupload 1
sv_allowdownload 1

phys_pushscale 5000
sv_logfile 1
mp_roundtime 5
mp_timelimit 999
sv_alltalk 0
sv_consistency 0
mp_limitteams 0
mp_flashlight 1
mp_friendlyfire 1
mp_autoteambalance 0
bot_chatter off
exec mani_quake_sounds.cfg
exec mani_server.cfg
exec es_tools.cfg


bot_difficulty 0
bot_join_after_player 0
bot_quota 12
Reply
#27
http://broadband.motorola.com/consumers/products/sb5101/ according to that it says it handles up to 32 users, which makes me think that it supports address translations. I have seen a couple places where it says it has a simple html setup page, but have yet to find how to access them.

you could try going to http://10.15.0.1 and see if that brings up anything, or http://10.1.2.102
Reply
#28
no can't get anything from both adresses Sad
Reply
#29
So update I managed to turn off the IPv6 so the ipconfig thing changed to the following image:

[Image: ipconfimageuq0.jpg]
Reply


Forum Jump:


Users browsing this thread: 6 Guest(s)