I have two Lrp's connected to each other via eth0 of
both routers.both routers have three network cards.

  LRP1                                                
  eth0 = 192.168.6.1(connecte to LRP 2)
eth1 = 192.168.2.1(connected to 192.168.2.0)          

eth2 = 192.168.4.1(connected to 192.168.4.0) 

Lrp2 
eth0 = 192.168.7.1(connetcted to lrp 1)
eth1 = 192.168.3.1(connetced to 192.168.3.0)
eth2 = 192.168.5.1 (connetced to 192.168.5.0)    
 
The two LRP's are attached to each other via eth0.

I want to implement access list on this network using
IPChains

Problems:

1. All the computers directly attached to the LRP ping
its respective interface. 
   The computer on the network   192.168.2.0 does ping
192.168.2.1 but  nor  
  192.168.4.1 neither 192.168.6.1  some one told me to
use " ip route add" .
  I did it  and now i am able to ping from any machine
on 192.168.2.0 network
  to 192.168.4.1 and also 192.168.6.1.But i think this
is not the case in real 
  time bcaz i cant give ip route add command to each
machnie . The router must
 forward the traffics itself. Is there any other way
to do so without using ip route add

2 .after adding route add i was ablr to ping
192.168.4.1 from the network 
   192.168.2.0  but not aable to ping the network
attached  to the 
   192.168.4.1 i.e( 192.168.4.0) why?  i tried to use
the following 
    command to slove the problem but no sucess
    ipchains -A forward -s 192.168.2.0 -d 192.168.4.0
-j ACCEPT
    (please tell me if there is some problem in this
command )


3.   How can i tranfer traffic from the network
192.168.4.0    to 192.168.5.0
      pls tell me which  ipcains coomand i should run
on both LRP's  for success. 
 

__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. 
http://im.yahoo.com

_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to