rec.autos.simulators

GPL VROC Help on cable modem

Peter Stoneber

GPL VROC Help on cable modem

by Peter Stoneber » Tue, 22 Dec 1998 04:00:00


my VROC setup to be cable modem, but when I try to join or host GPL only
gives me "Connect VIA serial port or modem" and neither of these let me
connect.

Is there a way to get my cable modem listed as "connect via" option in
GPL, so that I can host and join.

Thanks in advance,
Peter

Rejean Bazine

GPL VROC Help on cable modem

by Rejean Bazine » Tue, 22 Dec 1998 04:00:00

You need this core.ini in your Gpl directory

; core-server.ini - reduces bandwidth on the SERVER side only.
;
; To use, place this file in the GPL installation folder and rename to
core.ini

[ Communications ]

; Default send_every is 2.  Default send_size is 84.  See readme for
details.

alternate_ip_addr_lookup = 1
net_mdm_client_send_every = 3            ; Client packet freq on dialup
net_mdm_client_send_size = 84            ; Client packet size on dialup
net_mdm_server_send_every = 3            ; Server packet freq on dialup
net_mdm_server_send_size = 84            ; Server packet size on dialup

You need the new line alternate_ip_addr_lookup = 1, for GPL to recognize
your cable modem !!!!

Bye Rejean



> my VROC setup to be cable modem, but when I try to join or host GPL only
> gives me "Connect VIA serial port or modem" and neither of these let me
> connect.

> Is there a way to get my cable modem listed as "connect via" option in
> GPL, so that I can host and join.

> Thanks in advance,
> Peter

Peter Stoneber

GPL VROC Help on cable modem

by Peter Stoneber » Tue, 22 Dec 1998 04:00:00

Thanks, Rejean, that worked like a champ.
Peter

> You need this core.ini in your Gpl directory

> ; core-server.ini - reduces bandwidth on the SERVER side only.
> ;
> ; To use, place this file in the GPL installation folder and rename to
> core.ini

> [ Communications ]

> ; Default send_every is 2.  Default send_size is 84.  See readme for
> details.

> alternate_ip_addr_lookup = 1
> net_mdm_client_send_every = 3            ; Client packet freq on dialup
> net_mdm_client_send_size = 84            ; Client packet size on dialup
> net_mdm_server_send_every = 3            ; Server packet freq on dialup
> net_mdm_server_send_size = 84            ; Server packet size on dialup

> You need the new line alternate_ip_addr_lookup = 1, for GPL to recognize
> your cable modem !!!!

> Bye Rejean



> > my VROC setup to be cable modem, but when I try to join or host GPL only
> > gives me "Connect VIA serial port or modem" and neither of these let me
> > connect.

> > Is there a way to get my cable modem listed as "connect via" option in
> > GPL, so that I can host and join.

> > Thanks in advance,
> > Peter

Randy Cassid

GPL VROC Help on cable modem

by Randy Cassid » Tue, 29 Dec 1998 04:00:00



See GPL's readme.txt file under the heading "TCP/IP ISSUES".  Your cable
modem is probably assigned a dynamic IP address.  Basically, you need to
add the following two lines to a file named core.ini in GPL's home
directory.

[ Communications ]
alternate_ip_addr_lookup = 1

Randy

Eldre

GPL VROC Help on cable modem

by Eldre » Mon, 04 Jan 1999 04:00:00





>> Is there a way to get my cable modem listed as "connect via"
>> option in GPL, so that I can host and join.

>See GPL's readme.txt file under the heading "TCP/IP ISSUES".  Your cable
>modem is probably assigned a dynamic IP address.  Basically, you need to
>add the following two lines to a file named core.ini in GPL's home
>directory.

>[ Communications ]
>alternate_ip_addr_lookup = 1

That doesn't seem to work for my system at the office.  We're running DCHP.  I
can see races and connect just FINE, but I can't *host* races.  I used to leave
my system in host mode when I left the office, and connect from home.  We had
some pretty good sessions, including guests Alison Hine and David Kaemmer. :)
Anyway, our network was changed to DCHP, and the network admin has been a real
*** about letting me keep a static IP address.  Is there another work-around?

Eldred

__

Put your message in a modem, and throw it in the ***-sea...
remove SPAM-OFF to reply.

Randy Cassid

GPL VROC Help on cable modem

by Randy Cassid » Tue, 05 Jan 1999 04:00:00




"Randy



> >> Is there a way to get my cable modem listed as "connect via"
> >> option in GPL, so that I can host and join.

> >See GPL's readme.txt file under the heading "TCP/IP ISSUES".  
...

> That doesn't seem to work for my system at the office.  We're running
DCHP.  I
> can see races and connect just FINE, but I can't *host* races.  I used to
leave
> my system in host mode when I left the office, and connect from home.  
We had
> some pretty good sessions, including guests Alison Hine and David
Kaemmer. :)
> Anyway, our network was changed to DCHP, ...

