Jump to content
  • 0

Extra II (KN-1710), adjust-ttl.


d1m4n

Question

Доброго дня!

Собственно, эксперименты с изменением TTL на интерфейсе LTE-шного свистка. Никаких ошибок, но и никаких результатов...

	(config)> show version
	          release: 3.04.C.6.0-0
          sandbox: stable
            title: 3.4.6
             arch: mips
	              ndm:
                exact: 0-a36bee1
                cdate: 8 Jun 2020
	              bsp:
                exact: 0-f45343dcd
                cdate: 8 Jun 2020
	              ndw:
              version: 3.4.63
             features: wifi_button,single_usb_port,led_control,wifi5ghz,dual_image,wifi_ft,wpa3
           components: base,config-ap,config-client,config-repeater,corewireless,dhcpd,dot1x,fat,ftp,hfsplus,igmp,l2tp,miniupnpd,nathelper-ftp,nathelper-pptp,nathelper-sip,ntfs,openvpn,pingcheck,ppe,pppoe,pptp,storage,
                       trafficcontrol,tsmb,usb,usbdsl,usblte,usbmodem,usbnet
	     manufacturer: Keenetic Ltd.
           vendor: Keenetic
           series: KN
            model: Extra (KN-1710)
       hw_version: 10178000
            hw_id: KN-1710
           device: Extra
           region: RU
      description: Keenetic Extra (KN-1710)
	

	(config)> tools ping 195.14.50.1
sending ICMP ECHO request to 195.14.50.1...
PING 195.14.50.1 (195.14.50.1) 56 (84) bytes of data.
84 bytes from 195.14.50.1: icmp_req=1, ttl=50, time=45.42 ms.
84 bytes from 195.14.50.1: icmp_req=2, ttl=50, time=46.06 ms.
84 bytes from 195.14.50.1: icmp_req=3, ttl=50, time=44.15 ms.
84 bytes from 195.14.50.1: icmp_req=4, ttl=50, time=44.28 ms.
84 bytes from 195.14.50.1: icmp_req=5, ttl=50, time=42.87 ms.
--- 195.14.50.1 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss,
0 duplicate(s), time 4681.89 ms.
Round-trip min/avg/max = 42.87/44.55/46.06 ms.
	
(config)> show interface CdcEthernet0
	               id: CdcEthernet0
            index: 0
             type: CdcEthernet
      description: Huawei Mobile Broadband
   interface-name: CdcEthernet0
             link: up
        connected: yes
            state: up
              mtu: 1500
         tx-queue: 1000
          plugged: yes
           vendor: 12d1
            model: 14db
     manufacturer: HUAWEI Technology
          product: HUAWEI Mobile
	              ati:
                model: E3276
             hardware: CH1E3276SM
             revision: 22.470.13.00.00
         manufacturer: Huawei
	         operator: Tele2
     operator-raw: 25020
           global: yes
        defaultgw: yes
         priority: 33119
   security-level: public
           uptime: 443
          address: 10.202.217.6
              sim: READY
             rssi: -93
             rscp: -101
             ecio: -8
           serial:
             imei:
             imsi:
           uiccid:
              mac:
           mobile: 3G WCDMA
     signal-level: 3
               fw: 22.470.13.00.00 / 17.100.03.01.03
	(config)> interface CdcEthernet0 ip adjust-ttl send 128
Network::Interface::Ip: "CdcEthernet0": outgoing TTL set to 128.
	
(config)> tools ping 195.14.50.1
sending ICMP ECHO request to 195.14.50.1...
PING 195.14.50.1 (195.14.50.1) 56 (84) bytes of data.
84 bytes from 195.14.50.1: icmp_req=1, ttl=50, time=90.01 ms.
84 bytes from 195.14.50.1: icmp_req=2, ttl=50, time=48.77 ms.
84 bytes from 195.14.50.1: icmp_req=3, ttl=50, time=88.34 ms.
--- 195.14.50.1 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss,
0 duplicate(s), time 2168.91 ms.
Round-trip min/avg/max = 48.77/75.70/90.01 ms.
	

Картина маслом. 😃

Заранее благодарю за подсказки.

 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
32 минуты назад, r13 сказал:

А что вы ожидаете от пинга?

В ответе ttl отвечающего.

Он в одном хопе от меня. Для информации. Вариант следующий. Свисток заменен:

	(config)> show interface CdcEthernet0
	               id: CdcEthernet0
            index: 0
             type: CdcEthernet
      description: Huawei Mobile Broadband
   interface-name: CdcEthernet0
             link: up
        connected: no
            state: up
              mtu: 1500
         tx-queue: 1000
          plugged: yes
           vendor: 12d1
            model: 14db
     manufacturer: HUAWEI_MOBILE
          product: HUAWEI_MOBILE
           serial:
	              ati:
         manufacturer: Huawei
	           global: yes
        defaultgw: yes
         priority: 33119
   security-level: public
           uptime: 0
           mobile:
     signal-level: 0
          address: 192.168.8.100
             mask: 255.255.255.0
	

TTL кинетика не модифицирован, зато хуавей запилен как надо и на нем TTL выставлен в 129. Результат:

	(config)> tools ping 195.14.50.1
sending ICMP ECHO request to 195.14.50.1...
PING 195.14.50.1 (195.14.50.1) 56 (84) bytes of data.
84 bytes from 195.14.50.1: icmp_req=1, ttl=129, time=351.01 ms.
84 bytes from 195.14.50.1: icmp_req=2, ttl=129, time=305.46 ms.
84 bytes from 195.14.50.1: icmp_req=3, ttl=129, time=329.16 ms.
84 bytes from 195.14.50.1: icmp_req=4, ttl=129, time=365.90 ms.
84 bytes from 195.14.50.1: icmp_req=5, ttl=129, time=397.22 ms.
--- 195.14.50.1 ping statistics ---
6 packets transmitted, 5 packets received, 16% packet loss,
0 duplicate(s), time 5165.31 ms.
Round-trip min/avg/max = 305.46/349.75/397.22 ms.
	

