1. Attachments are working again! Check out this thread for more details and to report any other bugs.

Mac networking / USB air card question

Discussion in 'Fred's House of Pancakes' started by radioprius1, Jan 9, 2010.

  1. radioprius1

    radioprius1 Climate Conspirisist

    Joined:
    Aug 13, 2009
    1,355
    155
    0
    Location:
    Iceland
    Vehicle:
    2010 Prius
    Model:
    II
    Hi guys,

    I have a small network question.

    On a MacBook, is it possible to use a USB aircard (to use AT&T 3G for internet access) and at the same time connect via the Mac's airport to an airport extreme in order to utilize wireless printing?

    Thank you for any help :)
     
  2. hobbit

    hobbit Senior Member

    Joined:
    Mar 23, 2005
    4,089
    468
    0
    Location:
    Bahstahn
    Vehicle:
    2004 Prius
    Model:
    N/A
    If the kernel sees both network devices and you can fiddle with
    them via "ifconfig", then yes. You'll probably have to manally
    dink your routing table to send stuff in the right directions,
    as the config-manager [the backend for the GUI network system
    preferences] might not handle it quite right.
    .
    Make sure forwarding is off: sysctl -w net.inet.ip.forwarding=0
    .
    _H*
     
  3. radioprius1

    radioprius1 Climate Conspirisist

    Joined:
    Aug 13, 2009
    1,355
    155
    0
    Location:
    Iceland
    Vehicle:
    2010 Prius
    Model:
    II
    Yikes :)

    Thank you H!
     
  4. eagle33199

    eagle33199 Platinum Member

    Joined:
    Mar 2, 2006
    5,122
    268
    0
    Location:
    Minnesota
    Vehicle:
    2015 Prius v wagon
    Model:
    Two
    As hobbit indicated... yes, but not easily :)
     
  5. jpadc

    jpadc Type before I think too often

    Joined:
    Sep 9, 2008
    343
    34
    0
    Location:
    Indianapolis and Northern Wisconsin
    Vehicle:
    2008 Prius
    Model:
    N/A
    I remember reading something about how 10.6.x (Snow Leopard) should actually automatically figure out that one device is local (LAN) and the other device has internet access (WAN) and direct traffic appropriately. If I find that link I'll add it here. That does assume, of course, that the LAN (i.e., airport extreme) does not also have an internet connection. If it does, you will have to do the routing manually.