Linksys Wireless Router :: WRT120n Dropping Incoming Fragmented IP Packets?
Oct 13, 2011
I am trying to use my WRT120n as access device for an IP Centrex service using SIP protocol. My SIP phone is located right behind the router.My problem is sometimes the router is dropping incoming calls because signalling packets are fragmented at IP level. So I cannot receive those calls.Is there a way to enable the router to accept these packets?
View 9 Replies
ADVERTISEMENT
Apr 4, 2013
My incoming log is FILLED with incoming IP's and they are all connected to a port starting with 64-. I've tried changing my wireless internet with different passwords multiple times and I have upgraded my firmware.
View 1 Replies
View Related
Jun 5, 2011
An IP packet of size 1500 bytes passes through two network segments before it reaches its destination. The header size of this packet is 20 bytes. The maximum size of an IP packet in the first intermediate network (its MTU) is 1024 bytes, and that in the second network is 576 bytes.Explain how the IP packet described above would be fragmented into smaller parts in a router, paying particular attention to the flag bits and to the fragment offset field in the header.
- Fragmentation and reassembly needs to break a data-gram into an almost random number of pieces that later can reassembled.
- It uses the identification field to ensure that fragments of different datagrams are not mixed.
- IP packet of 1500 bytes comprises 1480 bytes of data and a 20-byte header.
- In the first intermediate network, the packet size of 1024 bytes allows for 1000 bytes of data plus a 20-byte IP
header.[code]
View 15 Replies
View Related
Jul 24, 2012
My E3000 has about 60% packet loss if the channel selected is anything other than 1. I can't enable 5GHz or even 40mhz 2.4GHz channels without dropping 60% packets.
View 9 Replies
View Related
Nov 15, 2011
I have a WRT120N, and have set up connections like this:
Desktop PC: Hardwired Ethernet
Laptop: Wireless
Xbox 360 (1): Ethernet
Xbox360 (2): Wireless
Networked Printer: Wireless
The hardwired connections are fine, but at random the Printer, laptop and wireless Xbox connections will drop out and i'll have to reboot the router to get it working again. I've tried everything I know of (i.e., Static IP, Port Forwarding) as well as a factory reset, but I continue to have this issue.
View 1 Replies
View Related
Jul 16, 2011
I have an internet connection of the speed of 384 kbps, settings are default i changed nothing. firmware is updated. i'm using wireless connection.any settings you will recommend like in MTU, Beacon Interval, RTS and fragmentation?
View 2 Replies
View Related
Nov 28, 2010
My wireless router will work for 6- 8hrs then drop the internet connection. I have to cycle the modem and router several times to restore the connection. I am also using a Netgear Access Point.
I am using:
Charter High Speed Internet
Motorola Modem
Cisco Model WRT120N Router
SETTINGS
Mode- Mixed
Channel Width- Auto 20MHz or 40MHz
Security- WPA2 Personal
SSID Broadcast- Disabled
Firmware Version v1.0.04
Connection Type- Auto Conf DHCP
Beacon Interval - 50
Fragmentation Threshold 2304
RTS Threshold 2304
All other setting are at factory default.When I unplug the modem from the router and plug it into the desk top I have internet service.
View 6 Replies
View Related
Jun 27, 2011
I have a toshiba a215-s7437. I bought this router upgrading from the usual netgear router that everyone and there mother has(wrt54g or something?). The routers are in the same exact spot...less than 6 feet from the computer with no obstructions. No matter WHAT i do, even if i put the router on top of the laptop keyboard, over time, usually a matter of minutes, it starts dropping my link speed. My old netgear ever went below 54, EVER. Even if i was out on the porch.It will connect at 54 mbps, then go to 36, etc etc until we get to 1mbps. I have had other friends bring laptops over, same exact thing happens to them. I am viewing the link speed through windows task manager to get these readings. Though i can't see the link speed on my android phone or xbox, it seems over time they get slower also. I have tried googling the hell out of this issue to no avail. I do have the latest firmware. I have also tried searching these cisco forums and have not found any topics pertaining to this (maybe i just suck at searching). I have comcast at 15mbps and i do know that whether it is 54 or 36, it's not gonna be any faster. But just the fact that it falls the whole way to 1 is not acceptable. My fix for this at the moment is just disconnecting and reconnecting real quick, and i always start back out at 54 mbps. Sometimes I will get lucky and it will stay at that point for 20-30 min?
View 8 Replies
View Related
May 29, 2012
We have a cisco 800 series router between the internal network and the WAN. the problem is we are unable to receive some of our mail due to dropped packets by our router. the conversation between the two servers stops at the point were our server responds with the command 250 2.1.5 user@mydomain.com | 354 Start mail input; end with . i was able to trace the packet, using Packet Export, on the internal interface but not on the external interface. Also i have noticed that the external interface has about 160,000 unknown protocol drops while the internal interface has 0.
Is there anyway to find out way the external interface is dropping the packets.
View 4 Replies
View Related
Apr 4, 2013
How to best troubleshoot some errors I'm seeing on the internal interfaces of my ASA 5505. This is similar to the question at [URL], but the details are different enough that I felt it justified a new discussion.
I have an ASA 5505, running version 8.2(2), 256MB RAM. From time to time (on the order of once a week) our monitoring alerts us that both Internal-Data0/0 and Internal-Data0/1 are experiencing an unusual amount of inbound packets which were discarded with errors, up to 2.3 per second as of this post. Here is what I hope relevant output from my device:
asa# show interface ip brief
Interface IP-Address OK? Method Status Protocol
Internal-Data0/0 unassigned YES unset up up
Internal-Data0/1 unassigned YES unset up up
Vlan1 10.x.x.x YES CONFIG up up
Vlan2 32.32.32.32 YES CONFIG up up
[code]....
1. My understanding is that Internal-Data0/0 is an internal bus that connects to modules like the 4GE. I don't have any modules installed at all, as you can tell. Therefore, what is this bus doing?
2. For that matter, what is Internal-Data0/1 doing? What does it connect to?
3. I'm guessing that due to the input errors and overruns reported for both of these interfaces, it's a buffering issue. Since these are input errors, does this mean that traffic destined to this bus for forwarding is being dropped because the bus itself is running out of buffer memory? How would I see (and subsequently monitor) the buffer memory for these interfaces? Once I am able to see it, what sort of tools can I use to determine what is causing this?
View 3 Replies
View Related
Dec 15, 2011
I seem to be having an issue where certain very packets are being dropped/lost by my office router. The reproducible situation is, when I attempt a DNS zone transfer from my linux bind DNS server (A.A.A.A) to any server on my network behind NAT (Y.Y.Y.Y) the first packet (Seq 1) of the response is lost. The client making the query asks for first packet (Seq 1) to be resent, and the DNS server attempts to resend it repeatedly, but those are lost too.
View 10 Replies
View Related
Jun 3, 2012
I recently bought a new Cisco/Linksys E1200 router, but the incoming log feature does not work. Outbound and Security logs work fine, but unsolicited inbound TCP packets (that are dropped) are not displayed. The inbound log is empty.
View 6 Replies
View Related
Aug 8, 2012
my WRT54G has been configured to block any and all incoming connections.continue to have disabled all port forwarding, port triggering, the DMZ, and QoS, via the applicable tabs under the [Applications & Gaming] Panel. The WRT54G continues to be configured to operate as a Gateway.No static routes are defined. The routing table show four entries, none of which are remarkable or match in anyway the partial address identified above.So I am under the impression that my WRT54G should be ignoring everything from the WAN-side.Even pinging the WAN-side of my router from the outside internet times out.My WRT54G ver 6 is at firmware level 1.02.8, which, as far as I can tell is the latest issued by Cisco.I am completely perplexed how such a connection is being established, and do not know if it is or has the potential of causing any harm. My own research indicates port 520 is typically used for RIP protocol, but I have almost zero knowledge of such.
View 9 Replies
View Related
Aug 26, 2012
My firewall outpost detected incoming connections on port 80 and blocked them.I think that the router must block incoming connections on port 80, right? But it does not.
[URL]
View 5 Replies
View Related
Feb 7, 2013
I recently downloaded Deluge and while I can download torrents without a problem, I always have the "NO INCOMING CONNECTIONS' warning. I've tried single port forwarding, port range forwarding, turning UPnP off and on ... in short I've tried a lot of stuff and the only thing that clears the message is to remove the router out of the equation. The message disappears as soon as I connect the pc directly to the modem.
View 3 Replies
View Related
Feb 12, 2012
I have a WRT160N router (firmware 1.53.0) that is connected to my broadband. It is giving me problems with VOIP/SIP Traffic.My SIP client connects fine and makes calls, but I cant hear any incoming/outgoing sound. The SIP client works fine when connected directly to broadband. I tried DMZ and that didn't work. Disabled SPI and that didn't work too.
View 2 Replies
View Related
Dec 13, 2012
I have a NAT setup. Some of my udp packets are dropping. How to find more about the NAT to find whether it missed anything or not. the router is 3945e. [code]
View 3 Replies
View Related
Dec 23, 2011
I've been fighting with my E2500 since I got it back in June with lag, dropped connections, etc. It's a bit intermittent but can hang around for hours at a time when it kicks in. Restarts but the issue always comes back. Most noticeable while gaming online or on a VOIP program such as Team Speak. Generally when it happens If I'm monitoring my Team Speak connection the incoming packet loss shoots up between 20-30%, starting to drop out every other word or so. No out going packet loss. The connection drops are random between computers (I have one mac and one pc in the house) where one will be fine and the other wont, or when the whole system will stay connected and drop all transfer. In the case of this last one it's not my ISP's connection as any streaming happening between one computer and an Apple TV device will also cease. I've also swapped back to my old router (an older model linksys) and all problems have stopped. Fully rebooted and reconfigured the router about 3 or 4 times and am on the latest version of firmware (1.0.003). It was much worse on 1.0.002 but still very noticeable on 003. Also no difference with a different wireless adapter. I've tried the chat technical support but all they did was take 45 minutes to tell me how to reboot my router after telling them I already had.
View 1 Replies
View Related
Jun 20, 2012
Have a few of these routers internally as well as at various clients. The incoming and outgoing logs show up blank, even when there are 10-20 computers using the Internet and I know there is traffic being generated. DHCP and security logging still works fine. I also have a few E1200s on the latest firmware that are logging just fine... I'm just having issues with the E2500s.
View 6 Replies
View Related
Mar 27, 2012
I bought a DIR-655 a less than a year ago on amazon, and it was working great up until about 4 weeks ago. Ive noticed that it has been dropping alot of packets while I am gaming on my computer. I would run about 95-98 ping usually and now it jitters every 5-10 mins or so from 95-98 to up to 500. It is really troublesome during games and I dont know what to do. Ive tried disabling QoS and still nothing. I run on wireless G and N with auto 20/40 mhz. Standard WPA(personal) and it was running absolutely great until now. I know its the wireless because I have hardwired it into my laptop, both from the router and just the modem itself with no problems whatsoever. I dont know what to do about it.
View 3 Replies
View Related
Aug 1, 2012
I have ASA 5510 with 8.4 connected to ISG 1000, when traffic is passing the VPN tunnel is working fine, when the traffic stops, ASA will drop the packet but the VPN tunnel on ISG still up .When new traffic started from ISG side, it will drop, as the tunnel is not up on ASA side.
View 2 Replies
View Related
Apr 30, 2013
I am having an issue where the ASA is dropping packets on the vlan interfaces. I have it as a dedicated router/firewall for a 100mb connection .
Vlan1 is the internal networkVlan2 is the network to cable modem
Eth 0/1 is connected to a 2960G switch with hard coded 100mb Full Duplex at each end, this is the inside interface. Eth 0/0 is the connection to the cable modem, this is the outside interface, set at auto at both ends.
Im getting on the vlans eg. 51253 packets dropped however network traffic isnt impacted and everything runs fine, as well as 46532 switch ingress policy drops.
Example;
ciscoasa# sh int vlan1Interface Vlan1 "inside", is up, line protocol is up Hardware is EtherSVI, BW 100 Mbps, DLY 100 usec MAC address 70ca.9b36.ab80, MTU 1500 IP address 10.x.x.x, subnet mask 255.255.255.0 Traffic Statistics for "inside": 43250588
[Code]......
View 1 Replies
View Related
Apr 10, 2012
We have a customer who we sent to Cisco to replace some aging Dell switches. They purchased 5 SG300-52’s for 2 different networks. Their production LAN has 2 “live” switches and 1 spare. The 2nd, a development LAN has 1 switch and 1 spare. Their primary production SG300-52 has GE1-8 VLAN’d off as VLAN2 for public IPs. The untrusted (WAN) interfaces of 2 x ASA-5510’s, 1 x ASA-5505, and 2 x RV082 v2’s are connected to GE2-6. GE1 is the uplink to the co-location center’s Cisco switches. GE7 & 8 are spare ports. Each SG and device port is hard coded for 100/Full.
One of the ASA-5510’s and the ASA-5505 maintain a site-to-site VPN (the development LAN used to be in a different facility hence the VPN). Recently the developers have stated the performance is horrible. I noticed ping traffic loss from PCs on the dev side to servers on the production side in the order of 20-30%. I assumed it was a VPN issue so I opened a ticket with Enterprise TAC (all the ASAs and the SGs have either SmartNet or extended support contracts). TAC determined the problem happened even if you ping from inside the ASA to the untrusted side of the other ASA thus eliminating the VPN as the culprit.
The 2nd ASA-5510 has the AIP module and was not even live until this weekend. Turning it up and giving it a basic config returned the same results. #ping x.x.x.x repeat 100 will drop 20-40 packets. I have no security enabled on the SGs and even tried using the spare SG300-52 this weekend in place of their primary with the same result. I’m to the point of returning one of the Dell switches to production, but this cannot be a good sign. I’m also a bit frustrated that I’ve yet to figure out how to get Cisco Enterprise to speak with Cisco Small Business on this. The customer has over $10k invested in Cisco equipment and Cisco isn’t jumping in to figure this out.
The latest rep wants a packet capture from the SG300’s VLAN2 but there are no PCs there to do this with and the manual doesn’t even talk about doing this. How we can do this as well as get the 2 divisions working together to fix this? BTW, the RV082’s exhibit the SAME exact problem. I can ping from ANY device on VLAN2 to any other device and drop packets. Copying a simple 1MB file over the VPN can take minutes where it should take 1 second. I can reproduce this for 24/7.
View 8 Replies
View Related
Feb 28, 2012
We have a setup with a MS-TMG - ASA (8.2.4(4) in routing mode) - (internal) Router - FWSM - Router - Exchange with NLB. We have now the problem that IMAPS is not really working through this setup. It works from internal (without ASA and TMG inbetween), but not reliably through the internet. There is a rule on the ASA which permits the ports from the TMG to the Exchange NLB address.We opened a case with Microsoft and they told us that not all tcp-syn packets are received by the Exchange server which were sent by the TMG.Thus I sniffed on the ASA with a packet capture and indeed, a lot of syn packets were on the interface to the TMG, but not anymore on the interface to the internal router.This ASA also filters all other internet<->company traffic, so there's a lot of stuff running.
Maybe it's dropped in the ASP, or is the capture maybe not valid?Here the show asp drop:
ASA01-Internet# sh asp drop
Frame drop: Invalid TCP Length (invalid-tcp-hdr-length) 1 Reverse-path verify failed (rpf-violated) 319 Flow is denied by configured rule (acl-drop) 477077 First TCP packet not SYN (tcp-not-syn) 10212 TCP data send after FIN (tcp-data-past-fin) 41 TCP failed 3 way handshake (tcp-3whs-failed) 824 TCP RST/FIN out of order (tcp-rstfin-ooo) 1419 TCP SEQ in SYN/SYNACK invalid (tcp-seq-syn-diff) 6 TCP SYNACK on established conn (tcp-synack-ooo) 1 TCP packet SEQ past window (tcp-seq-past-win) 821 TCP invalid ACK
[code]....
View 9 Replies
View Related
Feb 14, 2013
It appears we might have an issue with our RV082 (v4.2.1.02) dropping packets during the teardown of many TCP conversations. I have attached two packet captures of what I believe is the same conversation. One is from outside the router (Wireshark using an Ethernet Tap) and the other is from the client inside the router (SLES11SP2 running TCPDump). These are both very small captures 9 packets and 18 packets and I'm hoping it will identify the problem.
It appears that the RV082 is prematurely closing the natted port used to communicate with the host outside the network. The host sends a FIN, ACK packet, to which the client responds with an ACK, However, when the client then sends his FIN,ACK sequence, it never makes it outside the router. The client sends a total of 9 FIN,ACKs trying to contact the outside server, but none of those appear to make it through the router.
Is the router slamming the door prematurely? (I've been fighting with this problem for 3 weeks now!)
Inside Capture:
----------------------
No. Time Source Destination Protocol Length Info
1 2013-02-13 19:32:37.827942 192.168.1.45 38.113.116.214 TCP 76 35975 > http [SYN] Seq=0 Win=14600 Len=0 MSS=1460 SACK_PERM=1 TSval=635644783 TSecr=0 WS=128
[Code].....
View 19 Replies
View Related
Jan 1, 2013
i got trouble for this ipv4 & ipv6 fragment trafic prob/attack.how do i prevent it from comming in to my network? is it way to prevent it in cisco router part?
View 2 Replies
View Related
Dec 12, 2012
We have a Cisco ASA and recently purchased a cisco small business srp527 router. It is connected to our ADSL2 connection and is working fine. I have configured the device with an ipsec tunnel using an ike profile and the tunnel is created successfully with packets traversing the tunnel. However packets are being dropped intermittently, with no cause. The link is currently not being utilised, there is no load on the network however when I ping Google and any address subject to the rules of the tunnel i notice that a single packet is dropped every now and then.
View 0 Replies
View Related
Dec 26, 2012
We have a customer who uses about 20 x c2960's switches for access layer and 2 x c3560e for distribution layer. C2960's uses C2960-LANLITEK9-M , Version 12.2(58)SE1. Everything was working fine. Now we got information, that sometimes there are problems with connectivity. Customer tries to reach internet.
SW11#sh int fa0/18
FastEthernet0/18 is up, line protocol is up (connected)
Hardware is Fast Ethernet, address is e8ba.806a.4412 (bia e8ba.806a.4412)
[Code].....
View 7 Replies
View Related
Aug 6, 2012
I am trying to find a solution using modular QOS when there is congestion in circuit we drop packets with WRED which are marked with a DSCP value of say AF21. I can drop those traffic completely in case of congestion. I was thinking to allocate 100% bandiwth to rest of the traffic.
View 1 Replies
View Related
Aug 21, 2012
I have a Cisco 871 router that used to have Access list based security. now I am trying the ZBFW for the first time. I thought I had a pretty good program until I found all my traffic was getting dropped. This is my first stab at ZBFWs and I am a bit confused esp with the default class part.
The router is for my house and thus also has to have priority for gaming. I will add the gaming and voice QOS once I get it working,
Guest VLAN has access to 2 IP's in Data for printing. Cisco871#sh run
Building configuration...
Current configuration : 8005 bytes
!
version 12.4
no service pad
[Code].....
View 1 Replies
View Related
May 23, 2011
I am attempting to FTP to a remote site through a IPSEC tunnel.When I am transfering large files the ASA5540 is showing syslog errors stating "connection timeout". What I think is happening is after about 1 hour the firewall is closing the connection control port for the FTP session and neither end is notified so eventually the transfer is stopped.What do I need to modify in the FW to accommodate these larger files?
View 1 Replies
View Related
Jul 26, 2012
I have a ACE module A2(3.5) installed, I am having a connectivity problem between two servers in my network. I have captured some traffic on different points in my network and from capture it seems like the problem is with this ACE module or somehow it is closing the connection.
View 6 Replies
View Related
Mar 17, 2011
I have 2 ASA 5510 firewalls at 2 different sites. Both running on version 8.0.4. Users are using an Instant Messaging type of application provided by a local telco here which is able to send and receive SMS using SIP (from the packet capture that I've done).
When users use the IM in site A, they are able to send and receive text messages via the IM from behind the firewall. However, when the users are in site B, users are able to send out text messages but not able to receive them.
I noticed that when I remove "inspect sip" from site-B's global policy map, users from site-B can successfully receive text messages. I have confirmed that it is the firewall that drops the packets as I have captured the inside and outside interfaces of site-B's ASA and I can see the incoming sip "request: MESSAGE" packet on the outside interface but I do not see the packet exiting the inside interface.
I have cross check both firewall configurations, and I do not see anything suspicious commands relating to sip that might cause this issue. Is there any command to troubleshoot why the sip inspection is dropping the sip packets on site-B?
View 15 Replies
View Related