OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • English Forums »
  • General Discussion »
  • Good and cheap ADSL card for OPNSense
« previous next »
  • Print
Pages: 1 [2]

Author Topic: Good and cheap ADSL card for OPNSense  (Read 17212 times)

weust

  • Hero Member
  • *****
  • Posts: 650
  • Karma: 57
    • View Profile
Re: Good and cheap ADSL card for OPNSense
« Reply #15 on: January 30, 2016, 06:24:11 pm »
In that case, you should be able to find the brand and model in the POST screen.
« Last Edit: January 30, 2016, 09:06:20 pm by weust »
Logged
Hobbyist at home, sysadmin at work. Sometimes the first is mixed with the second.

bartjsmit

  • Hero Member
  • *****
  • Posts: 2023
  • Karma: 194
    • View Profile
Re: Good and cheap ADSL card for OPNSense
« Reply #16 on: January 30, 2016, 08:54:43 pm »
Hi Mattia,

The VT8325 south bridge chip in the picture makes the board either an Athlon board with a KT400 chipset, or an P4 board with a P4X333/P4X400 chipset according to Wikipedia https://en.wikipedia.org/wiki/List_of_VIA_chipsets.

All these support PCI version 2.2 if you are still looking for an ADSL card. I think your biggest problem will be to find one that is supported by the FreeBSD 10.2 kernel

Bart...
Logged

Mattia_98

  • Newbie
  • *
  • Posts: 19
  • Karma: 1
    • View Profile
Re: Good and cheap ADSL card for OPNSense
« Reply #17 on: February 06, 2016, 05:34:47 pm »
Hi guys,

so, a friend of mine had an old Netgear router lying around in his attic and just gave it to me. Therefore I didn't buy any new modem but just took his router and put it into bridge mode. I set up PPPoE whit OPNsense and everything worked after a few hours of tinkering. I didn't try out IPv6 but I will in near future and let you know. I'm gonna look at those modems again if the Netgear should fail. Thank you all for the help. I really appreciate it.
Thank you also for the help with my box; even thou I'm not gonna use an ADSL card, it's still nice to know whats inside that PC.

Thank you very much,
Mattia

P.S.:
How can I install dmidecode on OPNsense? pkg install dmidecode says there is no such package but there should...
« Last Edit: February 06, 2016, 05:39:28 pm by Mattia_98 »
Logged

weust

  • Hero Member
  • *****
  • Posts: 650
  • Karma: 57
    • View Profile
Re: Good and cheap ADSL card for OPNSense
« Reply #18 on: February 07, 2016, 04:34:55 am »
That's because OPNsense has it's own package tree.
There is a way to install it, but you have to look for documentation yourself, or wait for a dev reply here.
Logged
Hobbyist at home, sysadmin at work. Sometimes the first is mixed with the second.

AdSchellevis

  • Administrator
  • Hero Member
  • *****
  • Posts: 907
  • Karma: 184
    • View Profile
Re: Good and cheap ADSL card for OPNSense
« Reply #19 on: February 07, 2016, 06:20:50 pm »
Hi Mattia_98,

I've added the sysutils/dmidecode package to our ports config and did a amd64 build on my machine.

In case you don't want to wait for the next release (and your using 64bit), you can install the package I build by executing this:

Code: [Select]
pkg add -f https://pkg.opnsense.org/snapshots/dmidecode-3.0.txz

Regards,

Ad
Logged

Mattia_98

  • Newbie
  • *
  • Posts: 19
  • Karma: 1
    • View Profile
Re: Good and cheap ADSL card for OPNSense
« Reply #20 on: February 07, 2016, 06:30:26 pm »
Quote from: AdSchellevis on February 07, 2016, 06:20:50 pm
Hi Mattia_98,

I've added the sysutils/dmidecode package to our ports config and did a amd64 build on my machine.

In case you don't want to wait for the next release (and your using 64bit), you can install the package I build by executing this:

Code: [Select]
pkg add -f https://pkg.opnsense.org/snapshots/dmidecode-3.0.txz

Regards,

Ad
Hi AdSchellevis,
thank you very much. I do have a 32-bit system so I can't try it now.
Will this package be added in the next version? Then I only have to upgrade and run "pkg install dmidecode" on the system?

Thank you,
Mattia

Sent from my Nexus 5 using Tapatalk

Logged

AdSchellevis

  • Administrator
  • Hero Member
  • *****
  • Posts: 907
  • Karma: 184
    • View Profile
Re: Good and cheap ADSL card for OPNSense
« Reply #21 on: February 07, 2016, 06:34:19 pm »
Hi Mattia,

It will be available automatically when we do a build again for the next version of OPNsense, unfortunately I don't have a 32bit machine at hand at the moment to provide you with one now.

Regards,

Ad
Logged

Mattia_98

  • Newbie
  • *
  • Posts: 19
  • Karma: 1
    • View Profile
Re: Good and cheap ADSL card for OPNSense
« Reply #22 on: February 07, 2016, 07:03:06 pm »
Quote from: AdSchellevis on February 07, 2016, 06:34:19 pm
Hi Mattia,

It will be available automatically when we do a build again for the next version of OPNsense, unfortunately I don't have a 32bit machine at hand at the moment to provide you with one now.

Regards,

Ad
Ok thanks

Sent from my Nexus 5 using Tapatalk

Logged

AdSchellevis

  • Administrator
  • Hero Member
  • *****
  • Posts: 907
  • Karma: 184
    • View Profile
Re: Good and cheap ADSL card for OPNSense
« Reply #23 on: February 08, 2016, 06:16:00 pm »
Hi Mattia,

I've build a 32bit version package for you to download.

Code: [Select]
pkg add -f https://pkg.opnsense.org/snapshots/i386/dmidecode-3.0.txz
Regards,

Ad
Logged

Mattia_98

  • Newbie
  • *
  • Posts: 19
  • Karma: 1
    • View Profile
Re: Good and cheap ADSL card for OPNSense
« Reply #24 on: February 08, 2016, 08:29:55 pm »
Quote from: AdSchellevis on February 08, 2016, 06:16:00 pm
Hi Mattia,

I've build a 32bit version package for you to download.

Code: [Select]
pkg add -f https://pkg.opnsense.org/snapshots/i386/dmidecode-3.0.txz
Regards,

Ad

Thank you very much. It works!! You're awesome!

Here is the result:
http://pastebin.com/FQdBufTT
Logged

Octo

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
    • View Profile
Re: Good and cheap ADSL card for OPNSense
« Reply #25 on: June 07, 2020, 09:51:49 am »
When I change the provider, I'll be able to test my assumptions about PPPoE, modems have options for IPv4 and IPv6, and I'll check the effects in bridge mode.
12BET
I have no experience with Zyxel devices, just TP-Link and Buffalo WBMR-HP-G300H after good use with DD-WRT firmware in bridge mode.

In fact, I get a TP-Link modem so that I can get buffalo back into WiFi AP.
Logged

marjohn56

  • Hero Member
  • *****
  • Posts: 1701
  • Karma: 179
    • View Profile
Re: Good and cheap ADSL card for OPNSense
« Reply #26 on: June 07, 2020, 12:18:56 pm »
Did you know you are replying to a four year old thread?
Logged
OPNsense 24.7 - Qotom Q355G4 - ISP - Squirrel 1Gbps.

Team Rebellion Member - If we've helped you remember to applaud

  • Print
Pages: 1 [2]
« previous next »
  • OPNsense Forum »
  • English Forums »
  • General Discussion »
  • Good and cheap ADSL card for OPNSense
 

OPNsense is an OSS project © Deciso B.V. 2015 - 2024 All rights reserved
  • SMF 2.0.19 | SMF © 2021, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2