IP NAT STATICO CHE BLOCCA IL ROUTER

Tutto ciò che ha a che fare con la configurazione di apparati Cisco (e non rientra nelle altre categorie)

Moderatore: Federico.Lagni

nekke
n00b
Messaggi: 21
Iscritto il: mer 26 set , 2007 2:31 pm

Ciao a tutti,
vi chiedo un aiuto in quanto ho eseguito un ip nat statico sulle porte di EMULE tcp 4662 udp 4672 , ma quando inizio ad utilizzarlo la tabella di nat translation inizia a riempirsi, sino al blocco della navigazione e al raggiungimento del router solo con il cavo console.

Mi potete dare una mano a capire?
Grazie.
Avatar utente
andrewp
Messianic Network master
Messaggi: 2199
Iscritto il: lun 13 giu , 2005 7:32 pm
Località: Roma

Vuol dire che funziona, emule inizia a macinare e il tuo router, che non ci dici...ma sarà un soho o 8 e qualcosa muore.
Manipolatore di bit.
nekke
n00b
Messaggi: 21
Iscritto il: mer 26 set , 2007 2:31 pm

Grazie prima di tutto della risposta.
Il router che ho comprato è un Cisco 857w aggiornato alla ultima IOS.

Quindi presumo che tu pensi che non regga il traffico generato da EMULE.

Quello che mi chiedo è che avendo prima un piccolo NETGEAR, il lavoro veniva eseguito normalmente.

Se questa è la verità....mi fa male....:)
Avatar utente
Helix
Messianic Network master
Messaggi: 1175
Iscritto il: mar 04 dic , 2007 6:45 pm
Località: Frosinone
Contatta:

ci posti la conf relativa?
---
Ciao, Leonardo

"Guarda che il VSS è migliore dell' MPLS"
"Io amo le rotte statiche e non mi fido dei protocolli di RUTING"
"Io ho lavorato per Telecom...li è tutto Layer 2 e tutto RUTING statico"
"L'MPLS VPN è come l' ATM e farà la sua stessa fine"
"A noi l'MPLS non CE n'teressa...mejo se usamo il FlexLink"
"Spostiamo il Livello 3 della Vlan dal Core al Service Edge ma senza modificare il RUTING..."
"Ma sul 3650 a 4 porte si può fare lo stAcK?"
"Noi usiamo quel coso lì...che maschera gli IPPPI'...capito no?"
"Forse non hai capito...puoi risolvere il problema usando le sub-vlan"

Cisco CCNP, CCDP Certified
nekke
n00b
Messaggi: 21
Iscritto il: mer 26 set , 2007 2:31 pm

Eccola

Codice: Seleziona tutto

Current configuration : 2485 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname RUTTER
!
boot-start-marker
boot-end-marker
!
no logging buffered
enable secret level 1 5 $1$uUPY$fswq4DrAhgzS3xq3U/Ql11
enable secret 5 $1$4NI/$t7Kak.m1o.2Eno1JKz7xw0
!
no aaa new-model
clock timezone PCTime 1
clock summer-time PCTime date Mar 30 2003 2:00 Oct 26 2003 3:00
!
!
dot11 syslog
!
dot11 ssid genoa
   authentication open 
   guest-mode
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1
!
ip dhcp pool WIRELESS
   network 192.168.1.0 255.255.255.248
   default-router 192.168.1.1 
   dns-server 213.156.56.80 213.156.56.81 
!
!
ip cef
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
ip name-server 213.156.56.81
ip name-server 213.156.56.80
!
!
!
username XXXXXXXXX
! 
!
archive
 log config
  hidekeys
!
!
!
!
!
interface ATM0
 no ip address
 shutdown
 no atm ilmi-keepalive
 dsl operating-mode adsl2+ 
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Dot11Radio0
 description WIRELESS
 ip address 192.168.1.1 255.255.255.248
 ip nat inside
 ip nat enable
 ip virtual-reassembly
 !
 encryption key 1 size 40bit 0 A5DFC09B05 transmit-key
 encryption mode wep mandatory 
 !
 ssid genoa
 !
 speed basic-1.0 2.0 5.5 6.0 9.0 11.0 12.0 18.0 24.0 36.0 48.0 54.0
 station-role root
