Hi so I just managed to share a 3g verizon um175 card's connection over the ethernet very easily.
the hardware is a pretty old pentium 4 with 256mb RAM and only usb 1.1 but it works ok
software is a standard install of ubuntu 9.10 (karmic koala) plus firestarter
in the console
"sudo apt-get install firestarter"
This guide is a bit rough an assumes a basic understanding of ip addresses...gateways dns servers etc.
this solution does not provide dhcp ....but hey I don't want that anyway (5 gigs a month isn't that much
alright I'm assuming your 3g wireless card already works on windows or os x....if not install their software and activate your card...verify it works etc...
now plug the card into the ubuntu box and set it up with networkmanager right click the connection and select new cdma modem (or similar) and input your details as neccesary
once connected unplug any ethernet...turn off any wifi and verify you have internet access.
then right click the network manager icon and select "Edit Connections" or go to "system" "preferences" "network connections"
select "wired" pick eth0 click enter
then click ipv4 settings tab
change from dhcp to manual and enter the following details
address = 192.168.13.1
netmask = 255.255.255.0
leave gateway blank
alright now start firestarter
go to "applications" "internet" "firestarter"
use the wizard and select ppp0 as your internet device
select connection sharing and
then use eth0 as your sharing device
dhcp will be greyed out....thats ok
plug your ethernet card back into your router or switch
start firestarter firewall...
now configure another computer to use this gateway..
I used an osx machine running leopard but anything should work with the right config.
set your ip address to be 192.168.13.101
netmask 255.255.255.0
router (or default gateway) 192.168.13.1
IMPORTANT you need to enter DNS servers...I use openDNS I recommend registering for their free service (google openDNS) and using these servers
208.67.222.222
208.67.220.220
Thats it!
save everything and you should have a working internet connection that is shareable! obviously everyone needs their own ip address and setup is a little cumbersome but hey it works!
if you want dhcp you can probably get this to work using ubuntu server, wvdial, and the great help by googling ubuntu easyrouter.
but hey this works for me....and I like having network manager deal with the usb modem.
Hopefully there aren't too many typos in this hope it works for you!!
Cheers,
Brady
Bookmarks