Hello,
I've a big problem and I hope that someone can help me,
I've the win2003 server, with DHCP,DNS,RIS,RRAS... etc configured and Two NIC cards, one for the Lan and one for the Wan and I've a static IP address from my ISP.
The problem is I've an ADSL line for internet configured on CISCO router 800 series, with the following configurations ( see later - pre-cofigured by the ISP ) , where the static IP address is configured on the ATM0 interface of the router and I've at the same time to give the same IP address on the Win2003 server WAN interface, moreover I don't need to use the dhcp on the router ( I'll stop it on the router ).
In brief my server will do everything, I need to use the Router as a modem.
What shoud be modified on the following router configuration to do that.
*** Router Configuration
Ip subnet-zero
!
No service tcp-small-servers
No service udp-small-servers
No snmp-server
No ip finger
No ip source-route
No ip http server
!
No ip bootp server
No service pad
Service nagle
!
No ip domain-lookup
!
No cdp run
!
No ip rcmd rsh-enable
No ip rcmd rcp-enable
!
No ip dhcp excluded-address 10.10.10.1
No ip dhcp pool CLIENT
No access-list 23
Line vty 0 4
No access-class 23 in
!
! DHCP option: last host needs to be excluded
!
Ip dhcp excluded-address 192.168.254.1
!
Ip dhcp pool LAN
Network 192.168.254.0 255.255.255.0
Default-router 192.168.254.1
Dns-server 195.238.2.21 195.238.2.22
Lease 2
!
Interface Ethernet0
Ip address 192.168.254.1 255.255.255.0
No ip directed-broadcast
Load-interval 30
Ip nat inside
No keepalive
!
Interface ATM0
No ip address
No ip directed-broadcast
Load-interval 30
No atm ilmi-keepalive
Hold-queue 224 in
!
Interface ATM0.1 point-to-point
Description Cisco 836 ADSL OFFICE 050411489
Ip address?? 255.255.255.128
No ip directed-broadcast
Ip nat outside
Pvc 0/35
Class-vc Office
!
Vc-class atm Office
Inarp 30
Encapsulation aal5snap
!
Ip nat inside source list 2 interface ATM0.1 overload
!
!
Ip classless
Ip route 0.0.0.0 0.0.0.0 80.201.246.1
Greetings