|
From: Oliver W. <oli...@q1...> - 2004-12-01 22:54:39
|
i also tried to establish some routs... does i have to change the subnetsmasks of the virtual ip adresses? i tried this: Server (192.168.1.2, 255.255.255.0; 192.168.3.1, 255.255.0.0): route add 192.168.0.0 mask 255.255.255.0 192.168.3.1 route add 192.168.0.255 mask 255.255.255.255 192.168.3.1 Client(192.168.0.2, 255.255.255.0; 192.168.3.3, 255.255.0.0): route add 192.168.1.0 mask 255.255.255.0 192.168.3.3 route add 192.168.1.255 mask 255.255.255.255 192.168.3.3 in fact, can you say me what's wrong? > To get to all IPs assigned to a system you must use routing. There is > no other option. > > Attempting to use TAP and routing, IMHO, would be a nightmare. > Without an in-depth knowledge of routing, and bridging you would be > forever in danger of it breaking at the wrong time... > > Determine what you need broadcasts for and put in a non-broadcast > solution and use TUN. As an example use WINS for netbios name > resolution. |