[plug] bridge needed ...
Brian Tombleson
brian at paradigmit.com.au
Tue Nov 26 18:38:02 WST 2002
William Kenworthy wrote:
> Hi, I am trying to set up a mosix cluster across two networks and need
> to enable traffic to pass:
>
> e.g.
>
> laptop---10/100 crossover cat5 ---nic-linux-nic--- 10M coax --- desktop
> |
> ppp
>
> The ppp is firewalled and is on a non-mosix machine. A mosix kernel is
> running on the laptop and the desktop only at this stage.
>
> net ip's are 192.168.0.6 and 192.168.2.14
>
> The central linux machine (192.168.0.1 & 192.168.2.1) can ping both
> outliers (and others on the coax segment), but not across segments.
>
> What is the best way to tackle this?
Umm .. OTTOMH ..
On ppp as root or in a startup script:
route add -net 192.168.0.0 nm 255.255.255.0 eth0
route add -net 192.168.2.0 nm 255.255.255.0 eth1
(assuming eth0 and eth1 are the respective interfaces to those network segments)
man route for more options/details but it seems like you simply wish to route between the networks (unless I have the question wrong?)
HTH
- Brian.
More information about the plug
mailing list