Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Networking (https://www.askmehelpdesk.com/forumdisplay.php?f=76)
-   -   Cisco router and Win2003 (https://www.askmehelpdesk.com/showthread.php?t=25837)

  • May 9, 2006, 05:56 AM
    Flintstones1962
    Cisco router and Win2003
    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
  • May 12, 2006, 02:42 AM
    cajalat
    Your NAT'd IP address is what is assigned by your ISP (?? ). You can't use that same IP for your server while at the same time connect it to your Cisco router. You'll have to use a different IP address for your server. If you disable DHCP then put your server in the same subnet as what's configured on your Ethernet0 interface.

    Is there any particular reason you feel that you have to use the same IP on your 2003 server?

    Casey
  • May 15, 2006, 01:13 AM
    Flintstones1962
    Hello again,

    The router is Cisco 800 series, 827 Soho 77, Main mem is 16MB and Nvram 128 MB.
    One ethernet interface and one ADSL (ISDN) interface.

    Greetings

  • All times are GMT -7. The time now is 07:58 PM.