[Solved] Preferencing Wireless over Wired

Hello,
I'm wondering if anyone can point me in the right direction. I'm doing some work with an embedded device that I need to access by ethernet. The device is configured to sit on 192.168.10.1 (at the moment). I've configured my laptop to sit on 192.168.10.23. At the same time, I have my laptop connect to a corporate guest wifi connection - which gives me access to the internet.
My problem is that I can bring both the wireless and wired interfaces up, but as soon as the wired interface comes up, I can no longer access the internet through the wifi connection. What I want to is have any connections outside of 192.168.10.x routed through the wifi.
What is the easiest/cleanest way to accomplish this?
Thanks in advance.
Last edited by matt.tyler (2014-03-01 00:22:52)

Excellent, I completely understand now, thanks guys. I know enough to sort this out.
For anyone else who might have the same problem -
There are two issues here; the priority of the network and the default route.
The metric parameter listed in the routing table determines the priority of the network. The network priority determines which networks gets to go first. The lower this number is the more important it is.
The default route is the 'fall-through' rule. If your destination address does not match any other rule, it will fall through to this.
In my situation, I'd need to set the metric parameter on the eth0  route rule higher than the wlan routes, and then remove the default routing rule on eth0 and ensure it exists for wlan0.
In the event you want to make this automatic, you can add routing commands into your netctl profiles with the 'Routes' or alternatively the 'ExecUpPost' commands. See https://bbs.archlinux.org/viewtopic.php?pid=1360955
Edit:
Now I've had time to fix this I'll add an example
Description='A connect to Jetbox'
Interface=eth0
Connection=ethernet
IP=static
Address=('192.168.10.23/24')
Routes=('192.168.0.0/24 via 192.168.10.1')
#Gateway='192.168.10.1'
8 DNS=('192.168.10.1')
For me, commenting out the gateway prevented the default route from being added and ensured that it gave preference to the wifi connection.
Last edited by matt.tyler (2014-03-04 08:58:05)