!
interface Vlan1
 ip address x.xxx.xx.xxx 255.255.248.0
 ip nat outside
 ip nat enable
 ip virtual-reassembly
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Vlan1
!
ip http server
no ip http secure-server
ip nat translation timeout 3600
ip nat translation tcp-timeout 3600
ip nat translation pptp-timeout 420
ip nat translation udp-timeout 1200
ip nat translation finrst-timeout 300
ip nat translation syn-timeout 120
ip nat translation dns-timeout 300
ip nat translation icmp-timeout 120
ip nat translation max-entries 2147483647
ip nat inside source list 2 interface Vlan1 overload
ip nat inside source static tcp 192.168.1.3 4660 x.x.x.x 4660 extendable
ip nat inside source static udp 192.168.1.3 4670 x.x.x.x 4670 extendable
!
access-list 2 remark SDM_ACL Category=2
access-list 2 permit 192.168.1.0 0.0.0.7
!
control-plane
!
!
line con 0
 no modem enable
line aux 0
line vty 0 4
 password XXXXXXXXX
 login
!
scheduler max-task-time 5000
end
Avatar utente
Helix
Messianic Network master
Messaggi: 1175
Iscritto il: mar 04 dic , 2007 6:45 pm
Località: Frosinone
Contatta:

prova con questa configurazione:


ip nat translation timeout 3600
ip nat translation tcp-timeout 3600
ip nat translation udp-timeout 1200
ip nat translation finrst-timeout 300
ip nat translation syn-timeout 120
ip nat translation dns-timeout 300
ip nat translation icmp-timeout 120
ip nat translation max-entries 4096


ip nat inside source static udp 192.168.1.3 4670 interface INT_USCITA 4670
ip nat inside source static tcp 192.168.1.3 4670 interface INT_USCITA 4670
ip nat inside source static udp 192.168.1.3 4660 interface INT_USCITA 4660
ip nat inside source static tcp 192.168.1.3 4660 interface INT_USCITA 4660

INT_USCITA di solito è la dialer0 ma nel tuo caso non la vedo

leva i tuoi statements relativi all'uso di emule!

Facci sapere come va!!!
---
Ciao, Leonardo

"Guarda che il VSS è migliore dell' MPLS"
"Io amo le rotte statiche e non mi fido dei protocolli di RUTING"
"Io ho lavorato per Telecom...li è tutto Layer 2 e tutto RUTING statico"
"L'MPLS VPN è come l' ATM e farà la sua stessa fine"
"A noi l'MPLS non CE n'teressa...mejo se usamo il FlexLink"
"Spostiamo il Livello 3 della Vlan dal Core al Service Edge ma senza modificare il RUTING..."
"Ma sul 3650 a 4 porte si può fare lo stAcK?"
"Noi usiamo quel coso lì...che maschera gli IPPPI'...capito no?"
"Forse non hai capito...puoi risolvere il problema usando le sub-vlan"

Cisco CCNP, CCDP Certified
nekke
n00b
Messaggi: 21
Iscritto il: mer 26 set , 2007 2:31 pm

Ho configurato il router come mi hai suggerito:
Ho modificato solo l 'ip interno da 192.168.1.3 a 192.168.1.2
Ho acceso emule..

Ti posto l' ip nat translation:

Codice: Seleziona tutto

