Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dual IP 4 router ?

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi CiscO!

Does anyone can help? Can I assign second IP for router that will be used as a gateway for two subnets. The problem is I have Two subnets : 10.192.1.x and 10.197.2.x, mask class C and would like to use the router as to see the both. Can it be possible ?

thanks,
 
absolutely... use the following command:
!
interface Ethernet0 ip address 10.192.1.x 255.255.255.0 secondary
ip address 10.197.2.x 255.255.255.0
!

Mike S
"Diplomacy; the art of saying 'nice doggie' till you can find a rock" Wynn Catlin
 
Thankz,

One more thing , it works but now I should install Wins Server to see the other side. Afterall why I can ping network printers but i can't map theme(install) ?
 
Thats because you need to forward some UDP packets.. use the IP helper command which will forward 10 popular broadcast packets..

!
IP HELPER-ADDRESS (broadcast address on target network)
!

Mike S
"Diplomacy; the art of saying 'nice doggie' till you can find a rock" Wynn Catlin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top