View Single Post
  #5 (permalink)  
Old 2007-02-07
cetta cetta is offline
Junior Member
 
Join Date: 2006-11-04
Posts: 9
Rep Power: 0
cetta has an average reputation (10+)
Default Re: dropped packet forwarded between two external interface

Of course,

#sysconfig

and select routing and add network routing

for Vlan's routing table is below
.
.
.

192.168.7.0 192.168.2.1 255.255.255.0 UG 0 0 0 eth6
192.168.8.0 192.168.2.1 255.255.255.0 UG 0 0 0 eth6
192.168.9.0 192.168.2.1 255.255.255.0 UG 0 0 0 eth6
192.168.10.0 192.168.2.1 255.255.255.0 UG 0 0 0 eth6
.
.
.

192.168.x.0 are Vlans
192.168.2.1 is my internal network's gateway
Reply With Quote