udp x.xxx.xx.xxx:1614  192.168.1.2:1614   207.171.3.98:4665  207.171.3.98:4665
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   207.171.3.99:4665  207.171.3.99:4665
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   207.171.3.100:4665 207.171.3.100:4665
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   207.171.3.101:4665 207.171.3.101:4665
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   207.171.3.102:4665 207.171.3.102:4665
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   207.171.3.103:4665 207.171.3.103:4665
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   207.171.3.104:4665 207.171.3.104:4665
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   207.171.3.105:4665 207.171.3.105:4665
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   207.171.3.106:4665 207.171.3.106:4665
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   207.171.3.107:4665 207.171.3.107:4665
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   207.171.62.233:4665 207.171.62.233:4665
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   207.171.62.234:4665 207.171.62.234:4665
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   207.171.62.235:4665 207.171.62.235:4665
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   207.171.62.236:4665 207.171.62.236:4665
Pro Inside global      Inside local       Outside local      Outside global
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   207.171.62.237:4665 207.171.62.237:4665
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   207.171.62.238:4665 207.171.62.238:4665
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   207.171.62.239:4665 207.171.62.239:4665
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   207.171.62.240:4665 207.171.62.240:4665
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   207.171.62.241:4665 207.171.62.241:4665
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   207.182.138.98:4665 207.182.138.98:4665
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   207.182.140.66:5235 207.182.140.66:5235
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   207.182.140.66:6235 207.182.140.66:6235
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   208.43.68.146:4327 208.43.68.146:4327
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   208.43.68.146:6327 208.43.68.146:6327
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   208.53.131.7:4448  208.53.131.7:4448
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   208.53.147.27:7370 208.53.147.27:7370
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   212.179.18.136:4236 212.179.18.136:4236
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   212.179.18.140:4236 212.179.18.140:4236
Pro Inside global      Inside local       Outside local      Outside global
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   213.251.156.213:4246 213.251.156.213:4246
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   213.251.156.215:5004 213.251.156.215:5004
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   213.251.156.216:4004 213.251.156.216:4004
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   213.251.156.217:2004 213.251.156.217:2004
udp x.xxx.xx.xxx:1614  192.168.1.2:1614   213.251.156.220:7004 213.251.156.220:7
004
tcp x.xxx.xx.xxx:1699  192.168.1.2:1699   213.187.49.82:23374 213.187.49.82:2337
4
tcp x.xxx.xx.xxx:1704  192.168.1.2:1704   38.107.164.8:4661  38.107.164.8:4661
tcp x.xxx.xx.xxx:1712  192.168.1.2:1712   74.34.148.88:61287 74.34.148.88:61287
tcp x.xxx.xx.xxx:1745  192.168.1.2:1745   124.169.183.82:29315 124.169.183.82:29
315
tcp x.xxx.xx.xxx:1769  192.168.1.2:1769   66.246.149.88:4662 66.246.149.88:4662
tcp x.xxx.xx.xxx:1804  192.168.1.2:1804   79.46.71.110:61977 79.46.71.110:61977
tcp x.xxx.xx.xxx:1807  192.168.1.2:1807   88.73.209.16:26737 88.73.209.16:26737
tcp x.xxx.xx.xxx:1809  192.168.1.2:1809   151.32.236.1:4662  151.32.236.1:4662
tcp x.xxx.xx.xxx:1817  192.168.1.2:1817   72.20.129.92:4662  72.20.129.92:4662
tcp x.xxx.xx.xxx:1829  192.168.1.2:1829   207.46.166.103:28805 207.46.166.103:28
805
Pro Inside global      Inside local       Outside local      Outside global
tcp x.xxx.xx.xxx:1834  192.168.1.2:1834   218.214.66.62:36606 218.214.66.62:3660
6
tcp x.xxx.xx.xxx:1852  192.168.1.2:1852   210.89.40.79:26766 210.89.40.79:26766
tcp x.xxx.xx.xxx:1920  192.168.1.2:1920   36.233.63.93:53594 36.233.63.93:53594
tcp x.xxx.xx.xxx:1938  192.168.1.2:1938   86.44.29.189:52326 86.44.29.189:52326
tcp x.xxx.xx.xxx:1974  192.168.1.2:1974   93.129.45.38:6346  93.129.45.38:6346
tcp x.xxx.xx.xxx:2015  192.168.1.2:2015   79.32.106.169:6826 79.32.106.169:6826
tcp x.xxx.xx.xxx:2016  192.168.1.2:2016   129.175.4.87:13989 129.175.4.87:13989
tcp x.xxx.xx.xxx:2029  192.168.1.2:2029   84.186.89.200:4662 84.186.89.200:4662
tcp x.xxx.xx.xxx:2042  192.168.1.2:2042   65.55.249.68:80    65.55.249.68:80
tcp x.xxx.xx.xxx:2080  192.168.1.2:2080   82.53.139.13:5754  82.53.139.13:5754
tcp x.xxx.xx.xxx:2081  192.168.1.2:2081   37.233.19.69:4662  37.233.19.69:4662
tcp x.xxx.xx.xxx:2083  192.168.1.2:2083   199.145.106.85:7911 199.145.106.85:791
1
tcp x.xxx.xx.xxx:2088  192.168.1.2:2088   23.217.20.65:4662  23.217.20.65:4662
tcp x.xxx.xx.xxx:2092  192.168.1.2:2092   29.232.53.251:4662 29.232.53.251:4662
tcp x.xxx.xx.xxx:2093  192.168.1.2:2093   39.244.112.47:4662 39.244.112.47:4662
tcp x.xxx.xx.xxx:2098  192.168.1.2:2098   1.242.150.135:4662 1.242.150.135:4662
tcp x.xxx.xx.xxx:2100  192.168.1.2:2100   39.225.30.241:4662 39.225.30.241:4662
tcp x.xxx.xx.xxx:2101  192.168.1.2:2101   14.240.104.42:4662 14.240.104.42:4662
tcp x.xxx.xx.xxx:2104  192.168.1.2:2104   1.240.118.65:4662  1.240.118.65:4662
tcp x.xxx.xx.xxx:2107  192.168.1.2:2107   23.213.57.19:4662  23.213.57.19:4662
tcp x.xxx.xx.xxx:2110  192.168.1.2:2110   39.234.169.178:4662 39.234.169.178:466
2
Pro Inside global      Inside local       Outside local      Outside global
tcp x.xxx.xx.xxx:2114  192.168.1.2:2114   23.219.132.215:4661 23.219.132.215:466
1
tcp x.xxx.xx.xxx:2115  192.168.1.2:2115   23.226.138.138:4662 23.226.138.138:466
2
tcp x.xxx.xx.xxx:2116  192.168.1.2:2116   1.3.77.170:4662    1.3.77.170:4662
tcp x.xxx.xx.xxx:2120  192.168.1.2:2120   29.235.35.77:4662  29.235.35.77:4662
tcp x.xxx.xx.xxx:2124  192.168.1.2:2124   1.244.77.1:4662    1.244.77.1:4662
tcp x.xxx.xx.xxx:2132  192.168.1.2:2132   39.226.2.165:4662  39.226.2.165:4662
tcp x.xxx.xx.xxx:2135  192.168.1.2:2135   23.249.191.97:4662 23.249.191.97:4662
tcp x.xxx.xx.xxx:2136  192.168.1.2:2136   31.241.134.201:4662 31.241.134.201:466
2
tcp x.xxx.xx.xxx:2157  192.168.1.2:2157   1.85.243.105:4662  1.85.243.105:4662
tcp x.xxx.xx.xxx:2164  192.168.1.2:2164   27.244.86.89:4662  27.244.86.89:4662
tcp x.xxx.xx.xxx:2166  192.168.1.2:2166   1.255.216.194:4662 1.255.216.194:4662
tcp x.xxx.xx.xxx:2167  192.168.1.2:2167   1.244.66.58:4662   1.244.66.58:4662
tcp x.xxx.xx.xxx:2169  192.168.1.2:2169   23.12.158.105:4662 23.12.158.105:4662
tcp x.xxx.xx.xxx:2175  192.168.1.2:2175   23.234.58.134:4662 23.234.58.134:4662
tcp x.xxx.xx.xxx:2176  192.168.1.2:2176   1.78.128.74:4650   1.78.128.74:4650
tcp x.xxx.xx.xxx:2179  192.168.1.2:2179   23.255.84.45:4662  23.255.84.45:4662
tcp x.xxx.xx.xxx:2181  192.168.1.2:2181   23.234.147.133:4662 23.234.147.133:466
2
tcp x.xxx.xx.xxx:2187  192.168.1.2:2187   115.95.126.84:4662 115.95.126.84:4662
tcp x.xxx.xx.xxx:2188  192.168.1.2:2188   120.248.152.89:25180 120.248.152.89:25
180
Pro Inside global      Inside local       Outside local      Outside global
tcp x.xxx.xx.xxx:2190  192.168.1.2:2190   74.213.78.84:85    74.213.78.84:85
tcp x.xxx.xx.xxx:2191  192.168.1.2:2191   4.128.55.85:12666  4.128.55.85:12666
tcp x.xxx.xx.xxx:2193  192.168.1.2:2193   126.209.9.88:4662  126.209.9.88:4662
tcp x.xxx.xx.xxx:2194  192.168.1.2:2194   132.45.216.86:40552 132.45.216.86:4055
2
tcp x.xxx.xx.xxx:2195  192.168.1.2:2195   181.82.145.79:7055 181.82.145.79:7055
tcp x.xxx.xx.xxx:2197  192.168.1.2:2197   164.175.88.80:13575 164.175.88.80:1357
5
tcp x.xxx.xx.xxx:2198  192.168.1.2:2198   95.119.155.79:51994 95.119.155.79:5199
4
tcp x.xxx.xx.xxx:2199  192.168.1.2:2199   131.82.13.79:4662  131.82.13.79:4662
tcp x.xxx.xx.xxx:2201  192.168.1.2:2201   61.161.17.88:42937 61.161.17.88:42937
tcp x.xxx.xx.xxx:2202  192.168.1.2:2202   5.244.83.49:4662   5.244.83.49:4662
tcp x.xxx.xx.xxx:2203  192.168.1.2:2203   23.251.244.138:4662 23.251.244.138:466
2
tcp x.xxx.xx.xxx:2204  192.168.1.2:2204   28.236.30.242:4662 28.236.30.242:4662
tcp x.xxx.xx.xxx:2205  192.168.1.2:2205   121.121.40.79:14054 121.121.40.79:1405
4
tcp x.xxx.xx.xxx:2206  192.168.1.2:2206   103.24.53.151:38886 103.24.53.151:3888
6
tcp x.xxx.xx.xxx:2207  192.168.1.2:2207   151.56.128.151:19829 151.56.128.151:19
829
tcp x.xxx.xx.xxx:2208  192.168.1.2:2208   79.18.96.5:5665    79.18.96.5:5665
Pro Inside global      Inside local       Outside local      Outside global
tcp x.xxx.xx.xxx:2209  192.168.1.2:2209   83.56.193.165:5662 83.56.193.165:5662
tcp x.xxx.xx.xxx:2210  192.168.1.2:2210   79.130.254.210:13067 79.130.254.210:13
067
tcp x.xxx.xx.xxx:2211  192.168.1.2:2211   39.223.146.93:4662 39.223.146.93:4662
tcp x.xxx.xx.xxx:2212  192.168.1.2:2212   76.5.184.119:34298 76.5.184.119:34298
tcp x.xxx.xx.xxx:2213  192.168.1.2:2213   58.209.161.244:44776 58.209.161.244:44
776
tcp x.xxx.xx.xxx:2214  192.168.1.2:2214   79.30.16.44:38799  79.30.16.44:38799
tcp x.xxx.xx.xxx:2215  192.168.1.2:2215   83.59.206.37:85    83.59.206.37:85
tcp x.xxx.xx.xxx:2216  192.168.1.2:2216   84.123.230.215:4726 84.123.230.215:472
6
tcp x.xxx.xx.xxx:2218  192.168.1.2:2218   82.91.27.38:11364  82.91.27.38:11364
tcp x.xxx.xx.xxx:2219  192.168.1.2:2219   87.4.175.129:13989 87.4.175.129:13989
tcp x.xxx.xx.xxx:2220  192.168.1.2:2220   79.16.2.232:41551  79.16.2.232:41551
tcp x.xxx.xx.xxx:2221  192.168.1.2:2221   93.149.26.174:16609 93.149.26.174:1660
9
tcp x.xxx.xx.xxx:2222  192.168.1.2:2222   79.25.26.27:20760  79.25.26.27:20760
tcp x.xxx.xx.xxx:2224  192.168.1.2:2224   151.68.248.23:26779 151.68.248.23:2677
9
tcp x.xxx.xx.xxx:2225  192.168.1.2:2225   82.57.43.241:42733 82.57.43.241:42733
tcp x.xxx.xx.xxx:2227  192.168.1.2:2227   75.74.159.0:18599  75.74.159.0:18599
tcp x.xxx.xx.xxx:2229  192.168.1.2:2229   82.52.123.126:39652 82.52.123.126:3965
2
Pro Inside global      Inside local       Outside local      Outside global
tcp x.xxx.xx.xxx:2231  192.168.1.2:2231   151.60.89.89:4672  151.60.89.89:4672
tcp x.xxx.xx.xxx:2232  192.168.1.2:2232   84.223.181.246:8620 84.223.181.246:862
0
tcp x.xxx.xx.xxx:2233  192.168.1.2:2233   87.3.45.148:4601   87.3.45.148:4601
tcp x.xxx.xx.xxx:2234  192.168.1.2:2234   82.51.156.197:15631 82.51.156.197:1563
1
tcp x.xxx.xx.xxx:2238  192.168.1.2:2238   212.141.120.63:32596 212.141.120.63:32
596
udp x.xxx.xx.xxx:2239  192.168.1.2:2239   213.156.56.80:53   213.156.56.80:53
tcp x.xxx.xx.xxx:2240  192.168.1.2:2240   61.230.227.2:5609  61.230.227.2:5609
tcp x.xxx.xx.xxx:2242  192.168.1.2:2242   23.15.135.153:4662 23.15.135.153:4662
tcp x.xxx.xx.xxx:2246  192.168.1.2:2246   15.30.148.79:61482 15.30.148.79:61482
tcp x.xxx.xx.xxx:2247  192.168.1.2:2247   28.182.125.84:4661 28.182.125.84:4661
tcp x.xxx.xx.xxx:2250  192.168.1.2:2250   109.189.55.82:4662 109.189.55.82:4662
tcp x.xxx.xx.xxx:2258  192.168.1.2:2258   168.42.10.79:57314 168.42.10.79:57314
tcp x.xxx.xx.xxx:2259  192.168.1.2:2259   52.236.88.81:4662  52.236.88.81:4662
tcp x.xxx.xx.xxx:2262  192.168.1.2:2262   79.34.11.249:61153 79.34.11.249:61153
tcp x.xxx.xx.xxx:2263  192.168.1.2:2263   92.6.31.79:1775    92.6.31.79:1775
tcp x.xxx.xx.xxx:2265  192.168.1.2:2265   120.167.49.85:4662 120.167.49.85:4662
tcp x.xxx.xx.xxx:2268  192.168.1.2:2268   21.241.131.110:4662 21.241.131.110:466
2
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   1.97.16.53:1326    1.97.16.53:1326
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   1.243.203.179:56810 1.243.203.179:5681
0
Pro Inside global      Inside local       Outside local      Outside global
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   1.244.66.41:2407   1.244.66.41:2407
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   1.254.93.114:2069  1.254.93.114:2069
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   2.243.123.121:4520 2.243.123.121:4520
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   5.13.89.73:1630    5.13.89.73:1630
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   5.244.83.49:4652   5.244.83.49:4652
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   5.254.67.45:4538   5.254.67.45:4538
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   5.255.249.23:2738  5.255.249.23:2738
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   21.241.131.110:3068 21.241.131.110:306
8
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   23.15.34.73:4480   23.15.34.73:4480
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   23.213.40.187:2639 23.213.40.187:2639
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   23.215.49.161:1214 23.215.49.161:1214
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   23.232.117.174:2122 23.232.117.174:212
2
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   23.251.247.145:4041 23.251.247.145:404
1
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   23.254.137.102:59777 23.254.137.102:59
777
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   27.237.80.121:3265 27.237.80.121:3265
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   28.13.36.66:3987   28.13.36.66:3987
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   28.13.36.66:4183   28.13.36.66:4183
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   28.17.179.130:2437 28.17.179.130:2437
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   28.31.22.42:1418   28.31.22.42:1418
Pro Inside global      Inside local       Outside local      Outside global
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   29.229.65.115:2780 29.229.65.115:2780
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   31.236.49.197:2330 31.236.49.197:2330
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   31.243.60.63:4704  31.243.60.63:4704
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   36.233.14.69:2937  36.233.14.69:2937
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   39.223.146.93:50664 39.223.146.93:5066
4
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   39.235.70.61:1246  39.235.70.61:1246
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   39.244.112.47:3107 39.244.112.47:3107
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   39.255.159.109:2831 39.255.159.109:283
1
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   42.240.7.169:61788 42.240.7.169:61788
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   42.243.166.189:57651 42.243.166.189:57
651
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   62.211.247.172:2122 62.211.247.172:212
2
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   79.2.41.68:2334    79.2.41.68:2334
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   79.29.248.167:2967 79.29.248.167:2967
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   79.41.84.121:4114  79.41.84.121:4114
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   79.42.147.238:1103 79.42.147.238:1103
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   80.54.108.11:50312 80.54.108.11:50312
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   82.59.202.26:2976  82.59.202.26:2976
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   84.222.73.120:4289 84.222.73.120:4289
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   85.55.71.38:57872  85.55.71.38:57872
Pro Inside global      Inside local       Outside local      Outside global
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   85.103.69.34:2091  85.103.69.34:2091
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   87.6.122.179:3302  87.6.122.179:3302
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   87.11.97.156:2489  87.11.97.156:2489
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   87.11.202.185:61046 87.11.202.185:6104
6
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   87.13.16.217:3786  87.13.16.217:3786
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   87.14.27.164:3213  87.14.27.164:3213
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   87.15.22.16:1172   87.15.22.16:1172
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   87.23.79.35:1954   87.23.79.35:1954
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   91.164.28.126:2123 91.164.28.126:2123
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   200.169.157.88:3986 200.169.157.88:398
6
tcp x.xxx.xx.xxx:4660  192.168.1.2:4660   ---                ---
udp x.xxx.xx.xxx:4660  192.168.1.2:4660   ---                ---
tcp x.xxx.xx.xxx:4670  192.168.1.2:4670   ---                ---
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.0.122.114:61081  1.0.122.114:61081
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.1.31.43:4672     1.1.31.43:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.1.52.113:4672    1.1.52.113:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.1.87.98:4672     1.1.87.98:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.1.90.99:4672     1.1.90.99:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.1.234.41:4672    1.1.234.41:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.3.6.83:2803      1.3.6.83:2803
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.3.6.83:8004      1.3.6.83:8004
Pro Inside global      Inside local       Outside local      Outside global
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.3.6.83:11207     1.3.6.83:11207
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.3.6.83:15877     1.3.6.83:15877
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.3.6.83:23451     1.3.6.83:23451
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.3.6.83:44129     1.3.6.83:44129
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.3.38.51:4672     1.3.38.51:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.3.112.50:4672    1.3.112.50:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.4.21.122:4672    1.4.21.122:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.4.87.74:4672     1.4.87.74:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.4.154.59:60545   1.4.154.59:60545
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.4.221.161:4672   1.4.221.161:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.5.97.74:4672     1.5.97.74:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.5.246.43:4672    1.5.246.43:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.7.92.58:4672     1.7.92.58:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.7.176.59:4672    1.7.176.59:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.8.88.83:4672     1.8.88.83:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.8.117.92:4672    1.8.117.92:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.9.103.53:4672    1.9.103.53:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.9.185.105:4672   1.9.185.105:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.10.37.123:4672   1.10.37.123:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.10.246.59:4672   1.10.246.59:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.11.33.99:4672    1.11.33.99:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.11.203.180:4672  1.11.203.180:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.11.213.52:4672   1.11.213.52:4672
Pro Inside global      Inside local       Outside local      Outside global
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.13.219.145:4672  1.13.219.145:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.14.38.34:4672    1.14.38.34:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.14.70.82:4672    1.14.70.82:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.14.165.114:4672  1.14.165.114:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.14.176.67:4672   1.14.176.67:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.15.176.52:4672   1.15.176.52:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.15.186.50:4672   1.15.186.50:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.15.216.57:4672   1.15.216.57:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.16.54.154:4672   1.16.54.154:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.17.140.131:4672  1.17.140.131:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.18.4.68:4672     1.18.4.68:4672
udp x.xxx.xx.xxx:4670  192.168.1.2:4670   1.18.83.146:4672   1.18.83.146:4672
udp x.xxx.xx.xxx:4670
E non finisce qui...
e poi si schianta...
Avatar utente
Helix
Messianic Network master
Messaggi: 1175
Iscritto il: mar 04 dic , 2007 6:45 pm
Località: Frosinone
Contatta:

