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

Router Evaluation

Status
Not open for further replies.

techshoot

Programmer
Aug 25, 2001
173
US
Connecting up a DSL to a small company network so users have internet and E-mail access. There are 12 users on the network with about 6 having real internet usage potential. I am figuring on using a Cisco 827 ADSL router and would like some opinions.
 
I have used one in my office for a few months--very satisfied.

...using DSL with a static IP address.

Here is a sanitized config file, worked out with the help of Cisco tech support.

-----------
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname My827
!
enable secret 5 xxxxxxxxxxxx
enable password 7 xxxxxxxxxxxxxxxx
!
!
!
!
!
ip subnet-zero
no ip finger
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool CLIENT
import all
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
dns-server dns.dns.dns.dns1 dns.dns.dns.dns2
lease 0 0 5
!
bridge irb
!
!
!
interface Ethernet0
ip address 10.10.10.1 255.255.255.0
no ip directed-broadcast
ip nat inside
no ip mroute-cache
!
interface ATM0
no ip address
no ip directed-broadcast
no ip mroute-cache
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5snap
!
bundle-enable
bridge-group 1
hold-queue 224 in
!
interface BVI1
ip address 63.192.208.243 255.255.255.0
no ip directed-broadcast
ip nat outside
!
ip nat inside source list 1 interface BVI1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 your isp gateway here
no ip http server
!
access-list 1 permit 10.10.10.0 0.0.0.255
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
exec-timeout 120 0
transport input none
stopbits 1
line vty 0 4
exec-timeout 30 0
login local
length 0
!
scheduler max-task-time 5000
end

Best,
Mike
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top