i have installed quagga and configured a little.
!
! Zebra configuration saved from vty
! 2014/02/20 20:54:51
!
hostname ngo.add.bd.com
password 8 UY/KHnzvDXFLo
enable password 8 nDNgqHEpYkJXQ
service password-encryption
!
interface Auto_eth1
link-detect
ip address 192.168.10.1/24
ipv6 nd suppress-ra
!
interface eth0
link-detect
ip address 115.127.27.59/29
ipv6 nd suppress-ra
!
interface list
ipv6 nd suppress-ra
!
interface lo
!
interface virbr0
ipv6 nd suppress-ra
!
interface virbr0-nic
ipv6 nd suppress-ra
!
interface wlan0
ipv6 nd suppress-ra
!
!
!
line vty
!
my usb ethernet card details
TYPE=Ethernet
BOOTPROTO=none
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME="Auto eth1"
UUID=d0b507ad-dd09-4957-95e0-0223e9f2c0ee
ONBOOT=yes
NETMASK=255.255.255.0
DEVICE=Auto_eth1
USERCTL=no
IPADDR=192.168.10.1
GATEWAY=192.168.10.1
DNS1=202.168.254.4
DNS2=202.168.254.8
PREFIX=24
HWADDR=00:14

1:B0:B5:28
LAST_CONNECT=1392908218
my bulitin ethernet card details
DEVICE=eth0
TYPE=Ethernet
UUID=9f432fb9-6f50-4079-929c-a749850fc161
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=none
IPADDR=115.127.27.59
PREFIX=29
GATEWAY=115.127.27.57
DNS1=202.168.254.4
DNS2=202.168.254.8
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME="System eth0"
HWADDR=a0:b3:cc:c0:e8:2e
LAST_CONNECT=1392639203
USERCTL=no
#route -n command output
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
115.127.27.56 0.0.0.0 255.255.255.248 U 1 0 0 eth0
192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
0.0.0.0 115.127.27.57 0.0.0.0 UG 0 0 0 eth0
[root@ngo ~]# service iptables status
Table: filter
Chain INPUT (policy ACCEPT)
num target prot opt source destination
1 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
2 ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0
3 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
4 ACCEPT udp -- 0.0.0.0/0 224.0.0.251 state NEW udp dpt:5353
5 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 state NEW udp dpt:137
6 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 state NEW udp dpt:138
7 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:139
8 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:445
9 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 state NEW udp dpt:137
10 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 state NEW udp dpt:138
11 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:22
12 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 state NEW udp dpt:631
13 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:631
14 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 state NEW udp dpt:631
15 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:23
16 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 state NEW udp dpt:23
17 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:2601
18 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 state NEW udp dpt:2601
19 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited
Chain FORWARD (policy ACCEPT)
num target prot opt source destination
1 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited
Chain OUTPUT (policy ACCEPT)
num target prot opt source destination
i can not route a packet from 192.168.10.0/24 though Auto_eth1 to eth0
Any help.
Thanks