hi Commo1977
O.k. ! Wenn auf diese Weise nicht klappt, gibt es nur noch eins.
Hast Du einen DHCP Server in deinem Netz ?
Wenn nicht, bau Dir einen und richte Dich an das nachfolgende
Configurationsbeispiel.
!
interface Loopback0
ip address 172.16.209.65 255.255.255.192
!
interface Loopback1
ip address 172.16.209.129 255.255.255.192
!
interface Ethernet0
ip address 172.16.162.4 255.255.255.0
!
interface Serial0
no ip address
!
interface Serial1
no ip address
!
interface Serial0:23
no ip address
isdn incoming-voice modem
dialer rotary-group 1
encapsulation ppp
no fair-queue
!
interface Serial1:23
no ip address
encapsulation ppp
dialer rotary-group 1
isdn incoming-voice modem
no fair-queue
!
interface Group-Async1
ip unnumbered Ethernet0
encapsulation ppp
async mode interactive
peer default ip address dhcp
! -- Async dialup users will be assigned ip addresses from
! -- the dhcp server. The dhcp server is specified with the
! -- ip dhcp-server command shown below.
! -- Refer to the section Command Summary for more information.
ip helper-address 172.16.162.10
! -- The ip helper address command enables BOOTP broadcast
! -- forwarding for a set of clients. The helper address specifies
! -- the address of the DHCP server configured below.
! -- Refer to the section Command Summary for more information.
ppp authentication chap
group-range 1 48
!
interface Dialer1
ip unnumbered Ethernet0
encapsulation ppp
peer default ip address dhcp
! -- ISDN dialup users will be assigned ip addresses from the dhcp server.
! -- The dhcp server specified with the ip dhcp-server command shown
! -- below. Refer to the section Command Summary for more information.
ip helper-address 172.16.162.10
! -- The ip helper address command enables BOOTP broadcast
! -- forwarding for a set of clients. The helper address specifies
! -- the address of the DHCP server configured below.
! -- Refer to the section Command Summary for more information.
dialer in-band
dialer idle-timeout 300
dialer-group 1
no fair-queue
ppp multilink
ppp authentication chap
!
router eigrp 222
redistribute connected
network 172.16.0.0
!
dialer-list 1 protocol ip permit
!
async-bootp dns-server 172.16.224.100 172.16.154.101
! -- Specifies the primary and secondary DNS servers.
! -- The first IP address belongs to the primary DNS server.
! -- If you only have one DNS server you do not need to specify
! -- a secondary DNS server.
! -- Refer to the section Command Summary for more information.
async-bootp nbns-server 172.16.224.10 172.16.4.2
! -- Specifies the primary and secondary WINS servers.
! -- The first IP address belongs to the primary WINS server.
! -- If you only have one WINS server you do not need to specify
! -- a secondary WINS server.
! -- Refer to the section Command Summary for more information.
ip dhcp-server 172.16.162.10
! -- Specifies the dhcp server ip address. This command is required
! -- if the IP address for dialin clients is obtained from the server.
! -- Note: The dhcp server need not be on the same subnet as the
! -- Ethernet interface.
! -- It can be more than one hop away as long has it is reachable.
line con 0
login
line 1 48
modem InOut
transport input telnet
autoselect during-login
autoselect ppp
flowcontrol hardware
line aux 0
line vty 0 4
password secret
login
!
end
Zu finden unter:
http://www.cisco.com/en/US/partner/t...800f66b9.shtml
MfG
Mr. Oiso