LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   another subnet. (https://www.linuxquestions.org/questions/linux-networking-3/another-subnet-344251/)

bruse 07-18-2005 08:05 AM

another subnet.
 
findsmb shows all IP with 10.255.240.X but also shows starting with 192.168.X.X

how this is possible for with out the router.


[root@Simlab-node3 student]# findsmb
IP ADDR NETBIOS NAME WORKGROUP/OS/VERSION
---------------------------------------------------------------------
10.255.240.94 J.JESUJAKSON [J.J CORPORATION]
10.255.240.99 AUCOE5 +[ ZONAL_OFFICE ]
Domain=[LIBRARY-MIT] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
Domain=[LIBRARY-MIT] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
10.255.240.100 LIB11 +[ LIBRARY-MIT ]
192.168.3.100 unknown nis name ----------------------------------------------->LOOK HERE.
Domain=[WORKGROUP] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
Domain=[WORKGROUP] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
10.255.240.110 MIT-BPGAVLHGWWR [ WORKGROUP ]


[root@Simlab-node3 student]# ping 192.168.3.100
connect: Network is unreachable

DISPLAYING IP ADDRESS BUT I CAN NOT CONNECT.

Half_Elf 07-19-2005 12:35 PM

You probably can't reach this network because you don't have a "default" route where to send. These packets are probably coming from your own router, it is probably making the link between your network and the 192.168.X.X network... There is not really an easy way to make sure, you could install some applications to sniff packet or to listen to tram, but it would be hard work only to find out the source of a broadcast.


All times are GMT -5. The time now is 08:11 PM.