Решено - ER-8 | Ubiquiti форум UBNT: инструкции, настройка

Решено ER-8

Статус
В этой теме нельзя размещать новые ответы.

slawa.jad

участник
21 Ноя 2023
7
1
5
27
Все делаю как по инструкции,а доступ к web интерфейсу не могу получить. Вот конфиг после сброса
Код:
 interfaces {

     ethernet eth0 {

         address 192.168.1.1/24

         duplex auto

         speed auto

     }

     ethernet eth1 {

         duplex auto

         speed auto

     }

     ethernet eth2 {

         address dhcp

         duplex auto

         speed auto

     }

     ethernet eth3 {

         duplex auto

         speed auto

     }

     ethernet eth4 {

         duplex auto

         speed auto

     }

     ethernet eth5 {

         duplex auto

         speed auto

     }

     ethernet eth6 {

         duplex auto

         speed auto

     }

     ethernet eth7 {

         duplex auto

         speed auto

     }

     loopback lo {

     }

 }

 service {

     gui {

         https-port 443

     }

     ssh {

         port 22

         protocol-version v2

     }

 }

 system {

     host-name ubnt

     login {

         user ubnt {

             authentication {

                 encrypted-password $1$zKNoUbAo$gomzUbYvgyUMcD436Wo66.

             }

             level admin

         }

     }

     ntp {

         server 0.ubnt.pool.ntp.org {

         }

         server 1.ubnt.pool.ntp.org {

         }

         server 2.ubnt.pool.ntp.org {

         }

         server 3.ubnt.pool.ntp.org {

         }

     }

     syslog {

         global {

             facility all {

                 level notice

             }

             facility protocols {

                 level debug

             }

         }

     }

     time-zone UTC

 }
 

fAntom

Super Moderator
Команда форума
24 Ноя 2017
6.232
378
5.065
ubnt.su
А что пишет? Chrome использовали (производитель рекомендует)?
 
Автор
S

slawa.jad

участник
21 Ноя 2023
7
1
5
27
Использую Chrome, пишет "не удаётся получить доступ к сайту" при этом он пингует 192.168.1.1 и по ssh могу зайти
 
Статус
В этой теме нельзя размещать новые ответы.