[Solved] Networkd preferred link?

My server has two wired nics setup. The motherboard nic is properly configured for internet access through dhcp using networkd. The other nic is a usb ethernet adapter which is also configured through networkd but without internet access.
The problem is that all net traffic prefers to travel through the usb nic.
Motherboard nic config:
[Match]
Name=enp3s0
[Network]
DHCP=true
DNS=8.8.8.8
USB nic config:
[Match]
Name=enp0s29f7u*
[Network]
DNS=8.8.8.8
Address=192.168.80.1/24
Gateway=192.168.80.1
How can I get traffic to prefer to go through the motherboard nic?
I've tried renaming the /etc/systemd/network/ files but this hasn't made a difference.
Last edited by awx (2014-07-22 05:09:37)

No, they are completely separate networks at the moment. The usb nic serves as a ad hoc DHCP/PXE network for system loading. It must be separate because there is another DHCP/PXE server (windows) on the real network.
Right now my PXE server is running but clients hang at pxelinux so I'll have some followup questions about how to properly configure dnsmasq.
PS- the 192.168.80.1 network only exists on that nic and any attached clients. there is no router or anything else attached. It is actually working- clients pull a dhcp address and start booting. It's just that my server can't connect to the internet because it's trying to send all of its traffic through this dead-end network. Eventually, I'd like this ad hoc network to be able to connect to the internet.
Last edited by awx (2014-07-21 04:41:46)

Similar Messages

  • [SOLVED] Thunderbird "Open link in browser" stopped working

    After upgrading to firefox 4, the "open link in browser" feature in Thunderbird
    has stopped working. There are no error messages, nothing happens when
    you click the links in emails. I haven't been able to find where to set the
    command thunderbird uses for opening the browser.
    UPDATE:
    Solved by using the solution from sweetthdevil
    https://bbs.archlinux.org/viewtopic.php … 98#p907398
    Last edited by fifafrazer (2011-04-10 12:56:18)

    https://bbs.archlinux.org/viewtopic.php?id=115524&p=1

  • WIFI problems solved with D-Link USB WIFI adapter...

    I have a brand new Macbook Air and I have persistent problems connecting to my home wifi network. Sometimes I can connect to the router but not the internet, but usually Airport won't connect at all: it keeps asking me for the password for our home network (even though it's stored), so I re-enter the password, but it still can't connect. When it gets to this point I know that I either have to live without internet for the rest of the day, or disrupt my work and everyone else in the household by rebooting my computer and reseting the router (sometimes just one of these actions will work, but it's unpredictable).
    So I bought a D-Link DWA-125 USB wireless adapter and installed drivers from Ralink (http://www.ralinktech.com/support.php?s=3) and it pretty much solves the issue.
    I don't know what further proof Apple needs that this is a problem with the Air and not the internet/router/etc. It's rather comical that I have to use an ugly old USB adapter to get a brand new Macbook Air to connect to internet in my own home.

    vilayyyy wrote:
    I've had my Macbook for 2 yrs and the wifi basically never worked - only when I'm right next to the router, at school, or of course the Apple Store. I tried to get apple to fix it under AppleCare, but since it was working perfectly in the store, they said there was nothing they could do.
    If your Mac works well at school, or the Apple Store but not at home, the problem definetly  is not the Mac and therefore there is no need to buy a external usb wifi device.
    You better will fix the settings of your home router and after that your Mac will be fast and smooth on your home wifi.
    I've had only on very rare situations a problem with d-link routers over the years and think (if not damaged) even your d-link will work pretty good with your Mac.
    Would you be so kind and explain the settings of your home router and what model it is?
    Lupunus

  • [SOLVED] Yaourt Symbolic link error, any ideas?

    When I try to install glusterfs via yaourt, I always run into this error:
    libtool: install: warning: remember to run `libtool --finish /usr/lib/glusterfs/3.2.4/xlator/system'
    Making install in glusterfsd
    Making install in src
    ln: failed to create symbolic link `/home/chojin/tmp/yaourt-tmp-chojin/aur-glusterfs/pkg/usr/sbin/glusterfs': No such file or directory
    make[3]: *** [install-data-local] Error 1
    make[3]: *** Waiting for unfinished jobs....
      /bin/sh ../../libtool --mode=install /bin/install -c 'glusterfsd' '/home/chojin/tmp/yaourt-tmp-chojin/aur-glusterfs/pkg/usr/sbin/glusterfsd'
    /bin/install -c .libs/glusterfsd /home/chojin/tmp/yaourt-tmp-chojin/aur-glusterfs/pkg/usr/sbin/glusterfsd
    make[2]: *** [install-am] Error 2
    make[1]: *** [install-recursive] Error 1
    make: *** [install-recursive] Error 1
    ==> ERROR: A failure occurred in build().
        Aborting...
    ==> ERROR: Makepkg was unable to build glusterfs.
    ==> Restart building glusterfs ? [y/N]
    ==> ----------------------------------
    ==>
    This happens regardless of running yaourt as root or not, and it makes no difference if I specify a different tmp directory.
    It's a really weird issue, since I was able to install it successfully on my 64bit Desktop running arch, but not on my servers. But now my desktop also fails, even though the package version hasn't changed.
    Has anyone experienced this error? Perhaps with a different package, but maybe the same solution or work around would apply.
    EDIT:
    Weird, this time it worked.
    I commented out the MAKEFLAGS in makepkg.conf and I ran makepkg directly as a user with the following flags: makepkg -L -m -s --check
    I wonder what did the magic? Strange.
    Update,
    seems the MAKEFLAGS was the culprit. I had it set to 48 since my server has 48 cores, but I guess some packages don't like that.
    Solved, I guess.
    Last edited by ChojinDSL (2011-10-17 12:41:01)

    Yes! You are right. Now, this sounds so familiar. I vaguely remember doing this when I originally installed Arch on this laptop, but I must have done it as part of the "beginners guide" procedure. I guess this explains it:
    https://wiki.archlinux.org/index.php?ti … did=168068
    Now, I take it from this that I safely remove ALL the symlinks from my rc.local?
    rc.local:
    ln -s /dev/sr0 /dev/cdrom
    ln -s /dev/sr0 /dev/cdrw
    ln -s /dev/sr0 /dev/dvd
    ln -s /dev/sr0 /dev/dvdrw

  • [Solved]conky autostart link using kdemod4.3x

    I followed the arch wiki to install conky and the config works fine.  The wiki says to autostart conky $ ln -s usr/bin/conky ~/.kde/share/autostart/conkylink. But I have .kdemod4 not .kde in my home directory.  Trying the above link with ''.kdemod4" instead of ".kde" gave  creating link /home/user/ ~/.kdemod4/share/autostart/conkylink  "no such file or directory"
       Looking at ~/.kdemod4>ls -aF shows ./ ../ Autostart/ cache-myhost@ share/ socket-myhost@ tmp-myhost@.  Autostart is an empty dir. $ cd share shows apps/ config/ and kde4/ .
       How do I create the correct conky link using kdemod4.3 to autostart conky?  Or how to do same with SystemSettings > Advanced.>Autostart in KDE . Thanx:)
    Last edited by lestoil (2009-08-17 21:10:37)

    Following another thread by 'pencuse' on 2008-05-12 under Desktop Environments suggested cd to ~/kdemod4/Autostart then ln -s /usr/bin/conky conky.  Now @conky shows under ~/kdemod4/Autostart:).
    Last edited by lestoil (2009-08-17 21:15:12)

  • [solved] associating mailto: links in firefox/openbox...

    Title is fairly self-explanatory, but I'm trying to figure out how to get firefox to open email links with claws-mail. I'm not sure how or even if it is possible to set system defaults in openbox since it is just a window manager, and there doesn't seem to be a firefox option for it.
    Last edited by fflarex (2008-02-05 00:31:31)

    This is from a mozilla help page:
    Setting Firefox's email client in Linux
    These steps will allow opening your desired email client in Linux when operating in Firefox and using its menus, or when activating an email link on a Firefox page:
       1. In Firefox's Location (URL) Bar, enter "about:config" and then press <enter> or click "Go".
       2. With the cursor in the body of the resulting page, <right-click> the mouse.
       3. From the pop-up menu, select "New".
       4. From the next pop-up menu, select "String".
       5. In the pop-up dialog box "Enter preference name", enter "network.protocol-handler.app.mailto" (without quotes), and click "OK" (You might wish to cut-and-paste that phrase to ensure correct spelling).
       6. In the pop-up dialog box "? network.protocol-handler.app.mailto", enter "/usr/bin/kmail" without quotes [or the actual filesystem location of your desired email client] and click "OK". This should be the Full Path of the program, i.e. "/usr/bin/kmail", not just the path "/usr/bin".
    Without restarting Firefox, you can test by opening or switching to another tab. from the Firefox top menu select, "File -> Send Link". Your desired email client should open.
            If that doesn't happen, redo your steps, ensuring the spelling of your entries is correct, and ensure the actual Full Path of your desired mail client is entered.
    Last edited by colnago (2008-02-05 00:12:18)

  • [SOLVED] Intel Wifi Link 5300 no WPA2 support after suspend

    When installing Arch on my Thinkpad X200 with a built-in Intel Wifi Link 5300 the connection via wifi-menu worked without any problems. After researching the topic I found out that the required driver is in the kernel. So I installed Arch and ever since used netcfg for connecting to my Fritz-Box WLAN router which also didn't cause any troubles until today.
    As I went to bed I set the laptop to suspend mode and after waking up woke it up again - my daily routine now for quite a few weeks. But today the WPA2 connection would not establish as it used to do every day before. So I tried rebooting and trying it again with the same result "> WPA Authentication/Association Failed". But setting up a open wifi-connection without encryption functioned.
    After this I thought it might be a software problem and started arch again from a live USB stick (archlinux-2013.02.01-dual.iso). The same issue: connecting to an unencrypted network does work, but not to a WPA2 secured one.
    As one can see it certainly isn't any software's fault, as netcfg and wifi-menu show the same behaviour. Does the kernel driver for my wifi card change some registers when suspending? If so how could I fix this problem? Thank you in advance.
    lspci | grep WiFi
    03:00.0 Network controller: Intel Corporation Ultimate N WiFi Link 5300
    uname -a
    Linux thinkpad-x200 3.7.9-1-ARCH #1 SMP PREEMPT Mon Feb 18 02:13:30 EET 2013 x86_64 GNU/Linux
    cat /etc/network.d/network
    CONNECTION='wireless'
    DESCRIPTION='A simple WPA encrypted wireless connection'
    INTERFACE='wlp3s0'
    SECURITY='wpa'
    ESSID='myssid'
    ## Uncomment if the supplied ESSID is hexadecimal
    #ESSID_TYPE='hex'
    KEY='mykey'
    IP='dhcp'
    # Uncomment this if your ssid is hidden
    #HIDDEN=yes
    Last edited by daemoon (2013-02-22 13:26:26)

    My router does this from time to time as well. At a certain point (no idea what the reason is, I never cared to investigate), it refuses to issue a DHCP lease on WPA2. If I reboot the router, it works again. You could try dhcpcd -E, dhcpcd -k followed by dhcpcd <interface> and so on. Look at the man page. This may or may not work (I use dhclient myself), but the only sure solution I found is resetting the router.

  • [Solved] Change preferred applications in gnome-shell

    I already do know that you can change the preferred application for a particular file type by right-clicking and then "open with other application" and choosing the default application. However I use .tex files extensively and installed Texworks (V0.4) to handle it. However when I click on .tex file in nautilus it always opens with gedit. I clicked on "open with other application", however that list did not show Texworks.
    On searching through arch wiki and google, I found some posts saying if you can add the file type association in the file ~.local/share/applications/mimeapps.list. However I do not know the syntax for .tex file type.
    Is there a way to add Texworks to "open with other application list?  Or is there any other command line way?
    Last edited by krnekhelesh (2011-05-14 15:55:13)

    Your program should show up if you add a *.desktop file (e. g. to /usr/share/applications or ~.local/share/applications/). The important piece is the exec line, which has to look like this:
    Exec=yourprogram %U
    (further reading)
    Last edited by Wey (2011-05-14 13:39:20)

  • SOLVED: yellow preview link doesn't disappear

    http://cl.ly/1N3M3Y133g2J1b1H132a
    when i hover over a bookmark, (screenshot) it doesn't disappear even when i open other apps and stays on top of them.
    FF 4.0.1
    Mac OS 10.6.7

    Solved: turn off the tooltips off:
    about:config -> browser.chrome.toolbar_tips to false

  • [Solved] Proper/Preferred Way to Install a Directory into $pkgdir?

    I'm wondering if there are any guidelines on installing directories from an unpacked RPM into my $pkgdir. From what I've seen, it's typically frowned upon to use cp/mv, but install doesn't seem to have an option to recursively copy a directory. Is my current PKGBUILD okay, or should I be using a different command in place of "cp -r"? Thanks!
    My current PKGBUILD looks like this:
    # Contributor: Trevor Turner <turn3r [dot] tr3v0r [at] gmail [dot] com>
    _i686rpm=hpasm-7.7.0-115.sles9.i586.rpm
    _x86_64rpm=hpasm-7.7.0-115.sles9.x86_64.rpm
    pkgname=hpasm
    pkgver=7.7.0_115
    pkgrel=1
    pkgdesc="HP Proliant Server Management Agents and Utilities"
    arch=('i686' 'x86_64')
    url="ftp://ftp.compaq.com/pub/products/servers/supportsoftware/linux/"
    license=('custom')
    makedepends=('rpmextract')
    source=('hpasmd' 'hpasmd.service')
    md5sums=('4efbcaf99d2ad688d5887dd28d48854f' '3249472c2ca273d8c348b8daf0ffd996')
    if [ "${CARCH}" = "x86_64" ]; then
    source+=(ftp://ftp.compaq.com/pub/products/servers/supportsoftware/linux/${_x86_64rpm})
    md5sums+=('812416e7ee25690d55389b1df1b549bb')
    noextract=("${_x86_64rpm}")
    elif [ "${CARCH}" = "i686" ]; then
    source+=(ftp://ftp.compaq.com/pub/products/servers/supportsoftware/linux/${_i686rpm})
    md5sums+=('420e886d6a66eb6cb3fd0671635519ec')
    noextract=("${_i686rpm}")
    fi
    package() {
    cd "$srcdir"
    msg2 "Extracting RPM..."
    rpmextract.sh *.rpm
    msg2 "Installing Files..."
    install -dm 755 "${pkgdir}/usr/lib/systemd/system"
    install -dm 755 "${pkgdir}/usr/sbin"
    install -dm 755 "${pkgdir}/etc/rc.d"
    install -Dm 755 "${srcdir}/hpasmd" "${pkgdir}/etc/rc.d/hpasmd"
    install -Dm 755 "${srcdir}/hpasmd.service" "${pkgdir}/usr/lib/systemd/system/hpasmd.service"
    install -Dm 755 "${srcdir}/sbin/bootcfg" "${pkgdir}/usr/sbin/bootcfg"
    install -Dm 755 "${srcdir}/sbin/hpasmcli" "${pkgdir}/usr/sbin/hpasmcli"
    install -Dm 755 "${srcdir}/sbin/hplog" "${pkgdir}/usr/sbin/hplog"
    install -Dm 755 "${srcdir}/sbin/hpuid" "${pkgdir}/usr/sbin/hpuid"
    cp -r "${srcdir}/opt" "${pkgdir}/"
    ln -s "/opt/compaq/hpasmd/bin/hpasmd" "${pkgdir}/usr/sbin/hpasmd"
    ln -s "/opt/compaq/hpasm/addon/libhpasmintrfc.so.1.0" "${pkgdir}/usr/lib/libhpasmintrfc.so.1.0"
    ln -s "libhpasmintrfc.so.1.0" "${pkgdir}/usr/lib/libhpasmintrfc.so.1"
    ln -s "/opt/compaq/hpasm/addon/libhpev.so.1.0" "${pkgdir}/usr/lib/libhpev.so.1.0"
    ln -s "libhpev.so.1.0" "${pkgdir}/usr/lib/libhpev.so.1"
    Last edited by DarkSniper (2012-07-11 00:20:01)

    cp is tolerated, but make sure that you manually set permissions if necessary.
    Otherwise, create your own functions and paste them in sparingly, e.g.
    function install_dir()
    src_dir_="${1%/}"
    shift
    dst_dir_="${1%/}"
    shift
    src_len_=${#src_dir_}
    find "$src_dir_" -type f -print | while read path_
    do
    rel_path_="${path_:${src_len_}}"
    install "$@" "$path_" "$dst_dir$rel_path_"
    done
    install_dir "$srcdir/$pkgname-$pkgver/foo/lib" "$pkgdir/lib" -Dm 644

  • [SOLVED] Open Email Links In Chromium With Evolution Openbox WM

    I have tried everything I can think of to get this to work. Such as:
    xdg-mime default evolution.desktop x-scheme-handler/mailto
    xdg-mime default evolution.desktop application/mbox
    xdg-mime default evolution.desktop x-scheme-handler/mailto
    I tried opening a shell and typing
    export DE=gnome
    chromium
    I also tried looking into the xdg-email script. I saw a mailto variable and set it to "evolution %s" and that didn't work. It looked like it copied the binary to my home folder.
    If anyone uses this same combination can point me in the right direction I would appreciate it.
    Last edited by dodo3773 (2012-03-18 07:16:30)

    Gcool wrote:Have a look here. This post specifically is supposedly the fix.
    Yeah I saw that earlier. But my xdg-email does not have that typo. I didn't fix it. It was already correct for me.
    Last edited by dodo3773 (2012-03-15 07:02:00)

  • How do I send a link to my podcast on iTunes?

    I have a bunch of my TESTTUBE.TV content podcasting on iTunes and I want to post a link to them on my site. Can anybody tell me how I do that? I tried linking to the XLM file but that doesn't really solve it unless your browser is a RSS feeder. I need to create a link to iTunes I think.
    Thanks Kevin

    From Apple's Podcast Tech specs...
    Linking to Your Podcast
    If your podcast is accepted, customers will be able to discover it in the iTunes Music Store via search or browse. But you can also create links directly to your podcasts and share those on your website or in email. There are two preferred linking methods:
    Music Store Link: The following link goes directly to your podcast page in iTunes, where users will have the opportunity to subscribe to the podcast. This link can be found for any podcast by control + clicking (or right clicking in Windows) the podcast’s art on its page in the Music Store:
    http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=FEEDID
    Direct Subscribe Link: The following link automatically subscribes the user to the podcast in iTunes. Note that this method fails for Windows users who do not have iTunes installed, so it should be clearly noted that the link is intended for subscription with iTunes.
    itpc://FEEDURL

  • DFSDiag TestDCs Warning - Site Association by IPv6 Link Local Addresses?!?

    Why is DFSDiag
    using IPv6 Link Local Addresses (fe80::/64) for /TestDCs Site Association test?
    C:\Users\Administrator\Documents>dfsdiag /testdcs
    DFSDIAG_INFO - APPL - Client Domain found to be BRREX.
    Starting TestDcs ....
    Validating DFS Service ....
    Validating DFS Service on FINCH.
    DFSDIAG_INFO - APPL - DFS Service on FINCH is OK.
    Validating SiteCostedReferrals Key ....
    Validating SiteCostedReferrals in FINCH.
    DFSDIAG_INFO - APPL - SYSVOL/NETLOGON referrals are site costed.
    Validating Registry Entries ....
    BRREX has a single domain controller.
    Validating SiteAssociation ....
    Validating SiteAssociation of FINCH in every DC.
    DFSDIAG_WARNING - APPL - SiteName from IP - fe80::a402:d343:baa3:5f5e%12 of FINCH in DC - FINCH is NULL while in ADSite it is GoGrid,
    this can lead to different referral ordering.
    DFSDIAG_WARNING - APPL - SiteName from IP - fe80::7473:f9f8:c5c3:17e6%13 of FINCH in DC - FINCH is NULL while in ADSite it is GoGrid,
    this can lead to different referral ordering.
    Finished TestDcs.
    C:\Users\Administrator\Documents>
    DFSDiag problems with IPv6 Link Local addresses has occurred
    three (3) other times.
    My best guess is either AD DS or DFS don't like running on server routing IPv6 via
    6in4 tunnel.
    IPCONFIG follows:
    Windows IP Configuration
    Host Name . . . . . . . . . . . . : finch
    Primary Dns Suffix . . . . . . . : brrex.com
    Node Type . . . . . . . . . . . . : Hybrid
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No
    DNS Suffix Search List. . . . . . : brrex.com
    grid-store.brrex.com
    grid-node.brrex.com
    Ethernet adapter Private:
    Connection-specific DNS Suffix . : grid-store.brrex.com
    Description . . . . . . . . . . . : SUSE Network Driver for Windows #2
    Physical Address. . . . . . . . . : 00-16-6E-00-0B-1E
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes
    IPv6 Address. . . . . . . . . . . : 2001:470:841e:1::100(Preferred)
    Link-local IPv6 Address . . . . . : fe80::a402:d343:baa3:5f5e%12(Preferred)
    IPv4 Address. . . . . . . . . . . : 10.113.0.40(Preferred)
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :
    DNS Servers . . . . . . . . . . . : 2001:470:841e:1::100
    ::1
    10.113.0.40
    127.0.0.1
    NetBIOS over Tcpip. . . . . . . . : Disabled
    Ethernet adapter Public:
    Connection-specific DNS Suffix . : grid-node.brrex.com
    Description . . . . . . . . . . . : SUSE Network Driver for Windows
    Physical Address. . . . . . . . . : 00-16-6E-00-0B-1D
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes
    IPv4 Address. . . . . . . . . . . : 173.1.67.212(Preferred)
    Subnet Mask . . . . . . . . . . . : 255.255.255.240
    Default Gateway . . . . . . . . . : 173.1.67.209
    DNS Servers . . . . . . . . . . . : 173.1.67.212
    127.0.0.1
    NetBIOS over Tcpip. . . . . . . . : Disabled
    Tunnel adapter Local Area Connection* 9:
    Media State . . . . . . . . . . . : Media disconnected
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
    Physical Address. . . . . . . . . : 02-00-54-55-4E-01
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter IP6Tunnel:
    Connection-specific DNS Suffix . : grid-node.brrex.com
    Description . . . . . . . . . . . : Microsoft Direct Point-to-point Adapater
    Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes
    IPv6 Address. . . . . . . . . . . : 2001:470:1f04:53f::2(Preferred)
    Link-local IPv6 Address . . . . . : fe80::7473:f9f8:c5c3:17e6%13(Preferred)
    Default Gateway . . . . . . . . . : 2001:470:1f04:53f::1
    DNS Servers . . . . . . . . . . . : 173.1.67.212
    127.0.0.1
    NetBIOS over Tcpip. . . . . . . . : Disabled
    Tunnel adapter Local Area Connection* 12:
    Media State . . . . . . . . . . . : Media disconnected
    Connection-specific DNS Suffix . : grid-node.brrex.com
    Description . . . . . . . . . . . : isatap.grid-node.brrex.com
    Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Local Area Connection* 13:
    Media State . . . . . . . . . . . : Media disconnected
    Connection-specific DNS Suffix . : grid-store.brrex.com
    Description . . . . . . . . . . . : isatap.grid-store.brrex.com
    Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes
    ROUTE PRINT follows:
    ===========================================================================
    Interface List
    12 ...00 16 6e 00 0b 1e ...... SUSE Network Driver for Windows #2
    11 ...00 16 6e 00 0b 1d ...... SUSE Network Driver for Windows
    1 ........................... Software Loopback Interface 1
    10 ...02 00 54 55 4e 01 ...... Teredo Tunneling Pseudo-Interface
    13 ...00 00 00 00 00 00 00 e0 Microsoft Direct Point-to-point Adapater
    14 ...00 00 00 00 00 00 00 e0 isatap.grid-node.brrex.com
    15 ...00 00 00 00 00 00 00 e0 isatap.grid-store.brrex.com
    ===========================================================================
    IPv4 Route Table
    ===========================================================================
    Active Routes:
    Network Destination Netmask Gateway Interface Metric
    0.0.0.0 0.0.0.0 173.1.67.209 173.1.67.212 266
    10.0.0.0 255.0.0.0 10.113.0.1 10.113.0.40 11
    10.113.0.0 255.255.255.0 On-link 10.113.0.40 266
    10.113.0.40 255.255.255.255 On-link 10.113.0.40 266
    10.113.0.255 255.255.255.255 On-link 10.113.0.40 266
    127.0.0.0 255.0.0.0 On-link 127.0.0.1 306
    127.0.0.1 255.255.255.255 On-link 127.0.0.1 306
    127.255.255.255 255.255.255.255 On-link 127.0.0.1 306
    173.1.67.208 255.255.255.240 On-link 173.1.67.212 266
    173.1.67.212 255.255.255.255 On-link 173.1.67.212 266
    173.1.67.223 255.255.255.255 On-link 173.1.67.212 266
    224.0.0.0 240.0.0.0 On-link 127.0.0.1 306
    224.0.0.0 240.0.0.0 On-link 10.113.0.40 266
    224.0.0.0 240.0.0.0 On-link 173.1.67.212 266
    255.255.255.255 255.255.255.255 On-link 127.0.0.1 306
    255.255.255.255 255.255.255.255 On-link 10.113.0.40 266
    255.255.255.255 255.255.255.255 On-link 173.1.67.212 266
    ===========================================================================
    Persistent Routes:
    Network Address Netmask Gateway Address Metric
    10.0.0.0 255.0.0.0 10.113.0.1 1
    0.0.0.0 0.0.0.0 173.1.67.209 Default
    ===========================================================================
    IPv6 Route Table
    ===========================================================================
    Active Routes:
    If Metric Network Destination Gateway
    13 266 ::/0 2001:470:1f04:53f::1
    1 306 ::1/128 On-link
    13 266 2001:470:1f04:53f::/64 On-link
    13 266 2001:470:1f04:53f::2/128 On-link
    12 266 2001:470:841e:1::/64 On-link
    12 266 2001:470:841e:1::100/128 On-link
    13 266 fe80::/64 On-link
    12 266 fe80::/64 On-link
    13 266 fe80::7473:f9f8:c5c3:17e6/128
    On-link
    12 266 fe80::a402:d343:baa3:5f5e/128
    On-link
    1 306 ff00::/8 On-link
    13 266 ff00::/8 On-link
    12 266 ff00::/8 On-link
    ===========================================================================
    Persistent Routes:
    If Metric Network Destination Gateway
    0 4294967295 ::/0 2001:470:1f04:53f::1
    ===========================================================================
    Thanks in advance!

    Did you solve this? I'm having the same problem.

  • When viewing outlook emails in firefox, links open in internet explorer, not in firefox

    when viewing my outlook emails in firefox, when I click on a link the new webpage is opened in internet explorer not in firefox

    Thank you - that has solved the problem - links simply open in a new tab in firefox.
    Marvellous.

  • HELP!  Exporting pdf issues - no email links and gray boxes around text

    I'm a newbie to indesign, and trying to learn the program as I go.  I need to export my pdf for onscreen viewing.  When I "print" it works, but I get no email links, and those annoying white lines here and there.  I read that exporting would solve the email link issue, but it opened another can of worms for my project.  Now all my graphics have black or gray boxes across them, almost like censor boxes.  But my email links work. 
       Learning Adobe is like learning a new language, and I have far from mastered it.  So when I exported, I used the lowest resolution presets, assuming it knew what worked better than I did.  After dozens of unsuccessful exports, can someone please help??
         Also, I've been reading posts that say to convert all spots to color to resolve the white line issue.  But it's grayed out in the ink manager.  What is the secret to unlock it?
    Thank you!!

    Thank you for any and all help!
    I have CS5.5, running on windows 7.  It is up to date as of 1 month ago.  Here's a sample of my problem pages.  Also, a screen shot of what it should look like.  My guess is it has something to do with the transparencies, since it's 2+ layers of embossed objects.  If I export in Acrobat 4 (1.3) these boxes don't happen. But then I get the thin white lines across my graphics, and no email links.  As for spot colors, I confess complete ignorance on all color issues,  but  I'm trying to learn as I go.  How can I export this correctly?

Maybe you are looking for