On Sat, May 13, 2006 at 08:43:35PM +0200, [EMAIL PROTECTED] wrote:
> 
> Hi all I have dth fallowing problem.. I have a router with public ip (for 
> example 194.10.8.1/30) and my Debian whit eth1 public ip 194.10.8.2/30. 
> Everything works fine I can ping outside no problem.. but my Debian also fas 
> eth0 interface with ip 192.168.1.1 and it is the gateway of my LAN. The 
> problem is that packets from my lan stops at 194.10.8.2. It seems to be 
> Debian cannot routes packets ?? 
>  
> etc/network/interfaces..
> iface eth0 inet static 
> address 192.168.1.1
> 255.255.255.0
> gateway 194.10.8.2
>  
> iface eth1 inet static 
> address 194.10.8.2
> 255.255.255.252        
> gateway 194.10.8.1
>  
> I also added..
>  
> route add -net 0.0.0.0 netmask 0.0.0.0 gw 194.10.8.1 dev eth1
>  
> ..but no way to make my Debian works as router/gateway for computers iiside 
> my lan
>  
> Giuseppe

Hello Giuseppe,

You should remove the gateway for your eth0 configuration, as it is not
in the same subnet of 192.168.1.1/24
Your default gateway for your other devices on the LAN should point to
192.168.1.1.

Cheers!

Wim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to