Aphrodite
Microsoft(R) Windows NT(TM)
(C) Copyright 1985-1996 Microsoft Corp.
C:\>ping aphrodite
Pinging aphrodite.Sageworld [192.168.40.11] with 32 bytes of data:
Reply from 192.168.40.11: bytes=32 time<10ms TTL=128
Reply from 192.168.40.11: bytes=32 time<10ms TTL=128
Reply from 192.168.40.11: bytes=32 time<10ms TTL=128
Reply from 192.168.40.11: bytes=32 time<10ms TTL=128
C:\>ping zeus
Bad IP address zeus.
C:\>netstat -e
Interface Statistics
Received Sent
Bytes 16707 19087
Unicast packets 12 12
Non-unicast packets 170 170
Discards 0 0
Errors 0 0
Unknown protocols 0
C:\>netstat -s
IP Statistics
Packets Received = 142
Received Header Errors = 0
Received Address Errors = 0
Datagrams Forwarded = 0
Unknown Protocols Received = 0
Received Packets Discarded = 0
Received Packets Delivered = 142
Output Requests = 196
Routing Discards = 0
Discarded Output Packets = 0
Output Packet No Route = 0
Reassembly Required = 0
Reassembly Successful = 0
Reassembly Failures = 0
Datagrams Successfully Fragmented = 0
Datagrams Failing Fragmentation = 0
Fragments Created = 0
ICMP Statistics
Received Sent
Messages 8 11
Errors 0 0
Destination Unreachable 0 0
Time Exceeded 0 0
Parameter Problems 0 0
Source Quenchs 0 0
Redirects 0 0
Echos 4 7
Echo Replies 4 4
Timestamps 0 0
Timestamp Replies 0 0
Address Masks 0 0
Address Mask Replies 0 0
TCP Statistics
Active Opens = 1
Passive Opens = 1
Failed Connection Attempts = 0
Reset Connections = 0
Current Connections = 2
Segments Received = 3
Segments Sent = 3
Segments Retransmitted = 0
UDP Statistics
Datagrams Received = 131
No Ports = 4
Receive Errors = 0
Datagrams Sent = 182
C:\>netstat -n
Active Connections
Proto Local Address Foreign Address State
TCP 127.0.0.1:1025 127.0.0.1:1026 ESTABLISHED
TCP 127.0.0.1:1026 127.0.0.1:1025 ESTABLISHED
C:\>ipconfig
Windows NT IP Configuration
Ethernet adapter ND51001:
IP Address. . . . . . . . . : 192.168.40.11
Subnet Mask . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . : 192.168.40.10
C:\>ipconfig -all
Windows NT IP Configuration
Host Name . . . . . . . . . : aphrodite.Sageworld
DNS Servers . . . . . . . . : 192.168.40.10
Node Type . . . . . . . . . : Hybrid
NetBIOS Scope ID. . . . . . :
IP Routing Enabled. . . . . : No
WINS Proxy Enabled. . . . . : No
NetBIOS Resolution Uses DNS : Yes
Ethernet adapter ND51001:
Description . . . . . . . . : Novell 2000 Adapter.
Physical Address. . . . . . : 00-80-C6-04-BF-D7
DHCP Enabled. . . . . . . . : No
IP Address. . . . . . . . . : 192.168.40.11
Subnet Mask . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . : 192.168.40.10
Primary WINS Server . . . . : 192.168.40.10
C:\>
Persius
C:\AWKWARD>netstat -all
Displays protocol statistics and current TCP/IP network connections.
NETSTAT [-a] [-e] [-n] [-s] [-p proto] [-r] [interval]
-a Displays all connections and listening ports.
-e Displays Ethernet statistics. This may be combined with the -s
option.
-n Displays addresses and port numbers in numerical form.
-p proto Shows connections for the protocol specified by proto; proto
may be TCP or UDP. If used with the -s option to display
per-protocol statistics, proto may be TCP, UDP, or IP.
-r Displays the routing table.
-s Displays per-protocol statistics. By default, statistics are
shown for TCP, UDP and IP; the -p option may be used to specify
a subset of the default.
interval Redisplays selected statistics, pausing interval seconds
between each display. Press CTRL+C to stop redisplaying
statistics. If omitted, netstat will print the current
configuration information once.
C:\AWKWARD>netstat -a
Active Connections
Proto Local Address Foreign Address State
TCP persius:68 PERSIUS:0 LISTENING
TCP persius:1025 PERSIUS:0 LISTENING
TCP persius:137 PERSIUS:0 LISTENING
TCP persius:138 PERSIUS:0 LISTENING
TCP persius:nbsession PERSIUS:0 LISTENING
UDP persius:nbname *:*
UDP persius:nbdatagram *:*
C:\AWKWARD>netstat -e
Interface Statistics
Received Sent
Bytes 5932 7016
Unicast packets 0 0
Non-unicast packets 43 48
Discards 0 0
Errors 0 0
Unknown protocols 0
C:\AWKWARD>
IPconfig before winipconfig release and renew, while zeus connected
C:\AWKWARD>ipconfig -all
Windows 98 IP Configuration
Host Name . . . . . . . . . : PERSIUS
DNS Servers . . . . . . . . :
Node Type . . . . . . . . . : Broadcast
NetBIOS Scope ID. . . . . . :
IP Routing Enabled. . . . . : No
WINS Proxy Enabled. . . . . : No
NetBIOS Resolution Uses DNS : No
0 Ethernet adapter :
Description . . . . . . . . : PPP Adapter.
Physical Address. . . . . . : 44-45-53-54-00-00
DHCP Enabled. . . . . . . . : Yes
IP Address. . . . . . . . . : 0.0.0.0
Subnet Mask . . . . . . . . : 0.0.0.0
Default Gateway . . . . . . :
DHCP Server . . . . . . . . : 255.255.255.255
Primary WINS Server . . . . :
Secondary WINS Server . . . :
Lease Obtained. . . . . . . :
Lease Expires . . . . . . . :
1 Ethernet adapter :
Description . . . . . . . . : 3Com EtherLink PCI
Physical Address. . . . . . : 00-50-04-36-AB-00
DHCP Enabled. . . . . . . . : Yes
IP Address. . . . . . . . . : 169.254.165.173
Subnet Mask . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . :
DHCP Server . . . . . . . . : 255.255.255.255
Primary WINS Server . . . . :
Secondary WINS Server . . . :
Lease Obtained. . . . . . . : 04 17 03 12:48:02
Lease Expires . . . . . . . :
C:\AWKWARD>
new settings:
C:\AWKWARD>ipconfig -all
Windows 98 IP Configuration
Host Name . . . . . . . . . : PERSIUS
DNS Servers . . . . . . . . :
Node Type . . . . . . . . . : Broadcast
NetBIOS Scope ID. . . . . . :
IP Routing Enabled. . . . . : No
WINS Proxy Enabled. . . . . : No
NetBIOS Resolution Uses DNS : No
0 Ethernet adapter :
Description . . . . . . . . : PPP Adapter.
Physical Address. . . . . . : 44-45-53-54-00-00
DHCP Enabled. . . . . . . . : Yes
IP Address. . . . . . . . . : 0.0.0.0
Subnet Mask . . . . . . . . : 0.0.0.0
Default Gateway . . . . . . :
DHCP Server . . . . . . . . : 255.255.255.255
Primary WINS Server . . . . :
Secondary WINS Server . . . :
Lease Obtained. . . . . . . :
Lease Expires . . . . . . . :
1 Ethernet adapter :
Description . . . . . . . . : 3Com EtherLink PCI
Physical Address. . . . . . : 00-50-04-36-AB-00
DHCP Enabled. . . . . . . . : Yes
IP Address. . . . . . . . . : 169.254.165.173
Subnet Mask . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . :
DHCP Server . . . . . . . . : 255.255.255.255
Primary WINS Server . . . . :
Secondary WINS Server . . . :
Lease Obtained. . . . . . . : 04 17 03 12:48:02
Lease Expires . . . . . . . :
C:\AWKWARD>
C:\AWKWARD>ping zeus
Unknown host zeus.
C:\AWKWARD>
C:\AWKWARD>ping 192.168.40.10
Pinging 192.168.40.10 with 32 bytes of data:
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Ping statistics for 192.168.40.10:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\AWKWARD>
No change there!
I've even done as suggested with SME and it hasn't made the slightest bit of difference. The only other change I've made is to renumber SME to .40.10, Aphrodite to .40.11 and Persious should be .40.12 except the auto stuff obviously didn't work.
Rhys