SCOUG-HELP Mailing List Archives

Return to [ 23 | July | 2000 ]

<< Previous Message << >> Next Message >>


Date: Sun, 23 Jul 2000 15:06:26 PDT
From: Peter Skye <pskye@peterskye.com >
Reply-To: scoug-help@scoug.com
To: scoug-help@scoug.com
Subject: SCOUG-Help: GTE DSL Challenges Skye To Steel Cage Match

Content Type: text/plain

=====================================================
If you are responding to someone asking for help who
may not be a member of this list, be sure to use the
REPLY TO ALL feature of your email program.
=====================================================

Steven Levine wrote:
>
> REM out DHCPSTRT in setup.cmd. Reboot. Start iptrace
> in one session. Run dhcpstrt in another session.

IPTRACE issues the following message and goes back to the command line
(i.e. it doesn't continue to monitor the system):

"No interfaces to trace!"

That looks a bit suspicious. (This is _before_ DHCPSTRT runs. DHCPSTRT
apparently runs DHCPCD.)

Following are the various configuration and command files. See
anything?

- Peter

--(snip)----(snip)----(snip)-60-(snip)----(snip)----(snip)--

CONFIG.SYS:

...
DEVICE=F:\IBMCOM\MACS\AN16.OS2
SET HOSTNAME=localhost
DEVICE=F:\MPTN\PROTOCOL\SOCKETS.SYS
DEVICE=F:\MPTN\PROTOCOL\AFOS2.SYS
DEVICE=F:\MPTN\PROTOCOL\AFINET.SYS
DEVICE=F:\MPTN\PROTOCOL\IFNDIS.SYS
RUN=F:\MPTN\BIN\CNTRL.EXE
CALL=F:\OS2\CMD.EXE /Q /C F:\MPTN\BIN\MPTSTART.CMD >NUL

--(snip)----(snip)----(snip)-60-(snip)----(snip)----(snip)--

SETUP.CMD:

route -fh
arp -f
REM ifconfig lan0
REM ifconfig lan1 4.35.44.128 netmask 255.255.255.248
REM ifconfig lan2
REM ifconfig lan3
REM ifconfig lan4
REM ifconfig lan5
REM ifconfig lan6
REM ifconfig lan7
dhcpstrt -i lan0
REM ifconfig sl0
ipgate on

--(snip)----(snip)----(snip)-60-(snip)----(snip)----(snip)--

PROTOCOL.INI:

[PROT_MAN]

DRIVERNAME = PROTMAN$

[IBMLXCFG]

tcpip_nif = tcpip.nif
AN16_nif = AN16.nif

[tcpip_nif]

DriverName = TCPIP$
Bindings = AN16_nif

[AN16_nif]

DriverName = AN16$
interrupt = 10
iobase = 0x300

--(snip)----(snip)----(snip)-60-(snip)----(snip)----(snip)--

DHCPCD.CFG: ("#" comment lines deleted)

clientid MAC
interface lan1

option 1 # Subnet Mask
option 3 # Router
option 6 # Domain Name Server
option 12 "localhost" # Assigned Computer Name
option 15 # Domain Name
option 28 # Broadcast Address
option 33 # Static Routes
option 60 "IBMWARP_V3.1" # Vendor Class
option 77 "IBMWARP_V3.1" # User Class

--(snip)----(snip)----(snip)-60-(snip)----(snip)----(snip)--

MPTSTART.CMD:

@ECHO OFF
IF NOT EXIST F:\MPTN\BIN\SETUP.CMD GOTO NBSETUP
INETWAIT 1>NUL
IF ERRORLEVEL 1 GOTO END
CALL F:\MPTN\BIN\SETUP.CMD
:NBSETUP
IF NOT EXIST F:\MPTN\BIN\NBSETUP.CMD GOTO END
CALL F:\MPTN\BIN\NBSETUP.CMD
:END

--(snip)----(snip)----(snip)-60-(snip)----(snip)----(snip)--

TCPSTART.CMD: ("REM" comments deleted)

@echo off

echo CONFIGURING TCP/IP .....

echo See if install cleanup needed.
F:\tcpip\bin\TCPCOEX.EXE

IF EXIST F:\tcpip\bin\B4TCP.CMD CALL F:\tcpip\bin\B4TCP.CMD
echo ..... FINISHED CONFIGURING TCP/IP

echo Make current connection LAN only.
IF EXIST F:\tcpip\bin\TOGGLE.EXE F:\tcpip\bin\TOGGLE.EXE
IF ERRORLEVEL 1 GOTO :DONESERVERS

echo STARTING THE TCP/IP PROCESSES .....

:DONESERVERS

IF EXIST F:\tcpip\bin\TCPEXIT.CMD CALL F:\tcpip\bin\TCPEXIT.CMD
echo ..... EXITING TCPSTART.CMD .....

--(snip)----(snip)----(snip)-60-(snip)----(snip)----(snip)--

LANTRAN.LOG:

IBM OS/2 LANMSGDD [01/03/00] 5.05 is loaded and operational.
IBM OS/2 LAN Netbind

--(snip)----(snip)----(snip)-60-(snip)----(snip)----(snip)--

LAPSHIST.LOG: (Note that the first two are from 1999)

[05-03-99 19:44:44]:
MPTS was successfully installed.
[05-03-99 19:44:48]:
MPTS is configured.
[04-03-00 15:53:24]:
The installation of the network driver "" NE2000 Compatible NDIS 2.01 ""
completed successfully.
[04-03-00 16:33:34]:
MPTS is configured.
[05-29-00 05:05:05]:
The installation of the network driver "" NE2000 Compatible NDIS 2.01 ""
completed successfully.
[05-29-00 05:14:09]:
MPTS is configured.
[07-06-00 17:54:29]:
The installation of the network driver "" NE2000 Compatible NDIS 2.01 ""
completed successfully.
[07-06-00 18:00:36]:
MPTS is configured.
[07-06-00 18:23:09]:
MPTS is configured.
[07-14-00 19:15:25]:
MPTS was successfully installed.
[07-14-00 19:18:11]:
MPTS is configured.
[07-14-00 19:54:55]:
MPTS is configured.
[07-15-00 21:12:18]:
MPTS is configured.

--(snip)----(snip)----(snip)-60-(snip)----(snip)----(snip)--

=====================================================

To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".

For problems, contact the list owner at
"rollin@scoug.com".

=====================================================


<< Previous Message << >> Next Message >>

Return to [ 23 | July | 2000 ]