GDaines wrote: » I want to connect R1 to my home network wireless router to get internet access. Using an 1841 can I configure one of the Ethernet ports on the 192.168.x.x range and just connect the two devices? Can I then configure the other Ethernet port to say 10.10.0.1 255.255.255.0 for management? And can I use this router as the Cisco lab NTP time server or would a 2811 be more suitable? Garry
Yanio wrote: » I've recently connected my home lab to my virgin media Super(phah!!)Hub.
Yanio wrote: » Frustrating part is that from outside your lab (so your normal home LAN serviced by the Superhub) you won't be able to get to any devices in your lab directly, as far as I know there's no way to insert your own ip routes into the Virgin kit. Just means you need to SSH/Telnet to R1 and then go from there.
Dieg0M wrote: » Just do port forwarding and you will have access from outside.
TWX wrote: » Are you using the 3560 switches as L3 devices, or only as L2 devices?
Yanio wrote: » So you've got a default route on R1 sending traffic to your Home Router on interface 192.168.0.x, but does your home router know what to do with packets trying to get back into your lab? If a packet hits your home router addressed to 10.10.1.1 would it know what to do with it? Probably not. You'll probably find you need to do some NAT/PAT translations from your lab addresses to the 192.168.0.x interface of R1. That way any traffic coming from your lab will egress with a 192.168.0.x address and your home router will know what to do with the replies.