Computing.Net > Forums > Disk Operating System > Invalid Decimal in protocol.ini

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Invalid Decimal in protocol.ini

Reply to Message Icon

Name: Hung Lieu
Date: September 21, 2002 at 13:31:13 Pacific
OS: MS DOS
CPU/Ram: pentium 300
Comment:

Hi, I'm trying to make a boot floppy to boot to a network drive using inputted ip address and hostname. When the network starts up, I get:

PRO0008E: Invalid decimal digit in PROTOCOL.INI file

Does anyone know what the cause of that is? I get that for an intel 825xx driver and also for the netflx3 driver. Here's a sample of my protocol.ini file:

[network.setup]
version=0x3110
netcard=ms$ntflx3,1,MS$NTFLX3,1
transport=tcpip,TCPIP
lana0=ms$ntflx3,1,tcpip

[TCPIP]
NBSessions=6
DisableDHCP=1
DriverName=TCPIP$
BINDINGS=MS$ntflx3
LANABASE=0
IPADDRESS0=129.80.116.231
DEFAULTGATEWAY0=129.80.117.254
SUBNETMASK0=255.255.254.0

[protman]
DriverName=PROTMAN$
PRIORITY=MS$NDISHLP

[MS$NTFLX3]
DRIVERNAME=NTFLX3$
MaxTransmits = 8



Sponsored Link
Ads by Google

Response Number 1
Name: Hung Lieu
Date: September 21, 2002 at 14:53:50 Pacific
Reply:

Ok, I found out the problem. It's because of the . between each octet. They should be like this:

IPADDRESS0=129 80 116 231
DEFAULTGATEWAY0=129 80 117 254
SUBNETMASK0=255 255 254 0

So now my next question is, does anyone know the syntax for stripping the . out of it? I have the user enter the ip address as a variable. Now I need to figure a way to replace the . with spaces. Any ideas?


0

Response Number 2
Name: hammer
Date: October 15, 2002 at 04:14:53 Pacific
Reply:

open the protocol.in with the editor
protocol.ini is placed @ C:\net\ (the standard-share where msclient installs itself)

there u can change it :)


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: Invalid Decimal in protocol.ini

PageOverCommit value in System.Ini www.computing.net/answers/dos/pageovercommit-value-in-systemini/6146.html

Batch file-put a string in system.ini www.computing.net/answers/dos/batch-fileput-a-string-in-systemini-/9337.html

dos boot disk for a mail server with tcp ip support and netbui support and ipx spx support www.computing.net/answers/dos/dos-boot-disk-for-a-mail-server-with-tcp-ip-support-and-netbui-support-and-ipx-spx-support/1932.html