Similar Messages

  • [SOLVED] Neither wireless nor wired internet working

    Hello everyone, I've installed Arch Linux on my Toshiba L645D-S4056. I installed it from the Core CD, as my adapters aren't working. As of now without internet access you can't do much, so here I am. Here is the output of lspci:
    lspci
    00:00.0 Host bridge: Advanced Micro Devices [AMD] RS880 Host Bridge
    00:01.0 PCI bridge: Toshiba America Info Systems Device 9602
    00:04.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 0)
    00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)
    00:11.0 SATA controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]
    00:12.0 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:12.2 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:13.0 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:13.2 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 42)
    00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) (rev 40)
    00:14.3 ISA bridge: ATI Technologies Inc SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
    00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge (rev 40)
    00:15.0 PCI bridge: ATI Technologies Inc Device 43a0
    00:16.0 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:16.2 USB Controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
    00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map
    00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
    00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
    00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control
    01:05.0 VGA compatible controller: ATI Technologies Inc M880G [Mobility Radeon HD 4200]
    02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
    08:00.0 Ethernet controller: Atheros Communications AR8152 v1.1 Fast Ethernet (rev c1)
    Thanks in advance, and I am posting this in Ubuntu, so I'm not sure how I am going to be able to copy and paste other commands from my Arch install.
    Last edited by DasBoot (2011-05-17 01:40:49)

    Meskarune wrote:
    The lines that are more relevant to you are
    02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
    08:00.0 Ethernet controller: Atheros Communications AR8152 v1.1 Fast Ethernet (rev c1)
    you need to install the realtek and artheros drives for your computer. You can do this from your ubuntu install by chroot into arch, or by copying the files you need to your arch install and doing pacman -U
    see this thread: https://bbs.archlinux.org/viewtopic.php?id=46583
    packages in aur: https://aur.archlinux.org/packages.php? … _Search=Go
    I would suggest chrooting though, that is what I did to get networking working on arch. Often it will work out of box after updating everything.
    how to chroot:
    mkdir /mnt/arch
    mount /dev/<device-or-partition-name> /mnt/arch
    cd /mnt/arch
    mount -t proc proc /arch/proc
    mount -t sysfs sys /arch/sys
    mount -o bind /dev /arch/dev
    if you have other partitions for boot, home, etc mount those also.
    example
    mount /dev/<device-or-partition-name of boot> /mnt/arch/boot/
    then
    chroot . /bin/bash
    you should be logged into the arch system in the terminal in ubuntu. You can then run pacman -Syu
    please see: https://wiki.archlinux.org/index.php/Change_Root
    Alright so I've successfully chrooted into my Arch install, however it appears my network is still being undetected:
    [root@Blitzkrieg /]# pacman -Syu
    :: Synchronizing package databases...
    error: failed retrieving file 'core.db.tar.gz' from mirrors.kernel.org : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from mirrors.kernel.org : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from mirror.cs.vt.edu : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from mirror.cs.vt.edu : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from mirrors.easynews.com : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from mirrors.easynews.com : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from ftp.archlinux.org : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from mirrors.gigenet.com : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from ftp.gtlib.gatech.edu : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from www.gtlib.gatech.edu : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from mirrors.hosef.org : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from mirrors.hosef.org : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from ibiblio.org : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from distro.ibiblio.org : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from archlinux.linuxfreedom.com : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from locke.suu.edu : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from lug.mtu.edu : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from lug.mtu.edu : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from mirrors.xmission.com : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from mirrors.xmission.com : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from mirror.rit.edu : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from mirror.rit.edu : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from schlunix.org : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from archlinux.umflint.edu : Transient resolver failure
    error: failed retrieving file 'core.db.tar.gz' from mirror.umoss.org : Transient resolver failure
    error: failed to update core (Transient resolver failure)
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.kernel.org : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.kernel.org : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from mirror.cs.vt.edu : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from mirror.cs.vt.edu : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.easynews.com : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.easynews.com : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from ftp.archlinux.org : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.gigenet.com : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from ftp.gtlib.gatech.edu : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from www.gtlib.gatech.edu : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.hosef.org : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.hosef.org : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from ibiblio.org : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from distro.ibiblio.org : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from archlinux.linuxfreedom.com : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from locke.suu.edu : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from lug.mtu.edu : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from lug.mtu.edu : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.xmission.com : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.xmission.com : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from mirror.rit.edu : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from mirror.rit.edu : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from schlunix.org : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from archlinux.umflint.edu : Transient resolver failure
    error: failed retrieving file 'extra.db.tar.gz' from mirror.umoss.org : Transient resolver failure
    error: failed to update extra (Transient resolver failure)
    error: failed retrieving file 'community.db.tar.gz' from mirrors.kernel.org : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from mirrors.kernel.org : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from mirror.cs.vt.edu : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from mirror.cs.vt.edu : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from mirrors.easynews.com : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from mirrors.easynews.com : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from ftp.archlinux.org : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from mirrors.gigenet.com : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from ftp.gtlib.gatech.edu : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from www.gtlib.gatech.edu : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from mirrors.hosef.org : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from mirrors.hosef.org : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from ibiblio.org : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from distro.ibiblio.org : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from archlinux.linuxfreedom.com : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from locke.suu.edu : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from lug.mtu.edu : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from lug.mtu.edu : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from mirrors.xmission.com : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from mirrors.xmission.com : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from mirror.rit.edu : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from mirror.rit.edu : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from schlunix.org : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from archlinux.umflint.edu : Transient resolver failure
    error: failed retrieving file 'community.db.tar.gz' from mirror.umoss.org : Transient resolver failure
    error: failed to update community (Transient resolver failure)
    error: failed to synchronize any databases
    [root@Blitzkrieg /]#
    Uncommenting all the servers didn't appear to work, so I again assume it has to do with my internet still being undetected.
    My network part of rc.conf:
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="arch"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below#Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d

  • I have attempted to update my software over 10 times but I get a network connection error. Anyone with the same problem? Got it on the wireless and wired network.

    I have attempted to update my software over 10 times but I get a network connection error. Anyone with the same problem? Got it on the wireless and wired network.

    Disable all Firewalls & Anti-Virus software...try again.

  • [Solved]Can't get Wired or Wireless Internet Working

    So I installed arch on my netbook, but I'm having trouble getting both wireless and wired networking to work. When I run lspci it states I have an Atheros AR8152 Ethernet card and a Broadcom 4727 wireless device. I've tried to install the atheros driver and the b43 drivers, but I just can't seem to get them to work. Does anybody know how to fix this?
    Last edited by halosman (2010-12-28 16:35:10)

    When I try that I get
    dhcpcd: version 5.2.2 starting
    dhcpcd: eth0: interace not found or invalid
    The problem I'm having is that when I run iwconfig the only thing that shows up is lo. There is no eth0 or wlan0.
    EDIT: It seems that upgrading the kernel seemed to work.
    Last edited by halosman (2010-12-28 16:34:41)

  • Implementing IEEE 802.1X Standard over wired Ethernet LAN

    I'm trying to implement the 802.1X Standard on a wired LAN. Basically it is the EAP authentication mechanisms (like EAP-TLS, PEAP-MSCHAPv2) over the LAN(EAPOL). I've included the EAP Catalog items into my project but found out that the api's exposed by the
    eap DLL's are used by RAS. Remote Access service(RAS) I believe uses the Point to Point protocol which is different from EAPOL.
    Comparing to wireless, it seems there is a 802.1x Authentication module within the
    Native 802.11(Wireless) framework(http://msdn.microsoft.com/en-us/library/gg158436.aspx)
    I would just like to know if any Platform\BSP changes or implementations can be made to support EAP Authentications over Wired LAN?
    Thank You
    Regards

    Community,
    anybody has answer to this problem?  I have to do the same thing...
    Achim,
    did you solve this problem?Thank you
    in advance for any help you
    can provide.
    Regards Bruno

  • Document wont print on wireless or wired

    I have a HP Photosmart6520 e-All-in-One. I have had it for about 6 months with no problems until today I am trying to print a document and it wont print. I tried it both ways from my Dell laptop, wireless and wired this document will not print. So I used HP Print doctor and was able to print a test page twice. I am assumming it is the document but for the life of me I can't figure out why.I even turned off my firewall and tried to print again with no luck and there is nothing showing up in the Print Que. Thanks for your help in advance

     Hi heather13,
    Welcome to the HP Support forums.  I understand that you are unable to print to your Photosmart 6520 from your Dell laptop.
    I’ve included the Print Jobs are Stuck in the Print Queue document.  There are different sections for the different operating systems.  Please click on your operating system and follow the steps.  
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • WRT54G2 v1 - Internet is Slow Wireless AND WIRED

    OK, so I get my internet from a ethernet cable connected to the wall (I dont know if its cable or dsl because I live in an apartment) . When I connect from the wall to my Macbook the internet is fast with Mbps around 30. But, when I connect the ethernet cable into my router and try to access the internet, wireless or wired through the router it takes 15 seconds to load a Yahoo page or a Facebook page
    Now the confusing part. When I use the wireless on my PS3 (set up with auto setting on it) it goes fast enough where it can even stream HD Netflix movies and fast enough to not get lag on Call of Duty or figting games. But, when I wanna look at a web page on my iPod Touch, Blackberry Phone, Macbook Pro, and 3DS it takes ages to load one. Interestingly enough I tried SpeedTest.net on my Macbook and these are my result when connected wirelessly (still takes ages to load a webpage, and it doesnt load hulu or youtube videos).
    Any advice will help!
    Solved!
    Go to Solution.

    As the previous poster suggested do a hard reset by holding in the reset button for at least 30 second then reconfigure the router if needed. You can also try the 30-30-30 reset where by you hold in the reset button for 30 second, then while still holding in the reset button, remove the power and wait 30 seconds, then while still pressing the reset button, reapply the power and wait another 30 seconds then release the reset button and reconfigure the router if needed.
    It isn't clear if you are using some kind of broadband modem. If you are not using a broadband modem, have you tried to connect the Ethernet cable that comes from the wall to one of the four networking ports on the back of the router rather than the router's WAN/Internet port? Its possible your building all ready is using a router/hub. If this is the case and your computer gets an IP address from the building's router then log into the router and on the Basic Setup page disable the router's DHCP server to avoid conflicts with the building existing DHCP server.

  • PEAP encryption over wired network?

    I have Wicd in LXDE and loving it, but the problem is there isn't wireless availability in my room. So I'm trying to find a way to connect to PEAP over wired, an issue which the Wicd people say they've never run into.
    The example configs and everything else seems to be geared toward wireless, but there's almost nothing I can find for encryption over wired, and frankly I can't do EVERYTHING in the building lobby.
    ----------FIXED----------
    I had Arch before and liked it just dandy, but switched for a little while to Ubuntu. Now I'd like to try it again, but I've got a problem: I'm on a University network and both the hardwire and the wireless are encrypted. The wireless is WPA enterprise and the wired is 802.1x, both are PEAP Version 0 with MSCHAPv2.
    I had absolutely no problem getting Arch setup back home when I could use the ethernet cable and get everything downloaded/installed, then I'd throw Wicd into the mix and bingo bango I'm set up. Problem is all my googling and searching has given me no indication of how to proceed with installation if my network requires authentication. It's proving a bit of a roadblock.
    -------END OLD PROBLEM---------
    Last edited by SomeGuyDude (2008-10-20 05:57:10)

    We have a simmilar setup at our dorms, and my config looks like this for wpa_supplicant
    network={
    key_mgmt=IEEE8021X
    eap=PEAP
    phase1="peaplabel=0"
    phase2="auth=MSCHAPV2"
    ca_cert="/path/to/root.crt"
    identity="" #your username
    password="" #your password
    Use the wired driver, and it should work.
    Last edited by Cheesebaron (2008-11-10 22:34:30)

  • The best way to connect wireless and wired for a WRT160N.

    It took me about 4 hours to find out how to connect wireless and wired to a network using model WRT160N.  Here is what I have done.  First install the CD when it says there is not connection connect your PC, Modem and router Andy any wireless are wired products, after that do what the linksys advisor tells your which is default.  When it gives you the security key write it down because you will need it for your wireless and wired Products.  Under security mode  type your SDD name and where key 1 is type your security password with was given to you.   Remember all you wireless products have to have the same SDD Like Linsys and all your wired products have to have a different name like Linsys2 but your Key 1 numbers has to stay the same.  That is all you have to do.  Remember that wireless and wired has to be in sequence.  That should do it.

    Hi David Hamilton1;
    I guess that all depends on how critical your data is in relation to how much time you want to spend doing the erasure. Those higher level erasure options can take a significant amount of time to complete. Personally I don't have anything on my Mac that I think is worth more time then a simple erasure even if that does leave it some what recoverable. To me it seems some people are going overboard on this issue.
    Allan

  • Using a WRT54G as a second wireless and wired router on a LAN

    I have setup a WRT54G as a second wired and wireless router on my local LAN.
    The WAN wired side of the WRT54G is setup completely DHCP. It gets IP 192.168.1.104 most of the time. (I have used a PC with DHCP on theis ethernet wire and it gets to the internet OK). 
    The LAN side of the WRT54G is setup as 192.168.20.1 and all wireless and wired devices connecting to it get ips of 192.168.20.xxx and communicate between them selfs perfectly.  However, none of them can get to the internet through the WRT54G.  What have I done wrong?
    Thank You

    I guess your WRT54G is not connected to Internet directly, but it's connected to another router that has Internet access.
    If this is the case, you can configure this device as access point/hub only in order to get Internet access from the other router. Ignore the WAN connection on this WRT54G, just connect both router's LAN port with crossover cable.. After that configure the WRT54G's wireless setting. You can get more detailed info on how to do it in following article:
    Quick Guide to Configure Wireless Router as Access Point
    Hope helps..

  • My first iMac should i go wireless or wired which is better

    first time user for imac should i use wireless or wired which would be better

    If you are close to your router, wired is always the fastest means of connection...and the most secure since there is not a radio signal being broadcast.

  • Living in apartment, here it has only wireless (no wired cable in the room). I've  an airport express (new ) so how can I do for extending signal (wireless) for using in myroom

    Living in an apartment, here it has only wireless (no wired cable in the room) signal using for the internet connection. I've  an airport express (new) ,so how can I do for extending signal (wireless) for using in myroom. because the wireless signal is so weak.

    Unfortunately, you won't be able to. In order to do so, you would have to configure both the AirPort Express and the other wireless router for a WDS. Since it will unlikely that the other router is another AirPort, nor will you have the ability to administer it, you won't be able to get this accomplished.

  • Please recommend Bluetooth, wireless,or wired game controller?

    Hello.
    I am curious if anyone out there would have a suggestion for a game controller for on-the-road wit my Late 2008 Macbook ? Bluetooth, wireless,or wired? Brand?
    Thanks

    no comments?

  • Bridging wireless and wired network interfaces

    Hi,
    Is it possible to "bridge" the airport and ethernet network interfaces on a macbook pro using Leopard (10.5.7) ? I do not mean Internet connection sharing. That results in NAT.
    I recently got a desktop in my room which doesn't have a WiFi interface. I wish to connect its wired interfaced to my mbp's wired interface and give it access to the wireless network my mbp is on. To do this I would need to bridge the wireless and wired interfaces on my mbp. All the results I find online to do this only talk about Internet Connection Sharing ..
    thanks,
    regards,
    Puneet

    You can turn on IP Forwarding to achieve most of what you're after:
    sudo sysctl -w net.inet.ip.forwarding=1
    This will have the Mac forward packets from one interface to the other without NAT.
    However you still need to use separate subnets, and may need to play with routing to get everyone to talk to each other.

  • No "Wake for network access" over wired LAN

    Hello,
    I could not get “Wake for network access” to work over wired LAN connection. If I have WiFi enabled as well, or WiFi is the only network interface enabled the “Wake for network access” works fine. However, my Mac Pro is not responding to when I am trying to reach it remotely if only the wired Lan connection is used.
    Mac Pro 6-Core 3.33GHz 24GB RAM, latest updates, Snow Leopard, “Wake for network access” enabled in Energy Saver settings.
    It seams to me, that it was working some time ago.
    Can anyone suggest me places to look to, settings to check, commands to run ..... to get it working?

    Thank you Grant Bennet-Alder for responding. I will try to describe it as step-by-step as possible.
    - I have back to my mac enabled with screen and file sharing on my Mac Pro
    - By default I use wired NIC to connect my MP to network with manual configuration. (I have tried enable DHCP for that interface, however, the result was the same)
    If I need to reach files on my Mac Pro (while I am away from it) from my Macbook Pro, I open finder on my MBP where I see my Mac Pro. I click on it if I need to access files or use "Share screen..." button if I want to access MP screen. I have the same result if I try to enter vnc://xxx or afp://xxx
    my MBP tries to reach MP and brings the message after some time: Connection failed to "xxxxx" Please make sure the screen sharing is enabled....."
    I have no problems remotely accessing my MP if:
         - it is not sleeping (i.e. I ask someone at home to touch its keyboard to wake it up)
         - I have AirPort turned on on my Mac Pro
    I could not access my Mac Pro if:
         - it is sleeping and AirPort is off (the only wired NIC is used to connect to LAN)
    It does not matter am I trying to get screen/file sharing on local network or via internet - the result is the same - if the only wired connection to network is used and MP sleeps - no access.

Maybe you are looking for