Hi,
I have not followed the thread but only commenting on the below posting.
The address 192.168.0.1 is a class C address with a default mask of
255.255.255.0. The network is a non-zero of 192.168.0.0 and the host is
1.
192.168.1.1 is a class C address. With the default mask, the network
is also non-zero of 192.168.1.0 and the host is 1.
The addresses are two in a group of addresses reserved by the IAB
(Internet Activities Board RFC 1597) for private networks.
10.0.0.0 - 10.255.255.255 1 Class A network
172.16.0.0 - 172.31.255.255 16 Class B networks
192.168.0.0 - 192.168.255.255 256 Class C networks
Regards,
kobe
====================================================================
Subject:
VIA network card
Date:
Sat, 3 Jul 1999 20:40:05 -0500 (CDT)
From:
greg hoover <[EMAIL PROTECTED]>
To:
[EMAIL PROTECTED]
CC:
[EMAIL PROTECTED]
The problems stems from the 0 in your IP address. From O'reillys
TCP/IP network administration- "In all network classes, host numbers 0
and
255 are reserved." You should try using 192.168.1.1&2 instead of
192.168.0.1&2(i think).
-greg