USB Modem detected - but not showing under Interfaces?
-
The Question is: should the modems 2 ports be bridged? ???
Probably not, but it depends on what you are trying to do. And bridged to what? And which two ports? (I have the impression that some 3G modems have one 'port' for data and another 'port' for control functions and/or reporting. I can't say about your modem. But almost certainly you wouldn't want to bridge a 'reporting port' to anything else. )
-
Wallabybob,
I contacted the USB driver writers at FreeBSD with all the needed info:
Hans Petter Selasky & Nick Hibma
But we still need someone to explain the whole process for the uninformed.
You were going to get a 3g modem - please write us your process to get the modem driver adapted.
My goal still is to get everybody to be able to do this. -
Ermal if you could share the patch - we would be grateful - especially if you could share the "how to"
-
But we still need someone to explain the whole process for the uninformed.
You were going to get a 3g modem - please write us your process to get the modem driver adapted.Please elaborate on what you mean by the whole process.
I ordered a 3G modem online early Monday morning. It was going to be delivered Tuesday. By mid Thursday it hadn't appeared so I called and was told it would be delivered Friday. Its now late Friday evening and it still hasn't been delivered.
I suspect its a bit premature to "get the modem driver adapted". You haven't provided any evidence yet that its performing properly.
-
No, I could not get it to connect again - status interfaces , connect [ Neotel (ppp0) or (ppp1) ]
Something I have not mentioned - this is dual wan, the one connection goes through Telkom, the first operator via ethernet connection. Neotel is SA's second operator.
I set up Routing - the gateways Neotel & Telkom - Telkom as defaulted as default, Groups with both as tier 1
autodial is selected on Neotel… and status still down.
I now set Telkom as Tier2 & made sure the Firewall rules see the gateway as the Gateway Group I made with Telkom & Neotel A+B ports.
But I am still writing this via Telkom…. -
Zani,
maybe back up your config and reset to defaults, and then start with a simple single connection through the Neotel to make sure your 3G connection is working.GB
-
Ill try this…. ;)
-
You need only ONE of the two cuaUx.x ports for Data. The other one is to access the modem for management purposes. You'll have to try them both to see which works.
Or, you can use the "tip" program on the pfSense box in conjunction with the /etc/remote file to talk to the ports via the command line. The AT command set for 3G modems is public on the net, so you can see which commands to send to the ports to test for which port is the one for data.
If you decide to do this, the /etc/remote file looks like this at the end of the file:
ucom5:dv=/dev/cuaU4:br#9600:pa=none:
ucom6:dv=/dev/cuaU5:br#9600:pa=none:
ucom7:dv=/dev/cuaU6:br#9600:pa=none:
ucom8:dv=/dev/cuaU7:br#9600:pa=none:Just add two lines to the file that look like this:
neo1:dv=/dev/cuaU0.0:br#9600:pa=none:
neo2:dv=/dev/cuaU0.1:br#9600:pa=none:then at the command prompt type
tip neo1
OR
tip neo2and you'll be talking directly to the modem.
type AT to the modem and you should get "OK" back on either port.
type ATI or (ati) and see the modem manufacturer and model info, etc.
type at+csq to see the radio signal strength.also . . .
~^D or ~.
Drop the connection to the modem and exit.I'm on OS X and the ~. sequence exits my pfSense connection, but the ~^D just exits the tip program.
-
pfSense should automatically detect which is the data port for you on latest snapshots.
For the @freebsd.org devs, which i am part of too, i will update them as soon as you prove that it is working correctly.
-
Hi, I had great difficulty to log onto this forum the last few days. Ill do as you say. Thanks all!
-
My internet connectivity is limited. So i am way behind in my posts :-[
Nick Habema sent me a "neotel_prime.usb.diff" file to try.
How do I apply it? ???