|
|
| Author |
Message |
jjoleite
Joined: 07 May 2004 Posts: 3
|
Posted: Fri May 07, 2004 11:35 am Post subject: help me : I HAVE A Router Cisco 1720 and i can not to open p |
|
|
I HAVE A Router Cisco 1720 and i can not to open ports, i want share files en the emule and tell me Your port 4662 is not reacheable. You have a Low Id .......
Can you help me i post my configuration?
Thanks. |
|
| Back to top |
|
 |
|
|
Michael

Joined: 04 Sep 2003 Posts: 58 Location: Australia
|
Posted: Sat May 08, 2004 2:12 pm Post subject: Re: help me : I HAVE A Router Cisco 1720 and i can not to op |
|
|
I'm not sure but I found the following:
| Quote: | without seeing your config's here's a suggestion. You have to nat the incomming connections. An example would be the following:
ip nat inside source static tcp 192.168.0.5 4662 interface Ethernet0 4662
Now this means that incomming requests comming from the public interface (ethernet0) port 4662 will be nat'ed to the internal address 192.168.0.5.
Substitute your host ip for 192.168.0.5 and your interface for ethernet0.
Now this is assumeing you don't have an ACL on your public interface. If you do, add the following:
permit tcp any any eq 4662 |
Have a look here for more info:
http://www.dslreports.com/forum/remark,9175411~mode=flat
Hope it helps! |
|
| Back to top |
|
 |
jjoleite
Joined: 07 May 2004 Posts: 3
|
Posted: Mon May 10, 2004 11:25 am Post subject: Re: help me : I HAVE A Router Cisco 1720 and i can not to op |
|
|
Thanks but dont work.
More help please.
Thanks. |
|
| Back to top |
|
 |
Michael

Joined: 04 Sep 2003 Posts: 58 Location: Australia
|
Posted: Mon May 10, 2004 2:27 pm Post subject: Re: help me : I HAVE A Router Cisco 1720 and i can not to op |
|
|
How about this one? (originally for Cisco 677/678) http://www.emule-project.net/home/perl/help.cgi?l=1&topic_id=302&rm=show_topic
Start a telnet session with your routers IP. To do so
a) Use the Windows Hyper Terminal and type in a Name (does not matter which) for the new session, choose TCP/IP (Winsock) as connection type then enter your router's LAN IP (normally 10.0.0.1 or 192.168.0.1, but may differ) as the host address
or
b) Go to Start -> Run -> telnet router's LAN IP (normally 10.0.0.1 or 192.168.0.1, but may differ)
In the telnet sessions that starts enter these commands each on a single line:
your_password (Provided by your ISP, in rare cases cisco if not changed)
enable
your_password (Provided by your ISP, in rare cases cisco if not changed)
set nat entry add LAN IP 4662 WAN IP 4662 tcp
set nat entry add LAN IP 4672 WAN IP 4672 udp
write
reboot
WAN IP is the IP address you have on the internet (Router's external IP) and LAN IP is the IP address of your computer running eMule. |
|
| Back to top |
|
 |
jjoleite
Joined: 07 May 2004 Posts: 3
|
Posted: Mon May 10, 2004 3:11 pm Post subject: Re: help me : I HAVE A Router Cisco 1720 and i can not to op |
|
|
dont work, i put my configuration, help me please
service password-encryption
!
hostname cisco_lasa
!
logging rate-limit console 10 except errors
enable password 7 xxxxxxxxxxxxxxxxxxxxxx
!
memory-size iomem 25
ip subnet-zero
no ip finger
ip name-server aaa.aaa.aaa.aaa
ip name-server bbb.bbb.bbb.bbb
!
no ip bootp server
ip inspect name wall tcp timeout 3600
ip inspect name wall udp timeout 360
ip inspect name wall ftp timeout 3600
ip inspect name wall realaudio timeout 3600
ip inspect name wall h323 timeout 3600
ip inspect name wall smtp timeout 3600
ip inspect name wall http timeout 3600
ip audit notify log
ip audit po max-events 100
no ip dhcp-client network-discovery
!
!
!
interface Ethernet0
description Ligacao a DMZ
ip address xxx.yyy.zzz.qqq 255.255.255.248
no ip unreachables
no ip proxy-arp
no ip route-cache
half-duplex
no cdp enable
!
interface FastEthernet0
description Ligacao a Rede Local
ip address aaa.bbb.ccc.ddd 255.255.255.0
no ip unreachables
no ip proxy-arp
ip nat inside
no ip route-cache
speed auto
no cdp enable
!
interface Serial0
description NNA-
no ip address
no ip unreachables
no ip proxy-arp
encapsulation frame-relay
no ip route-cache
no fair-queue
!
interface Serial0.1 point-to-point
bandwidth 224
ip address qqq.www.eee.rrr 255.255.255.252
ip access-group 111 in
no ip unreachables
no ip proxy-arp
ip nat outside
ip inspect wall out
no ip route-cache
traffic-shape rate 238000 238000 0 1000
no cdp enable
frame-relay interface-dlci 500 IETF
class SHAPE-WAN500
!
interface Serial0.1000 point-to-point
ip address ccc.ddd.eee.fff 255.255.255.0
no ip route-cache
no cdp enable
frame-relay interface-dlci 1000
!
ip nat inside source list 69 interface Serial0.1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 zzz.xxx.zzz.eee
ip route xxx.www.aaa.0 255.255.255.128 xxx.www.bbb.1
no ip http server
!
!
map-class frame-relay SHAPE-WAN500
frame-relay traffic-rate 224000 230000
frame-relay adaptive-shaping becn
frame-relay mincir 164000
access-list 1 permit 192.2.3.199
access-list 1 permit 194.65.22.19
access-list 1 permit 194.65.147.166
access-list 1 permit 194.65.14.59
access-list 1 permit 192.2.3.6
access-list 1 permit 94.65.95.183
access-list 1 permit 194.65.19.0 0.0.0.255
access-list 1 deny any log
access-list 69 permit 192.2.3.0 0.0.0.255
access-list 111 permit icmp any any echo
access-list 111 permit icmp any any echo-reply
access-list 111 permit tcp any eq domain any eq domain
access-list 111 permit udp any eq domain any eq domain
access-list 111 permit tcp any gt 1024 any eq domain
access-list 111 permit udp any gt 1024 any eq domain
access-list 111 permit tcp any any eq smtp
access-list 111 permit tcp any any eq pop3
access-list 111 permit tcp any any eq www
access-list 111 permit tcp any any eq ftp
access-list 111 permit tcp any any eq ftp-data
access-list 111 permit ip 194.65.19.0 0.0.0.255 any
access-list 111 permit ip host 194.65.22.19 any
access-list 111 permit ip host 194.65.147.166 any
access-list 111 permit ip host 194.65.95.183 any
access-list 111 permit ip host 194.65.14.59 any
access-list 111 deny ip any any log
no cdp run
!
line con 0
password 7 xxxxxxxxxxxxxxxxxxx
login
transport input none
line aux 0
line vty 0 4
access-class 1 in
password 7 xxxxxxxxxxxxxxxx
login
!
no scheduler allocate
end |
|
| Back to top |
|
 |
|