South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname router
!
logging buffered 4096 debugging
!
!
ip name-server <Name Server 1> <Name Server 2>
!
!
!
ip subnet-zero
ip dhcp excluded-address 192.168.1.1 192.168.1.100
ip dhcp excluded-address 192.168.1.254
!
ip dhcp pool dhcppool
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.254
dns-server <Name Server 1> <Name Server 2>
!
!
interface Ethernet0
ip address 192.168.1.254 255.255.255.0
ip nat inside
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Dialer0
bandwidth 4096
ip address negotiated
no ip redirects
no ip unreachables
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
ppp pap sent-username <username> password <password>
ppp ipcp dns request
no cdp enable
!
ip nat
inside source list 1 interface Dialer0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
!
banner motd |Orignal config (c)IFM Ltd [email protected], prepared by IFM Ltd/[email protected]|
!
line vty 0 4
access-list 1 in
exit
!
access-list 1 permit 192.168.1.0 0.0.0.255
dialer-list 1 protocol ip permit
This will get you going
Can anyone point me on the right path?
Do you want two seperate LANs, one with IPs of 192.168.1.X (Vlan10) and one with IPs of 192.168.4.X (Vlan1), or is it just a typo?
I have tested and this seems to confirm that my 877 would need a software upgrade to manage/create multiple vlans.
Cisco-01#vlan database
Cisco-01(vlan)#vlan 2 name test
Vlan can not be added. Maximum number of 1 vlan(s) in the database.
Next: Can anyone help with creating a PPPoE connection using one of the fast ethernet ports? I already have a modem on the 192.168.1.0 network.
Nope, that wont help you, the number of switch Vlans is controlled in hardware & software;
877 running Adv IP Sevices = 4 switch Vlans
877 running Adv Security = 2 switch Vlans
857 running Adv Security = 1 switch Vlan (no other 857 software)
I believe you actually have an 857 not an 877 (they look identical).
I dont think this configuration is possible on an 857 due to the Vlan restriction. Won't work with routed Lan interface (inf Vlan1) and the PPPoE interface (on inf Fa3 but in Vlan1) being on the same switched Vlan.
Are you not using the router to connect to ADSL? If yes, why not use the built-in ADSL (inf ATM0)?
My router reports itself as being a 877:
Would seem so, but very strange, have never come across an 877 (with Adv Sec - K9) that didnt allow a 2nd Vlan. Ver 12.4(4)T1 aint that old either.
All I can think is maybe the vlan db file is a bit messed up, try removing and reloading;
rm flash:vlan.dat
Any idea as to why I cant ping a WAN address(from router)?
Did a "traceroute 165.146.57.52" and I get a first hop of 165.146.184.1
and nothing thereafter...
Probably no default route ...
ip route 0.0.0.0 0.0.0.0 Dialer0
Eureka got this fixed...
I used another ADSL account and pinged google successfully!
I couldnt ping www.google.com but could ping the address 74.125.79.147
Then I can only think its a bit of a dodgy image ... try upgrading to a later one.Guess there is some DNS issue to be resolved next.
Btw tried rm flash:vlan.dat but got told there is no such file...