PPP123 wrote: » Setup my first Lab consisting of- 1x1841 Router 2x3550 Switches 2xPC I have established a LAN and can ping each device from one another, but I cannot connect to WAN. My Router is directly connected to the ISP modem. When typing "sh ip route" it gives me the message Gateway of Last resort not set. I have set the default gateway on both computers and on the router. Fastethernet 0/1 has IP address 192.168.1.1 and is connect to one of the switches Fastethernet 0/0 has no IP address and is connected to the modem. Do I need to set another IP address for the Fastethernet 0/0?
PPP123 wrote: » Thanks for the input, I have tried this config but it doesn't work for me unfortunately. Should the WAN interface not be your Public IP address given by the ISP? Mines is 82.30.x.x Default gateway 82.30.x.1 Subnet mask 255.255.255.0 ???? /24 thought point to point was /30? So fastethernet 0/1 82.30.x.x 255.255.255.0 (outside) Fastethernet 0/0 192.168.1.1 255.255.255.0 (inside) Computer A IP A-192.168.1.51 SM 255.255.255.0 GW 192.168.1.1 Computer B IP A-192.168.1.52. 255.255.255. 0 GW 192.168.1.1 It's the WAN side I'm struggling with.
Hondabuff wrote: » You can set Fa0/1 to "ip address dhcp" and then default route 0.0.0.0 0.0.0.0 82.30.x.1 Most residential ISP's will not allow static ip assignment on the wan. Might work for a few days until the lease expires. You can call your isp to confirm if you have a static ip or not. If you do have a static IP then the modem will need to be put into bridged mode and the 82.30 address assigned to Fa0/1 instead of dhcp.