hi everybody
Schematic of my network to face The figure below is

You will consider the following scenario

To access the web server, we will paste the URL in the browser
server ip : 10.10.10.28
my ip : 10.10.10.53
The following connection was monitored by monitoring software
Ethernet: Etype = Internet IP (IPv4),DestinationAddress:[14-07-08-01-60-F5],SourceAddress:[D0-17-C2-CE-AB-C1]
Ipv4: Src = 10.10.10.53, Dest = 10.10.10.28, Next Protocol = TCP, Packet ID = 17149, Total IP Length = 52
and answer server :
Ethernet: Etype = Internet IP (IPv4),DestinationAddress:[D0-17-C2-CE-AB-C1],SourceAddress:[4C-5E-0C-BD-6E-36]
Ipv4: Src = 10.10.10.28, Dest = 10.10.10.53, Next Protocol = TCP, Packet ID = 0, Total IP Length = 52
Ethernet: Etype = Internet IP (IPv4),DestinationAddress:[D0-17-C2-CE-AB-C1],SourceAddress:[4C-5E-0C-BD-6E-36]
Ipv4: Src = 10.10.10.28, Dest = 10.10.10.53, Next Protocol = TCP, Packet ID = 0, Total IP Length = 40
Tcp: Flags=.....R.., SrcPort=HTTP(80), DstPort=56122, PayloadLen=0, Seq=2403112479, Ack=0, Win=0 (scale factor 0x6) = 0
According to the above results
client can not open the web server page in its browser and get error “This page can’t be displayed” because Reset request has been issued by route 1100 According to the following code :
- Tcp: Flags=.....R.., SrcPort=HTTP(80), DstPort=56122, PayloadLen=0, Seq=2403112479, Ack=0, Win=0 (scale factor 0x6) = 0
SrcPort: HTTP(80)
DstPort: 56122
SequenceNumber: 2403112479 (0x8F3C961F)
AcknowledgementNumber: 0 (0x0)
+ DataOffset: 80 (0x50)
- Flags: .....R..
CWR: (0.......) CWR not significant
ECE: (.0......) ECN-Echo not significant
Urgent: (..0.....) Not Urgent Data
Ack: (...0....) Acknowledgement field not significant
Push: (....0...) No Push Function
Reset: (.....1..) Reset
Syn: (......0.) Not Synchronize sequence numbers
Fin: (.......0) Not End of data
Window: 0 (scale factor 0x6) = 0
Checksum: 0x8695, Good
UrgentPointer: 0 (0x0)
problem 2 : If I share printers on the network Requests to shared printers are sent late or not sent and this is a fundamental problem
step 1 for resolve this problem : add ip range 10.10.10.0/23 to walled garden ip list and add servers ip to ip binding but Did not fix my network problem
any body can help me to resolve this problem ?