su Emule quante fonti massime hai???
---
Ciao, Leonardo

"Guarda che il VSS è migliore dell' MPLS"
"Io amo le rotte statiche e non mi fido dei protocolli di RUTING"
"Io ho lavorato per Telecom...li è tutto Layer 2 e tutto RUTING statico"
"L'MPLS VPN è come l' ATM e farà la sua stessa fine"
"A noi l'MPLS non CE n'teressa...mejo se usamo il FlexLink"
"Spostiamo il Livello 3 della Vlan dal Core al Service Edge ma senza modificare il RUTING..."
"Ma sul 3650 a 4 porte si può fare lo stAcK?"
"Noi usiamo quel coso lì...che maschera gli IPPPI'...capito no?"
"Forse non hai capito...puoi risolvere il problema usando le sub-vlan"

Cisco CCNP, CCDP Certified
nekke
n00b
Messaggi: 21
Iscritto il: mer 26 set , 2007 2:31 pm

La cosa più importante da dire probabilmente è che sono su FASTWEB, e la rete KADU inizia a lavorare..le fonti massime sono 400..
Avatar utente
Helix
Messianic Network master
Messaggi: 1175
Iscritto il: mar 04 dic , 2007 6:45 pm
Località: Frosinone
Contatta:

se stoppi la KAD che succede?
---
Ciao, Leonardo

