10-21-2002 01:14 PM - edited 03-02-2019 02:15 AM
Hi all,
I try to set up a network. One network is a 192.168.1.0 network. Through the cisco 1603 router I try to route the clients from that network to the internet (through alcatel adsl router with ip of 10.0.0.138).
As I am quite new to this material, can someone tell me how to do that? I have added a gateway of 10.0.0.138 to the e0 interface (e0 has two ip addresses: 192.168.1.254 and 10.0.0.254). I can't even ping from the 192.168.1.0 network to 10.0.0.138... And that with the fact that pings from clients in the 192.168.1.0 network reach clients to the 10.0.0.0 network I have set up also.....
What am I missing?
Many thanks,
Koelie
10-22-2002 04:46 AM
Dear Koelie,
Your equipment is clearly not suited for this setup. You are trying to set up two IP networks on the same cable and enable routing between them. This will not work by just assigning two differnet IP adresses to one interface.
You need a router with two ethernet interfaces to do this.
If you like, please check the IOS docs about interface configuration for IP.
10-22-2002 10:51 AM
Hi lgijssel,
The e0 interface has two ip adresses: 192.168.1.254 and 10.0.0.254. By that I can ping from 192.168.1.100 to 10.0.0.100, so I would say routing works? But I can't ping from 192.168.1.100 to 10.0.0.138 (the DSL router). How come?
Koelie
10-22-2002 12:01 PM
Check if the dsl router has a route to 192.168.1.0 network, otherwise packets will reach the DSL router and the DSL router will drop them
10-22-2002 03:37 PM
Anand,
Thanks for your reply. That idea had reached my brain also and I have tried to do that. I changed the ip.ini file on the alcatel box and the outcome is: I have no connection to my alcatel at all anymore, not even ping.... any suggestions now? ;)
10-22-2002 06:21 PM
So, the ping-of-life has rescued me here...pfjew! The alcatel box is up again.
Any suggestions what route add command I should add to the alcatel box? Or to the Cisco router?
10-23-2002 05:40 AM
In the alcatel box, add a route for 192.168.1.0 and point it to 10.0.0.254 (the e0 of Cisco router)
10-23-2002 04:24 PM
Could you specify what I should enter in the source, destination, gateway and metric fields?
10-23-2002 06:16 PM
OK, i figured it all out:
On the cisco router : ip route 0.0.0.0 0.0.0.0 10.0.0.138
On the alcatel box: ip route 192.168.1.0/24 10.0.0.254 metric 0
And it works!
Greetz
Koelie
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide