cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2269
Views
0
Helpful
5
Replies

Removing dialer from Fast Ethernet 0/0 port on Cisco 1841

martingeorge123
Level 1
Level 1

Dear All,

 

I am pretty new to Cisco.

 

I want to remove the dialer configured on Fast Ethernet 0/0 (WAN Port) and to put the ip address 192.168.10.10/24  on that port, which is coming from ISP with internet configured.

 

Please help. Find the current configuration: 


Current configuration : 1950 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
enable secret 5 $1$hStT$idERcNp2LY9.BbNF//Tbw/
!
no aaa new-model
dot11 syslog
ip source-route
!
!
!
!
ip cef
ip domain retry 5
ip domain timeout 6
ip name-server 213.42.20.20
ip name-server 195.229.241.222
!
multilink bundle-name authenticated
!
!
!
!
!
username admin privilege 15 password 0 system
archive
log config
hidekeys
!
!
!
!
!
!
!
!
interface FastEthernet0/0
description WAN Connection
no ip address
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 5
!
interface FastEthernet0/1
description Connected to LAN
ip address 192.168.0.254 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface ATM0/0/0
no ip address
shutdown
atm restart timer 300
no atm ilmi-keepalive
!
interface Dialer0
ip address negotiated
ip mtu 1492
ip nat outside
ip virtual-reassembly
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 5
dialer remote-name etisalat
dialer idle-timeout 0
dialer persistent
dialer-group 10
ppp pap sent-username tiganih password 0 7irnghz3
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
ip route 192.168.0.0 255.255.0.0 192.168.0.1
no ip http server
no ip http secure-server
!
!
ip dns view default
domain timeout 6
domain retry 5
ip nat translation timeout 600
ip nat translation tcp-timeout 600
ip nat translation icmp-timeout 600
ip nat inside source list 130 interface Dialer0 overload
!
access-list 10 permit 192.0.0.0 0.255.255.255 log
access-list 130 permit ip 192.168.0.0 0.0.255.255 any
dialer-list 10 protocol ip permit
!
!
!
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password system
login local
transport input all
!
scheduler allocate 20000 1000
end

 

1 Accepted Solution

Accepted Solutions

Seb Rupik
VIP Alumni
VIP Alumni

Try the following:

!
default interface fa0/0
!
int fa0/0
  desc WAN Connection 
  ip address 192.168.10.10 255.255.255.0
  ip nat outside
  duplex auto
  speed auto
!
int dialer0
  shutdown
!
no ip route 0.0.0.0 0.0.0.0 Dialer0
ip route 0.0.0.0 0.0.0.0 fa0/0
!
no ip nat inside source list 130 interface Dialer0 overload
!
ip nat inside source list 130 interface fa0/0 overload
!

Do you know the IP of the ISP router? If so, append that IP to the ip route statement

ip route 0.0.0.0 0.0.0.0 fa0/0 <ISP_ROUTER>

cheers,

Seb.

 

 

View solution in original post

5 Replies 5

Seb Rupik
VIP Alumni
VIP Alumni

Try the following:

!
default interface fa0/0
!
int fa0/0
  desc WAN Connection 
  ip address 192.168.10.10 255.255.255.0
  ip nat outside
  duplex auto
  speed auto
!
int dialer0
  shutdown
!
no ip route 0.0.0.0 0.0.0.0 Dialer0
ip route 0.0.0.0 0.0.0.0 fa0/0
!
no ip nat inside source list 130 interface Dialer0 overload
!
ip nat inside source list 130 interface fa0/0 overload
!

Do you know the IP of the ISP router? If so, append that IP to the ip route statement

ip route 0.0.0.0 0.0.0.0 fa0/0 <ISP_ROUTER>

cheers,

Seb.

 

 

Thanks a lot Mr. Seb Rupik. I will check and update you. I think that it will work properly.

Can I ask you a doubt, will it show the following error:

"%Remove dialing ddb from profile first".

Its just a doubt.

 

!
default interface fa0/0
!

Should remove the dialer-group association with the dialer0 interface. After doing that you could try the following:

 

 

!
int dialer0
no dialer pool 5
no dialer-group 10
shutdown
!

 

 

Are you actually seeing the "%Remove dialing ddb from profile first". error message?

 

cheers,

Seb.

No,I haven't tried it yet as the router is in another place. Its just a doubt.

I will check in the evening and will get back to you.

You are the best.

 

Thanks a lot man. Its working fine.

 

Many Thanks,

 

Martin George.

Review Cisco Networking for a $25 gift card