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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2948G-L3

Status
Not open for further replies.

efector

IS-IT--Management
Joined
Dec 10, 2003
Messages
234
Location
US
I currently have 2 physical networks. 10.10.100.0 & 10.10.200.0. The .100.0 network is on the 2948G-L3. The networks arent able to connect to each other since there is no router to do so. Is it possible to assign a port(with a .200.0 address) on the switch to route between the two networks? If so, how? The only thing i want to do is to have any traffic destined for .100.0 from 200.0 to go thru the switch, otherwise i want all other traffic to go thru the gateway to the internet, and the same thing applies to traffic .200.0 from .100.0. Its a PITA to have these two networks and I cant get to them from either side.

Thanks in advance!
 
You will need to add an IP address from both Subnets to the router. This is pretty easy.

go to the switch and do sommething like this.

Interface vlan 1
ip address 10.10.100.1 255.255.255.0
ip address 10.10.200.1 255.255.255.0 secondary

Add the routes to your default gateway so that it will know how to route the subnets.


It is what it is!!
__________________________________
A+, Net+, I-Net+, Certified Web Master, MCP, MCSA, MCSE, CCNA, CCDA, and few others (I got bored one day)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top