Darthn3ss wrote: ok guys i may attempt this today. What i need to know is if its possible to change/clone a mac address on the cisco router so i don't have to call my ISP to get this to work. google isn't bringing up much.
agreed.. i might try and set this up tonight if i can remeber how to do all the NAT stuff.
jbaello wrote: I will be using 2620 and 2950 as my home network appliance as soon I start studying...
Netwurk wrote: jbaello wrote: I will be using 2620 and 2950 as my home network appliance as soon I start studying... Those come with one fast ethernet interface - you'll need two to connect your home network to your ISP. However, you can add a fast ethernet module to upgrade
Darthn3ss wrote: would he be able to get away with a router on a stick type config?
version 12.4 service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! hostname homeRtr ! boot-start-marker boot-end-marker ! enable secret 5 XXXXXXXXXXXXXXXXXXXXXXXXXXXXX ! no aaa new-model no network-clock-participate slot 1 no network-clock-participate wic 0 no ip source-route ip cef ! ! no ip dhcp use vrf connected --More-- ip dhcp excluded-address 10.5.5.1 10.5.5.75 ip dhcp excluded-address 10.5.5.100 10.5.5.255 ! ip dhcp pool 10.5.5.0/24 network 10.5.5.0 255.255.255.0 default-router 10.5.5.1 ! ip dhcp pool home ! ! no ip bootp server no ip domain lookup ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface FastEthernet0/0 description Connection to Linksys Cable Modem - To Internet mac-address 0012.17cb.1eb3 ip address dhcp no ip proxy-arp ip nat outside ip virtual-reassembly duplex auto speed auto ! interface FastEthernet0/1 description Connection to Cisco 2950A - Home LAN ip address 10.5.5.1 255.255.255.0 no ip proxy-arp ip nat inside ip virtual-reassembly duplex auto speed auto ! ! ! ip http server no ip http secure-server ip nat inside source list 15 interface FastEthernet0/0 overload ! access-list 15 permit 10.5.5.0 0.0.0.255 no cdp run ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 password 7 xxxxxxxxxxxxxxxxxxxxxxx login line aux 0 line vty 0 4 password 7 xxxxxxxxxxxxxxxxxxxxx login transport preferred ssh transport input ssh transport output ssh ! ! end
Darthn3ss wrote: i belive this is running 12.4 advanced security. also, i can't assign a dns server to my LAN through DHCP because i don't know what it is - this should be something FA0/0 is getting from comcast via DHCP
import all
elegua wrote: Hi Darthn3ss, Why don't you use a PC to run DHCP ??, the 2651 is a old router and very slow so, using extra services on it will not be a good idea, just add few ACLs and a Firewall and you are ready to go, if you need help just ask. Hope this help.
Darthn3ss wrote: elegua wrote: Hi Darthn3ss, Why don't you use a PC to run DHCP ??, the 2651 is a old router and very slow so, using extra services on it will not be a good idea, just add few ACLs and a Firewall and you are ready to go, if you need help just ask. Hope this help. lol its a old router? Are you thinking of a 25** series? If it runs 12.4, i'd say it'll do what i need it to do.