"Guarda che il VSS è migliore dell' MPLS"
"Io amo le rotte statiche e non mi fido dei protocolli di RUTING"
"Io ho lavorato per Telecom...li è tutto Layer 2 e tutto RUTING statico"
"L'MPLS VPN è come l' ATM e farà la sua stessa fine"
"A noi l'MPLS non CE n'teressa...mejo se usamo il FlexLink"
"Spostiamo il Livello 3 della Vlan dal Core al Service Edge ma senza modificare il RUTING..."
"Ma sul 3650 a 4 porte si può fare lo stAcK?"
"Noi usiamo quel coso lì...che maschera gli IPPPI'...capito no?"
"Forse non hai capito...puoi risolvere il problema usando le sub-vlan"

Cisco CCNP, CCDP Certified
Avatar utente
Cisco$
Network Emperor
Messaggi: 360
Iscritto il: sab 19 apr , 2008 11:48 pm
Località: Battipaglia (Sa)

se hai dei virus si pianta eccome!
router cisco the best!!!!!!!!!!
Avatar utente
Helix
Messianic Network master
Messaggi: 1175
Iscritto il: mar 04 dic , 2007 6:45 pm
Località: Frosinone
Contatta:

da cosa lo deduci?
---
Ciao, Leonardo

"Guarda che il VSS è migliore dell' MPLS"
"Io amo le rotte statiche e non mi fido dei protocolli di RUTING"
"Io ho lavorato per Telecom...li è tutto Layer 2 e tutto RUTING statico"
"L'MPLS VPN è come l' ATM e farà la sua stessa fine"
"A noi l'MPLS non CE n'teressa...mejo se usamo il FlexLink"
"Spostiamo il Livello 3 della Vlan dal Core al Service Edge ma senza modificare il RUTING..."
"Ma sul 3650 a 4 porte si può fare lo stAcK?"
"Noi usiamo quel coso lì...che maschera gli IPPPI'...capito no?"
"Forse non hai capito...puoi risolvere il problema usando le sub-vlan"

Cisco CCNP, CCDP Certified
Avatar utente
Cisco$
Network Emperor
Messaggi: 360
Iscritto il: sab 19 apr , 2008 11:48 pm
Località: Battipaglia (Sa)

Io ho un 1841 è quando si collega un pc con emule sopra o limeware si blocca, il + delle volte è dovuto a problemi di virus o worm che aprono una marea di connessioni ad insaputa dell'utente.


Da intenderci molto dipende anche dal router il mio lo fà mediamente dopo 5 giorni a volte anche 2 settimane.
router cisco the best!!!!!!!!!!
nekke
n00b
Messaggi: 21
Iscritto il: mer 26 set , 2007 2:31 pm

Anche io avevo pensato ad una cosa del genere,
ma ho provato su più macchine in wireless...
e devo dire che si schianta sempre....

Se elimino KADU và ..... ma devo verificare.....

Cisco$ hai fastweb pure tu?
Avatar utente
Cisco$
Network Emperor
Messaggi: 360
Iscritto il: sab 19 apr , 2008 11:48 pm
Località: Battipaglia (Sa)

No

Alice 20 mega


fastweb da quello che sò io usa tecnologia Cisco e il + delle volte sega la banda sul P2P.
router cisco the best!!!!!!!!!!
Rispondi