04-27-2011 02:20 PM - edited 03-04-2019 12:12 PM
Hello all. I'm configuring a 2921 Router. It has 3 GigE ports, of which I'm using 2. I would like the router to also act as a Gateway system between the 2 networks. Can you tell me which configuration commands I need to accomplish this?
Thanks in advance,
--Roland
04-27-2011 03:13 PM
You need to configure one interface with one IP segment and the other interface with a second IP segment.
for example
gi0/0
ip address 192.168.1.1 255.255.255.0
no sh
gi0/1
ip address 192.168.2.1 255.255.255.0
no sh
gi0/0 will connect to one network and gi0/1 connect to the other
HTH
Reza
04-28-2011 06:43 AM
Reza:
Thank you for your response. I have already performed those steps, but was concerned that there were additional commands (gateway, forward, route, etc) that may be required.
Thanks again,
--Roland
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