Hello,
I have RB450G connected to the Internet through eth1 with public ip address and gateway, i mean it is not pppoe or another thing just IP Address and gateway and an invalid ip address on eth2 with DHCP server enabled, and it is src nated to that valid ip address,
192.168.0.10 - eth2(192.168.0.1)eth1(62.31.10.1)—>>>second mikrotik router - ISP
i cant open some web pages and some open with very low speed, at last i found with the code below i can open web pages
but i want to know what is the correct MTU and why i have MTU problem
chain=forward action=change-mss new-mss=1420 tcp-flags=syn protocol=tcp src-address=172.90.90.0/24 tcp-mss=1400-65535
and this is mturoute.exe report:
C:\Documents and Settings\DELL>mturoute -t www.google.com
mturoute to www.google.com, 30 hops max, variable sized packets
* ICMP Fragmentation is not permitted. *
* Speed optimization is enabled. *
* Maximum payload is 10000 bytes. *
1 +- host: 172.90.90.250 max: 1500 bytes
2 +- host: 217.219.177.241 max: 1500 bytes
3 +- host: 10.60.60.25 max: 1500 bytes
4 ...-+++++++++.-++ host: 85.185.110.77 max: 1496 bytes
5 +.- host: 172.20.1.1 max: 1496 bytes
6 +- host: 217.219.176.237 max: 1496 bytes
7 +.- host: 78.38.245.146 max: 1496 bytes
8 ++--+---+++-+++- host: 217.218.158.42 max: 1500 bytes
9 .-+++++++++.-++ host: 78.38.245.81 max: 1496 bytes
10 +.- host: 10.10.53.26 max: 1496 bytes
11 ++--+---+++-+++- host: 63.218.109.253 max: 1500 bytes
12 .-++++.-+++++.- host: 63.216.0.38 max: 1410 bytes
13 ++--+---+++-.-+++ host: 74.125.49.77 max: 1496 bytes
No response from traceroute for this TTL. Tried 3 times
14 .-++++++++.-++.- host: 209.85.252.46 max: 1488 bytes
*14 (An additional device responded for 209.85.252.46)
*14 (An additional device responded for 209.85.252.46)
15 ++--+---+++-.-+++ host: 216.239.43.7 max: 1496 bytes
16 .-++++++++.-++.- host: 72.14.233.63 max: 1488 bytes
17 ++--+---+++-.-+++ host: 209.85.255.74 max: 1496 bytes
18 .-++++++++.-++.- host: 66.249.95.133 max: 1488 bytes
19 +.- host: 72.14.233.166 max: 1488 bytes
20 +.- host: 209.85.250.188 max: 1488 bytes
21 ++--+---+++-.-+++ host: 216.239.43.241 max: 1496 bytes
22 +.- host: 72.14.236.167 max: 1496 bytes
23 ++--+---+++-+++- host: 74.125.232.48 max: 1500 bytes
*23 (An additional device responded for 74.125.232.48)
if anybody know what’s happend to packets please let me know.
thanks