<<snip>>>

You state here your subnets are 192.168.1.0/24 and 192.168.10.0/24

> 192.168.1.0/24 dev eth1  proto kernel  scope link  src
> 192.168.1.254
> 192.168.10.0/24 dev eth2  proto kernel  scope link
> src 192.168.10.100
> 128.142.112.0/20 dev eth0  proto kernel  scope link
> src 128.142.121.254
> default via 128.142.112.1 dev eth0

<<snip>>

Yet below, you state eth2 = 192.168.1.100

>
> i don't have a /etc/network.conf ?
> this is the default /etc/interfaces,
> as i understand, i can't have dmz on same network
> as the loc
> here it is 192.168.1.x for both the dmz and loc ??
>
> auto eth1
> iface eth1 inet static
> address 192.168.1.254
> masklen 24
> broadcast 192.168.1.255
> auto eth2
> iface eth2 inet static
> address 192.168.1.100
> masklen 24
> broadcast 192.168.1.255

If this is true, that's your problem.  Your routing table doesn't match your
interfaces table.  What is the result of "ip addr show"?

Tony




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to