cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
307
Views
0
Helpful
3
Replies

I am confused about that

samsam_wang
Level 1
Level 1

I have one 2514(2 ethernet ports)

e0, IP 192.168.0.6/24

e1, IP 10.0.0.1/8

2 NICs in my pc, one of them(3COM card) connect internet and get the IP from ISP(dhcp), the another(Intel card) IP is 192.168.0.3/24

2 ethernet ports of 2514 and Intel card connect to a mini hub, i can ping e0 from my pc and i can ping Intel card from 2514, after i set the default-gateway(2514) to Intel card, i can ping the internet(through 3COM card), but i can not ping 10.0.0.1 from my pc, so i am confused, even i set the Intel card default gateway to e0.

after I set the RIP protocol, like

router rip

net 10.0.0.0

net 192.168.0.0

It doesn't work,

help me and tell me how to ping the 10.0.0.1 from my pc

3 Replies 3

makchitale
Level 6
Level 6

You need to use the config in the below URL:

http://www.cisco.com/warp/customer/109/router_behind_cm_19268.shtml

If it still does not work you will need to contact your cable provider.

Thanks, Mak.

hsummons
Level 1
Level 1

Add a route on the pc to 10.0.0.0 255.0.0.0 via 192.168.0.6

(route add or networks file in system32/drivers/etc)

I don't think your add default gateway on intel will override default to internet via 3-com if is does it will break your internet connection. check routes with "netstat -r"

thanks a lot

i did this in win2000

route add 10.0.0.0 mask 255.0.0.0 192.168.0.8 metric 1

and it works, i know that is static, just like i have two routers(win2000 is one of them). i want to find a dynamic way, because 2514 is a real router, i try to setup the bridge mode between e0 and e1, it doesn't work.

anyway, ask one more question, how to connect internet by 2514? my ISP provide cable service, the configuration is:

conf t

int e 0

mac-address xxxx.xxxx.xxxx(3com)

ip addr dhcp

but i can't get the ip from ISP

thanks