DHCP alone is probably not the problem.  It could be that your dynamically
assigned IP address is private to your LAN at work.  Or the
gateway/firewall may be blocking access to your machine from machines
outside your LAN.  I know that some have been able to host races from
behind a firewall, though I think they've had the opposite problem (they
can't join).  I don't know exactly what they've done to achieve this.

Randy

John Simmo

GPL VROC Help on cable modem

by John Simmo » Tue, 05 Jan 1999 04:00:00









>>>> Is there a way to get my cable modem listed as "connect via"
>>>> option in GPL, so that I can host and join.

>>>See GPL's readme.txt file under the heading "TCP/IP ISSUES".  

>>That doesn't seem to work for my system at the office.  We're
>>running DCHP.  I can see races and connect just FINE, but I
>>can't *host* races.  I used to leave my system in host mode
>>when I left the office, and connect from home.  Anyway, our
>>network was changed to DCHP, ...

>DHCP alone is probably not the problem.  It could be that your
>dynamically assigned IP address is private to your LAN at work.  
>Or the gateway/firewall may be blocking access to your machine
>from machines outside your LAN.  I know that some have been
>able to host races from behind a firewall, though I think
>they've had the opposite problem (they can't join).  I don't
>know exactly what they've done to achieve this.

All DHCP does is allow your gateway machine (firewall) to adapt to a
dynamically assigned (by your ISP) IP address.  If you're running a
server at work (which is behind the firewall), you have to make sure that
there are specific ip forwarding rules setup which allows the server to
pass UDP packets through on the correct ports.  Once that is done, you
may have to add this line to the CORE.INI file:

[Communications]
alternate_ip_addr_lookup=1

For a list of specific IP/packet forwarding rules, go here:

        http://members.home.net/jms1/gplmultiplayer.html

Caveat - this allows me to host races on my side of the firewall, but I
cannot join races.  Also, if you're not the sysadmin (or are good buds
with him/her) for your employer's network, you'll probably play hell
getting that individual to change/implement the necessary NAT/masq rules
that are required.

--
=========================================================
John Simmons - Redneck Techno-Biker (Zerex12)
http://www.members.home.net/jms1/index.html

John Simmons - Barbarian Diecast Collector
http://members.home.net/jsimm/diecast_index.html

IGPS Director
http://members.home.net/jms1/igps.html

If you want to send me email, go to either of the URL's
shown above & click "Send Me Mail" in the contents frame.
=========================================================

Eldre

GPL VROC Help on cable modem

by Eldre » Thu, 07 Jan 1999 04:00:00



>> Anyway, our network was changed to DCHP, ...

>DHCP alone is probably not the problem.  It could be that your dynamically
>assigned IP address is private to your LAN at work.  Or the
>gateway/firewall may be blocking access to your machine from machines
>outside your LAN.  I know that some have been able to host races from
>behind a firewall, though I think they've had the opposite problem (they
>can't join).  I don't know exactly what they've done to achieve this.

>Randy

I don't think a firewall is the problem.  When I go to host, there is NO option
for IP hosting.  If I change it back to static, it shows up.  Also, the IP
addresses are still in the same range as always - 232.50 to 232.250 (example).
So, even with the SAME number, it won't work with DCHP... :(

Eldred

__

Put your message in a modem, and throw it in the ***-sea...
remove SPAM-OFF to reply.

Eldre

GPL VROC Help on cable modem

by Eldre » Thu, 07 Jan 1999 04:00:00


>All DHCP does is allow your gateway machine (firewall) to adapt to a
>dynamically assigned (by your ISP) IP address.  If you're running a
>server at work (which is behind the firewall), you have to make sure that
>there are specific ip forwarding rules setup which allows the server to
>pass UDP packets through on the correct ports.  Once that is done, you
>may have to add this line to the CORE.INI file:

>[Communications]
>alternate_ip_addr_lookup=1

The alternate ip suggestion was given to me before, but it didn't work.  As far
as UDP, I can connect to Battle-net for Starcraft, and create games there.
I've been told B-net uses UDP packets.  And I never had problems before we went
to DCHP.  If I change it back, it works fine(meaning not a firewall issue,
right?).  Any other ideas?

That would be fine.  I used to set up an unattended race with a LONG practice
time.  That gave me time to get home and connect from there.<g>

Eldred

__

Put your message in a modem, and throw it in the ***-sea...
remove SPAM-OFF to reply.


rec.autos.simulators is a usenet newsgroup formed in December, 1993. As this group was always unmoderated there may be some spam or off topic articles included. Some links do point back to racesimcentral.net as we could not validate the original address. Please report any pages that you believe warrant deletion from this archive (include the link in your email). RaceSimCentral.net is in no way responsible and does not endorse any of the content herein.