Results 1 to 15 of 74

Thread: VLANы на WL-500W (подключение STB приставки, второй провайдер)

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2008
    Location
    msk
    Posts
    210
    Народ, подскажите пожалуйста как на wl500w сделать так, чтобы все ланы и ван порт роутера были в одном влане ? А wlan был в другом (ну он собственно и так в другом)

    когда выставляю их в один влан то всёравно ван порт остаётся в другом влане.
    MSK | Asus WL-500w | 299Mhz | 128Mb | ver. 1.9.2.7-10 HDD bluescorpio 160Gb int.|console|RS-232|PCMCIA My modding

  2. #2
    Quote Originally Posted by Mr.Hunt View Post
    Народ, подскажите пожалуйста как на wl500w сделать так, чтобы все ланы и ван порт роутера были в одном влане ? А wlan был в другом (ну он собственно и так в другом)

    когда выставляю их в один влан то всёравно ван порт остаётся в другом влане.
    nvram commit забываешь?;-)

  3. #3
    Join Date
    Jan 2008
    Location
    msk
    Posts
    210
    Quote Originally Posted by andreyppc View Post
    nvram commit забываешь?;-)
    Да не, такие штуки не забываю :-)))

    Кстати, постом выше человек спрашивал что означает первая строчка, мне если честно то же интересно....
    MSK | Asus WL-500w | 299Mhz | 128Mb | ver. 1.9.2.7-10 HDD bluescorpio 160Gb int.|console|RS-232|PCMCIA My modding

  4. #4
    Join Date
    May 2010
    Location
    Moscow, Izmailovo
    Posts
    416
    Quote Originally Posted by Mr.Hunt View Post
    Да не, такие штуки не забываю :-)))

    Кстати, постом выше человек спрашивал что означает первая строчка, мне если честно то же интересно....
    Открываем броадкомовские исходники и вот что видим:
    Code:
    /* boardflags */
    #define BFL_BTCOEXIST           0x00000001      /* This board implements Bluetooth coexistance */
    #define BFL_PACTRL              0x00000002      /* This board has gpio 9 controlling the PA */
    #define BFL_AIRLINEMODE 0x00000004      /* This board implements gpio13 radio disable indication */
    #define BFL_ENETROBO            0x00000010      /* This board has robo switch or core */
    #define BFL_CCKHIPWR            0x00000040      /* Can do high-power CCK transmission */
    #define BFL_ENETADM             0x00000080      /* This board has ADMtek switch */
    #define BFL_ENETVLAN            0x00000100      /* This board has vlan capability */
    #define BFL_AFTERBURNER         0x00000200      /* This board supports Afterburner mode */
    #define BFL_NOPCI               0x00000400      /* This board leaves PCI floating */
    #define BFL_FEM                 0x00000800  /* This board supports the Front End Module */
    #define BFL_EXTLNA              0x00001000      /* This board has an external LNA */
    #define BFL_HGPA                0x00002000      /* This board has a high gain PA */
    #define BFL_BTCMOD      0x00004000      /* This board' BTCOEXIST is in the alternate gpios */
    #define BFL_ALTIQ               0x00008000      /* Alternate I/Q settings */
    #define BFL_NOPA        0x00010000      /* This board has no PA */
    #define BFL_RSSIINV             0x00020000      /* This board's RSSI uses positive slope */
    #define BFL_PAREF               0x00040000      /* This board uses the PARef LDO */
    #define BFL_3TSWITCH    0x00080000      /* This board uses a triple throw switch shared with BT */
    #define BFL_PHASESHIFTER        0x00100000      /* This board can support phase shifter */
    #define BFL_BUCKBOOST   0x00200000      /* This board has buck/booster */
    /* boardflags2 */
    #define BFL2_RXBB_INT_REG_DIS   0x00000001      /* This board has an external rxbb regulator */
    #define BFL2_DEPRECIATED_STUB   0x00000002      /* This board flag is depreciated */
    #define BFL2_TXPWRCTRL_EN       0x00000004      /* This board permits enabling TX Power Control */
    #define BFL2_2X4_DIV            0x00000008      /* This board supports the 2X4 diversity switch */
    #define BFL2_5G_PWRGAIN         0x00000010      /* This board supports 5G band power gain */
    #define BFL2_PCIEWAR_OVR        0x00000020      /* This board overrides ASPM and Clkreq settings */
    #define BFL2_CAESERS_BRD        0x00000040      /* This board is Dell Caeser's brd (unused by sw) */
    Если сложить выделенные значения, то получается ответ на Ваш вопрос.

  5. #5
    Quote Originally Posted by VicSer View Post
    Открываем броадкомовские исходники и вот что видим:
    Code:
    /* boardflags */
    #define BFL_BTCOEXIST           0x00000001      /* This board implements Bluetooth coexistance */
    #define BFL_PACTRL              0x00000002      /* This board has gpio 9 controlling the PA */
    #define BFL_AIRLINEMODE 0x00000004      /* This board implements gpio13 radio disable indication */
    #define BFL_ENETROBO            0x00000010      /* This board has robo switch or core */
    #define BFL_CCKHIPWR            0x00000040      /* Can do high-power CCK transmission */
    #define BFL_ENETADM             0x00000080      /* This board has ADMtek switch */
    #define BFL_ENETVLAN            0x00000100      /* This board has vlan capability */
    #define BFL_AFTERBURNER         0x00000200      /* This board supports Afterburner mode */
    #define BFL_NOPCI               0x00000400      /* This board leaves PCI floating */
    #define BFL_FEM                 0x00000800  /* This board supports the Front End Module */
    #define BFL_EXTLNA              0x00001000      /* This board has an external LNA */
    #define BFL_HGPA                0x00002000      /* This board has a high gain PA */
    #define BFL_BTCMOD      0x00004000      /* This board' BTCOEXIST is in the alternate gpios */
    #define BFL_ALTIQ               0x00008000      /* Alternate I/Q settings */
    #define BFL_NOPA        0x00010000      /* This board has no PA */
    #define BFL_RSSIINV             0x00020000      /* This board's RSSI uses positive slope */
    #define BFL_PAREF               0x00040000      /* This board uses the PARef LDO */
    #define BFL_3TSWITCH    0x00080000      /* This board uses a triple throw switch shared with BT */
    #define BFL_PHASESHIFTER        0x00100000      /* This board can support phase shifter */
    #define BFL_BUCKBOOST   0x00200000      /* This board has buck/booster */
    /* boardflags2 */
    #define BFL2_RXBB_INT_REG_DIS   0x00000001      /* This board has an external rxbb regulator */
    #define BFL2_DEPRECIATED_STUB   0x00000002      /* This board flag is depreciated */
    #define BFL2_TXPWRCTRL_EN       0x00000004      /* This board permits enabling TX Power Control */
    #define BFL2_2X4_DIV            0x00000008      /* This board supports the 2X4 diversity switch */
    #define BFL2_5G_PWRGAIN         0x00000010      /* This board supports 5G band power gain */
    #define BFL2_PCIEWAR_OVR        0x00000020      /* This board overrides ASPM and Clkreq settings */
    #define BFL2_CAESERS_BRD        0x00000040      /* This board is Dell Caeser's brd (unused by sw) */
    Если сложить выделенные значения, то получается ответ на Ваш вопрос.
    А для N16 такая же цифра ?
    ASUS RT-N16

  6. #6
    Join Date
    May 2010
    Location
    Moscow, Izmailovo
    Posts
    416
    Quote Originally Posted by ITC View Post
    А для N16 такая же цифра ?
    Это уже offtop.
    Если не ошибаюсь, то данная строка нужна только на WL-500W. Для RT-N16 это не надо, т.к. на нём vlan включен по умолчанию - значение boardflags=0x310.
    Last edited by VicSer; 21-10-2010 at 19:50.

  7. #7
    Join Date
    Jan 2008
    Location
    msk
    Posts
    210
    VicSer, спасибо за разъяснение, теперь буду в курсе :-)
    MSK | Asus WL-500w | 299Mhz | 128Mb | ver. 1.9.2.7-10 HDD bluescorpio 160Gb int.|console|RS-232|PCMCIA My modding

Similar Threads

  1. Подключение сканера и МФУ к роутеру Asus
    By Scasius in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 204
    Last Post: 28-07-2019, 19:41
  2. Подключение USB HDD для новичков
    By NinJah in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 262
    Last Post: 26-03-2016, 08:33
  3. WL-320gE/550gE - подключение USB портов
    By Kirill in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 39
    Last Post: 15-02-2014, 08:20
  4. Подключение USB принтера HP к WL-500gP
    By toto in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 152
    Last Post: 08-05-2012, 21:09
  5. Подключение WL-500gP по PPTP
    By Pavel in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 221
    Last Post: 13-11-2008, 11:25

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •