• ROM-DOS sockets

    From Kevin Klement@1:342/77 to All on Sun Jun 27 15:38:40 2010
    Hi All,

    For anyone interested in my ROM-DOS (working) sockets setup, with IPv4 routing.

    Using NE2OOO 16bit NIC + packet driver

    -- socket.cfg
    # modified: 6/26/2010 3:56PM
    # Packet driver settings
    #
    Ip address gypsybbs(D)
    Iface pdr if0 dix 1500 5 0x6f
    route add default if0 gateway
    domain server dns

    # The following will cause Sockets to display IP status
    ip address

    # The following lines set TCP parameters
    ip ttl 64
    tcp retry 4
    tcp timemax 40000ms
    tcp mss 1460
    tcp window 2920
    tcp ack 1

    # The following lines are for the print server
    # configuration.
    start prntserv 65526 0

    -- HOSTS
    # This file contains the mappings of IP addresses to hostnames. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding IP name.
    # The IP address and the host name should be separated by at least one
    # space.
    #
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    #
    # For example:
    #
    # 102.54.94.97 rhino.microsoft.com # source server
    # 38.25.63.10 x.microsoft.com # x client host
    #
    # modified: 6/26/2010 3:56PM
    #
    192.168.123.123 gypsydesigns # server (static IP)
    192.168.123.124 gypsybbs(S) # dos box (static IP)
    192.168.123.254 gateway # router
    64.59.135.133 dns # domain name server
    0.0.0.0 bootp # BOOTP
    0.0.0.1 gypsybbs(D) # DHCP
    127.0.0.1 localhost # local network


    Kevin
    klement@gypsy-designs.com

    ... Left to themselves, things tend to go from bad to worse.
    --- Squish/386 v1.11
    * Origin: Gypsy BBS -- Gypsy Designs CDN (403) 242-3221 (1:342/77)