What's your subnet?

Content and general development discussion, including quest scripts and server code. TMW Classic is a project comprising the Legacy tmwAthena server & the designated improved engine server based on evolHercules.


Forum rules

This forum houses many years of development, tracing back to some of the earliest posts that exist on the board.

Its current use is for the continued development of the server and game it has always served: TMW Classic.

Post Reply

What's your subnet?

10.0.0.0/8 (255.0.0.0)
0
No votes
stricter subnet in 10.*.*.*
2
12%
172.16.0.0/12 (255.240.0.0)
0
No votes
stricter subnet in 172.(16-31).*.*
0
No votes
192.168.0.0/16 (255.255.0.0)
1
6%
192.168.*.0/24 (255.255.255.0)
10
59%
other 192.168.*.*
2
12%
global IP
1
6%
IPv6 only
0
No votes
nonstandard NAT
1
6%
 
Total votes: 17
User avatar
o11c
Grand Knight
Grand Knight
Posts: 2262
Joined: 20 Feb 2011, 21:09
Location: ^ ^

What's your subnet?

Post by o11c »

I was thinking that some of the tmwAthena config files needed better documentation or defaults, and would appreciate knowing what subnets most people are on.

To get this information, open a terminal and type ifconfig (Linux/Mac) or ipconfig (Windows)
example output for Windows:
IP Address. . . . . . . . . . . . : 192.168.1.104
Subnet Mask . . . . . . . . . . . : 255.255.255.0

example output for Linux, under eth0
inet addr:192.168.1.100 Bcast:192.168.1.255 Mask:255.255.255.0
which means I select poll option '192.168.*.0/24 (255.255.255.0)', which I believe is typical for most home routers (but I'm not sure). (my router has a config option to choose what * is)
(This corresponds to my internal router; my ISP-provided router gives 10.*.*.*/24 (255.255.255.0) instead)

You may have more than one network card - for example, wireless versus wired - or connect to more than one router at different times. Please select all that apply (excluding the local loopback, of course).

Some devices listed may not have an address, for example I have wmaster0 with no inet addr.
Former programmer for the TMWA server.
Matt
Grand Knight
Grand Knight
Posts: 1759
Joined: 07 Aug 2004, 10:47
Location: Germany->Bavaria

Re: What's your subnet?

Post by Matt »

255.255.255.0 is fine, it is what most people use for their private networks (especially if they dont know what you are talking about and just using the "internet box")
Post Reply