Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cisco 800

Status
Not open for further replies.

eleeper

IS-IT--Management
Joined
Sep 17, 2004
Messages
1
Location
US
I've setup and ftp server on my local workstation, but need help configuring the ip on a cisco 800 series router thru telnet. The show run is posted below this message. The router is sitting on a win2k server and a switch, but need to port forward to my machine and open several ports to allow multiple users to access the ftp on my local workstation. Please keep in mind that this router is connecting several local area machine to the server, and can't afford to lose those connections. any tips would help.

Current configuration : 1724 bytes
!
version 12.1
no service single-slot-reload-enable
no service pad
service tcp-keepalives-in
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname c003071
!
logging rate-limit console 10 except errors
enable secret 5 $1$gTui$XfR/OXdDlRBAJuTe.tsit0
enable password 7 021510530208082D55
!
ip subnet-zero
no ip source-route
no ip finger
ip dhcp excluded-address 192.168.1.1 192.168.1.99
!
ip dhcp pool LAN
network 192.168.1.0 255.255.255.0
domain-name adsl.customers.cinergycom.net
dns-server 216.135.0.10 216.135.1.10
default-router 192.168.1.1
lease 0 1
!
no ip dhcp-client network-discovery
!
!
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
ip adjust-mss 1452
ip nat inside
ip tcp adjust-mss 1452
no cdp enable
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc c003071 1/213
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
bundle-enable
dsl operating-mode auto
!
interface Dialer1
ip address negotiated
ip mtu 1492
ip nat outside
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer string adsl
dialer-group 1
no cdp enable
ppp pap sent-username c003071@adsl.cinergycom.net password 7 095F5A01100B101E12

!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
!
ip nat inside source list 101 interface Dialer1 overload
ip nat inside source static 192.168.1.50 216.135.36.103
access-list 101 permit ip 192.168.1.0 0.0.0.255 any
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
no cdp run
!
line con 0
exec-timeout 120 0
transport input none
stopbits 1
line vty 0 4
exec-timeout 0 0
password 7 01050F074F04140620
login
length 0
!
scheduler max-task-time 5000
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top