Hi ALL.I have server (RH7.2) with 3 Ethernet-card,
first(eth0) for internal network(192.168.0.0/24),
and two for InterNet (A.B.C.D(eth1) A.B.C.E(eth2))And two groups of client (Win2000)
How I can tell that first group go to Internet thru eth1
and second group - thru eth2 ?Thank you in advance,
Vasili.P.S. Sorry for my ugly english.
>Hi ALL.
>
>I have server (RH7.2) with 3
>Ethernet-card,
>first(eth0) for internal network(192.168.0.0/24),
>and two for InterNet (A.B.C.D(eth1) A.B.C.E(eth2))
>
>
>And two groups of client (Win2000)
>
>
>How I can tell that first
>group go to Internet thru
>eth1
>and second group - thru eth2
>?
>
>Thank you in advance,
>Vasili.
>
>P.S. Sorry for my ugly english.
>
2 packages may do that - ip_route2 or iptables
>>Hi ALL.
>>
>>I have server (RH7.2) with 3
>>Ethernet-card,
>>first(eth0) for internal network(192.168.0.0/24),
>>and two for InterNet (A.B.C.D(eth1) A.B.C.E(eth2))
>>
>>
>>And two groups of client (Win2000)
>>
>>
>>How I can tell that first
>>group go to Internet thru
>>eth1
>>and second group - thru eth2
>>?
>>
>>Thank you in advance,
>>Vasili.
>>
>>P.S. Sorry for my ugly english.
>>>2 packages may do that -
>ip_route2 or iptablesI tried ipchains, but ...
I will try iptables.
Thank you.