Винда за кинетиком:



C:\Users\papajoe>ping 195.14.50.1

Обмен пакетами с 195.14.50.1 по с 32 байтами данных:
Ответ от 195.14.50.1: число байт=32 время=56мс TTL=128
Ответ от 195.14.50.1: число байт=32 время=40мс TTL=128
Ответ от 195.14.50.1: число байт=32 время=79мс TTL=128
Ответ от 195.14.50.1: число байт=32 время=69мс TTL=128

Статистика Ping для 195.14.50.1:
    Пакетов: отправлено = 4, получено = 4, потеряно = 0
    (0% потерь)
Приблизительное время приема-передачи в мс:
    Минимальное = 40мсек, Максимальное = 79 мсек, Среднее = 61 мсек

[code]

Как-то так...

 

Link to comment
Share on other sites

  • 0
15 часов назад, d1m4n сказал:

Доброго дня!

Собственно, эксперименты с изменением TTL на интерфейсе LTE-шного свистка. Никаких ошибок, но и никаких результатов...

 


	(config)> show version
	          release: 3.04.C.6.0-0
          sandbox: stable
            title: 3.4.6
             arch: mips
	              ndm:
                exact: 0-a36bee1
                cdate: 8 Jun 2020
	              bsp:
                exact: 0-f45343dcd
                cdate: 8 Jun 2020
	              ndw:
              version: 3.4.63
             features: wifi_button,single_usb_port,led_control,wifi5ghz,dual_image,wifi_ft,wpa3
           components: base,config-ap,config-client,config-repeater,corewireless,dhcpd,dot1x,fat,ftp,hfsplus,igmp,l2tp,miniupnpd,nathelper-ftp,nathelper-pptp,nathelper-sip,ntfs,openvpn,pingcheck,ppe,pppoe,pptp,storage,
                       trafficcontrol,tsmb,usb,usbdsl,usblte,usbmodem,usbnet
	     manufacturer: Keenetic Ltd.
           vendor: Keenetic
           series: KN
            model: Extra (KN-1710)
       hw_version: 10178000
            hw_id: KN-1710
           device: Extra
           region: RU
      description: Keenetic Extra (KN-1710)
	

 

 


	(config)> tools ping 195.14.50.1
sending ICMP ECHO request to 195.14.50.1...
PING 195.14.50.1 (195.14.50.1) 56 (84) bytes of data.
84 bytes from 195.14.50.1: icmp_req=1, ttl=50, time=45.42 ms.
84 bytes from 195.14.50.1: icmp_req=2, ttl=50, time=46.06 ms.
84 bytes from 195.14.50.1: icmp_req=3, ttl=50, time=44.15 ms.
84 bytes from 195.14.50.1: icmp_req=4, ttl=50, time=44.28 ms.
84 bytes from 195.14.50.1: icmp_req=5, ttl=50, time=42.87 ms.
--- 195.14.50.1 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss,
0 duplicate(s), time 4681.89 ms.
Round-trip min/avg/max = 42.87/44.55/46.06 ms.
	
(config)> show interface CdcEthernet0
	               id: CdcEthernet0
            index: 0
             type: CdcEthernet
      description: Huawei Mobile Broadband
   interface-name: CdcEthernet0
             link: up
        connected: yes
            state: up
              mtu: 1500
         tx-queue: 1000
          plugged: yes
           vendor: 12d1
            model: 14db
     manufacturer: HUAWEI Technology
          product: HUAWEI Mobile
	              ati:
                model: E3276
             hardware: CH1E3276SM
             revision: 22.470.13.00.00
         manufacturer: Huawei
	         operator: Tele2
     operator-raw: 25020
           global: yes
        defaultgw: yes
         priority: 33119
   security-level: public
           uptime: 443
          address: 10.202.217.6
              sim: READY
             rssi: -93
             rscp: -101
             ecio: -8
           serial:
             imei:
             imsi:
           uiccid:
              mac:
           mobile: 3G WCDMA
     signal-level: 3
               fw: 22.470.13.00.00 / 17.100.03.01.03
	(config)> interface CdcEthernet0 ip adjust-ttl send 128
Network::Interface::Ip: "CdcEthernet0": outgoing TTL set to 128.
	
(config)> tools ping 195.14.50.1
sending ICMP ECHO request to 195.14.50.1...
PING 195.14.50.1 (195.14.50.1) 56 (84) bytes of data.
84 bytes from 195.14.50.1: icmp_req=1, ttl=50, time=90.01 ms.
84 bytes from 195.14.50.1: icmp_req=2, ttl=50, time=48.77 ms.
84 bytes from 195.14.50.1: icmp_req=3, ttl=50, time=88.34 ms.
--- 195.14.50.1 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss,
0 duplicate(s), time 2168.91 ms.
Round-trip min/avg/max = 48.77/75.70/90.01 ms.
	

 

Картина маслом. 😃

Заранее благодарю за подсказки.

 

Поиском пробовали? https://help.keenetic.com/hc/ru/articles/213965989-Управление-значением-TTL-для-входящих-от-провайдера-и-исходящих-к-провайдеру-пакетов

Link to comment
Share on other sites

  • 0
5 часов назад, Mikesk сказал:

А Вы видите какое-либо несоответствие между упомянутым мануалом и моими действиями?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...