Sean_Keltsch wrote: » I have four Ethernet ports on my router but these are fundamentally dumb switch ports, so I cannot configure an IP address on them.
Sean_Keltsch wrote: » I've got the IP configured on it now, but I've got some other weird issues I'm working though. The connections are as follows: ISP > R1 > R2 > R3 > MLS > Sw2 > Sw1 > Laptop, R1 can ping the laptop, and can also ping ISP router, the laptop has network connectivity, but not internet access. As I mentioned there is no issue pining from the cisco R1 (most hops away device ) , but when I do a trace route from the laptop attempting to reach the ISP router, it gets stuck at the MLS. HUH? I added routes to the ISP router, and default routes to the MLS and all the routers pointing towards the ISP router, so the traceroute getting stuck at the MLS to me is mind boggling. I realize this is almost impossible to diagnose without running configs, so I'm not looking for a solution, maybe I missed something big is all. My two Primary questions are: I do eventually want to run all cisco gear like a small enterprise in my house, with the WAP and a cisco small business grade router (already ordered) 1. Will I need a terminal server to swap back and fourth between devices remotely without messing with the cable? 2. Will I need any additional DNS set up locally, or will I only need the ISP's WAN DNS set up? I have been trying to cover everything under routing protocols, but perhaps some static routes is not a bad idea either. Obviously I'm just going to need to mess with it. Any info is helpful.
Eotnak wrote: » I have FIOS. ONT is plugged directly into my 1841 router. Throughput I believe is up to 48Mbps on the 1841, but I am running NAT and DHCP on it, so if I were to need, say more than 45 Mbps throughput, I would need to upgrade my 1841. Anyway, 1841 is subnetting 192.168.0.0/24 to home PC's 192.168.1.0/24 to lab environment via T1 CSU/DSU serial connection. 3 Buffalo WZR routers are running my home wireless as AP DHCP relays to 1841 edge router, and to make sure On Demand works properly, I have my FIOS router set up as a client on the 192.168.0.1/24 network. It only routes whatever packets that come from the TV coax, I don't know how it works, honestly, but I know it is necessary for On Demand. I imagine the same can be done with a cable modem gateway that does not provide router/switch functionality. I guess most cable companies these days are providing home routers to convert to ISP coax. If that's your case, then you should be able to log into it via HTTP (Comcast username: cusadmin PW: highspeed for example) and provide a good subnet mask that you can work with 10.1.10.0/24 or 10.0.0.0/8 if you really want to have fun. The 1841 WAN fa0/0 is pulling the ip address from the ISP's DHCP server. There is a specific way to provide the static route to avoid constant arp requests to the ISP router from the 1841 but I can't recall it right now. I can provide my running config if this interests anyone.
Sean_Keltsch wrote: » Great! That explains a lot, I was not sure if the downstream client could get the DNS information from the ISP router, but I guess it makes sense, it would take a DNS discovery protocol, and since I was just setting static IPs it was getting nothing. I'm probably going to destroy and rebuild this weekend. Yea MLS was multi layer switch, the other two are l2 switches. I don't think it's an issue of Natting since my ISP router is doing the natting, setting up NAT on R1 would be Natting twice, and that sounds like a bad idea. I think it is an issue of no DNS, which I resolve by setting up with DHCP. I have my cisco business class router, with a DMZ port that I will be connecting to my lab. I'm sure there will be some nuance to setting up a DMZ I have never thought of. Thanks for the info, getting IP connectivity and telent / SSH seems like the way to go.