View previous topic :: View next topic |
Author |
Message |
stealthGER n00b
Joined: 05 Apr 2004 Posts: 17
|
Posted: Fri Mar 18, 2005 11:17 am Post subject: Broadcast forwarding? |
|
|
Is there a way to filter and forward broadcast?
Lan1 192.168.0.0/24 255.255.255.0 GW 192.168.0.254 eth0 192.168.0.253
Lan2 192.168.1.0/24 255.255.255.0 GW 192.168.1.254 eth1 192.168.1.253
i only need to forward from 192.168.1.255 to 192.168.0.255 not the other way. |
|
Back to top |
|
|
Casper Gasper Tux's lil' helper
Joined: 07 Sep 2004 Posts: 75 Location: London
|
Posted: Fri Mar 18, 2005 2:38 pm Post subject: |
|
|
I suppose you could use iptables and nat to rewrite 192.168.1.255 to 192.168.0.255
What do you need to do this for?
Casper. |
|
Back to top |
|
|
|