magnet
  • Home
  • Network Tools
  • Anti Hacking
  • CISCO
  • Watchguard
  • GNS3
    • Adding Qemu host in GNS3
    • Adding new IOS/Images
  • VPN -Tunnels
    • Site to Site IPSec
    • IP-SEC Tunnel with Watch guard
    • PPTP with Watchguard
    • SSL VPN with Watchguard
  • About Me
  • Blog
  • CISCO Exams
    • T-Shoot 642-832

DSL wireless router configuration

---------------------------------------------------------------------------------------------------------------------------------------

I highlighted few option that you need to change as per your requirements

Also note that after configuration check the interface atm0 and dot1radio 0 (if they are administratively down type no shut under each interface
>> ssid  is your wireless network connection name.
>>BVI1 , if you are using cisco wireless router you will use BVI1 interface and put the ip address that will be your gateway for local host instead of vlan1 that you use in normal dsl router
Your configuration starts from below:↓

-------------------------------------------------------------------------------------------------------------------------------------

Current configuration : 2418 bytes

!

version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ali
!
boot-start-marker
boot-end-marker
!
enable secret cisco
!
aaa new-model
!
!
!
!
aaa session-id common
!
!
dot11 syslog
!
dot11 ssid ali
   authentication open
   guest-mode
   infrastructure-ssid
!
no ip dhcp use vrf connected
!
ip dhcp pool 1
   network 192.168.1.0 255.255.255.0
   default-router 192.168.1.254
   dns-server 212.76.68.200 212.76.68.201
!
!
ip cef
ip name-server 212.76.68.200
ip name-server 212.76.68.201
!
!
!
username ali password 1234
!
!
archive
 log config
  hidekeys
!
!
!
bridge irb
!
!
interface ATM0
 no ip address
 no atm ilmi-keepalive
 pvc 0/35
  pppoe-client dial-pool-number 1
 !
 dsl operating-mode auto
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Dot11Radio0
 no ip address
 !
 encryption key 1 size 40bit 0 abcdef123 transmit-key
 encryption mode wep mandatory
 !
 broadcast-key change 10 membership-termination capability-change
 !
 !
 ssid ali
 !
 speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0
 54.0
 station-role root
 bridge-group 1
 bridge-group 1 subscriber-loop-control
 bridge-group 1 spanning-disabled
 bridge-group 1 block-unknown-source
 no bridge-group 1 source-learning
 no bridge-group 1 unicast-flooding
!
interface Vlan1
 no ip address
 ip tcp adjust-mss 1452
 bridge-group 1
 hold-queue 100 out
!
interface Dialer1
 ip address negotiated
 ip mtu 1442
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 ip tcp adjust-mss 1394
 dialer pool 1
 dialer-group 1
 ppp authentication pap chap callin
 ppp chap hostname ali@4096.abcd.net.sa
 ppp chap password 0 123
 ppp pap sent-username ali@4096.abcd.net.sa password 0 123
!
interface BVI1
 ip address 192.168.1.254 255.255.255.0
 ip nat inside
 ip virtual-reassembly
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer1
!
no ip http server
no ip http secure-server
ip nat inside source list 102 interface Dialer1 overload
!
access-list 102 permit ip 192.168.1.0 0.0.0.255 any
!
control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
 no modem enable

line aux 0

line vty 0 4

!

scheduler max-task-time 5000

end

Powered by Create your own unique website with customizable templates.