I apologize for the possible offtop, but can someone help me with the integration of 2 networks. The programmer himself, the issues of network administration, I know only superficially.
The bottom line: There is an enterprise, it has 2 local networks: 192.168.0.0 and 192.168.1.0. Each exists separately. There is a PC with two network adapters (192.168.0.240 and 192.168.1.240) that is connected to both networks running Windows 7. It is necessary that through this PC one PC from the network 192.168.1.0 with ip 192.168.1.2 can access the PC from networks 192.168.0.0 with ip 192.168.0.2. I combined the interfaces 192.168.0-1.240 into the bridge, and assigned the bridge 2 ip addresses: 192.168.0.240 and 192.168.1.240. Registered on all PC routes
route add -p 192.168.0.0 mask 255.255.255.0 192.168.0.240 route add -p 192.168.1.0 mask 255.255.255.0 192.168.1.240 As a result, all PCs with a bridge are pinged from a PC, and addresses 192.168.0.240 and 192.168.1.240 from a PC on networks (both addresses are from both PCs), but they are each other (192.168.0.2 <=> 192.168). 1.2) do not see. What could be the problem? Thank.
Previously, I had the opportunity to solve the problem of networking, and the bridge to windows worked perfectly.