Port Forwarding to Mac Pro with 2 different internet connections

I have my Mac Pro connected to the back of my cable modem. I have given this service the name "Cable" in my network preferences. The details are:
IP: xxx.xxx.xxx.100
Subnet: 255.255.248.0
Router: xxx.xxx.xxx.1
I have the other Ethernet port of my Mac Pro connected to the back of my Airport Extreme which runs ADSL+ from another ISP. I have called this service "ADSL". The details for this connection are:
IP: xxx.xxx.xxx.188
Subnet: 255.255.255.0
I run a calibre server on the Mac Pro and on my PC (the PC is directly plugged into the back of the Airport Extreme). I have a Dyndns service that works on the address of the Airport Extreme base station.
I can access the PC's calibre server via the mobile network but NOT the Mac's. Even though I have port forwarding to the Mac's reserved IP address of 188, I can't access the server. I can access it on my iphone/ipad via WIFI but not from the mobile network.
If in my Network preferences I change the order of the services i.e. make the ADSL the top service and cable the second, I CAN access the server from the mobile network. It works as it should. If I change the order so that the Cable service is on top, I can't access the server again.
Why does this happen? Can I fix this? Do I need to set up another Dyndns service on my Mac Pro?
Any help would be greatly appreciated. I am going to post this as a new post as well because I'm not sure whether the people that were so helpful last time will know that I have updated the post.

Just installed TeamViewer and we're using that. Works great.

Similar Messages

  • My brand new mac pro always had Internet connection issues at school. WHY is that? I see the school's Internet working perfectly fine on other PC's, but there is never a day where my mac doesn't have Internet connection issues at school. How do I fix it?

    I got my mac pro in the middle of August. School started the week after. Internet was working perfectly fine at home. But at school, I never had a good connection. Sometimes on the good days I get a connection when I'm sitting at the exact spot in class I always sit at. It's ridiculous and it's frustrating. I invested my money into this laptop and I'm beginning to regret it. I thought it was the school's Internet, but I don't see Internet issues with other PC users. It's most frustrating on registration days and I'm trying to register for my classes before it gets taken, but again... Internet connection issues. It's random. Majority of the time, it doesn't work at all. I've done Network Diagnosis and turning WiFi off then turning it on again. I've done everything I could. I put my money on this laptop and it was a lot of money. I could have bought an 800 dollars laptop and I would have Internet connection anywhere on campus. So, I don't want to continue everyday to regret on buying this laptop every time I try to connect to the Internet at school or Starbucks or anywhere else. How do I fix this? What's the problem ?
    At school, I heard this guy had a problem with Internet connections too and he owned a new mac book pro. He said something like Apple messed up on something, but he fixed it. If I knew mac book pro's had these issues I wouldn't have bought it in the first place. It's freezing on me every other day. It's ridiculous. But what concerns me the most is the Internet connection. So someone please tell me what can I do next to prevent the problem? Am I doing something wrong maybe?

    Hi Kevin,
    I'm using an XLR input mic which is connected to the phantom power enabled XLR mic socket on a USB M-Audio M-Track. The M-Track is connected by USB to the Mac Pro - so effectively I've got an M-Audio USB soundcard with a mic input.  I've also tried a microphone that is a straight XLR to USB cable (guessing with some soundcard chip buried in the usb plug) but that also yields the same effect of bad latency, intermittent quality, stuttering and repeating and echoing (without the speakers on during record so its not feedback).
    The mic works absolutely fine with other recording applications I have on the mac at the moment - albeit non-adobe ones (tested it on the EasyAudioRecorder - and it lives up to its name. it's easy)
    I will try with Audition and report back, but sitting here right now I can imagine it would work fine with audition too - it just seems to be the way premiere is set up for recording into the timeline is a bit sketchy.  I'm willing to accept it might well be a quirk with the new Mac Pro trashcan - I'm not weighting all the woes on premiere.
    Any thoughts or am I out of luck to sit with my fingers crossed for a fix in the next round of updates?
    Nathan.

  • NetGroup problems connecting devices with different internet connection

    Create a chat using technology Cirrus (p2p) and class NetGroup.
    If the device is a mobile phone, and has network via 3G or 4G, then connect to the same group with other devices is not happening.
    For example, there are a PC and the mobile device:
    1 If both are connected to one Wi-Fi:
    onNetConnectionNetStatus: NetConnection.Connect.Success
    onNetConnectionNetStatus: NetGroup.Connect.Success
    onNetGroupNetStatus: NetGroup.Neighbor.Connect
    A connection is made.
    2 If both are connected to different Wi-Fi:
    onNetConnectionNetStatus: NetConnection.Connect.Success
    onNetConnectionNetStatus: NetGroup.Connect.Success
    onNetGroupNetStatus: NetGroup.Neighbor.Connect
    A connection is made.
    3.If one device is connected to Wi-Fi, and the other to a 3G or G4
    onNetConnectionNetStatus: NetConnection.Connect.Success
    onNetConnectionNetStatus: NetGroup.Connect.Success
    No connection.
    Sample code that was tested:
    package {
    import flash.display.Sprite;
    import flash.events.NetStatusEvent;
    import flash.net.GroupSpecifier;
    import flash.net.NetConnection;
    import flash.net.NetGroup;
    import flash.text.TextField;
    public class NetGroupSample extends Sprite {
       private static const CIRRUS_URL:String = "rtmfp://p2p.rtmfp.net";
       private static const CIRRUS_DEVELOPER_KEY:String = "************************";
       private var _netConnection:NetConnection;
       private var _netGroup:NetGroup;
       private var _outputTextField:TextField;
       public function NetGroupSample() {
      _outputTextField = new TextField();
      _outputTextField.width = this.stage.stageWidth;
      _outputTextField.height = this.stage.stageHeight;
       this.addChild(_outputTextField);
      _netConnection = new NetConnection();
      _netConnection.addEventListener(NetStatusEvent.NET_STATUS, this.onNetConnectionNetStatus);
      _netConnection.connect(CIRRUS_URL, CIRRUS_DEVELOPER_KEY);
       private function onNetConnectionNetStatus(event:NetStatusEvent):void {
       this.traceToOutput("onNetConnectionNetStatus:", event.info.code);
       switch (event.info.code) {
       case "NetConnection.Connect.Success":
       var gspec:GroupSpecifier = new GroupSpecifier("Group1");
      gspec.multicastEnabled = true;
      gspec.postingEnabled = true;
      gspec.serverChannelEnabled = true;
      gspec.objectReplicationEnabled = true;
      gspec.routingEnabled = true;
      _netGroup = new NetGroup(_netConnection, gspec.groupspecWithAuthorizations());
      _netGroup.addEventListener(NetStatusEvent.NET_STATUS, this.onNetGroupNetStatus);
      break;
       private function onNetGroupNetStatus(event:NetStatusEvent):void {
       this.traceToOutput("onNetGroupNetStatus:", event.info.code);
       private function traceToOutput(...strings):void {
      _outputTextField.appendText(strings.join(" ") + "\n");
    Tested on Adobe AIR SDK 3.2, 3.4, 13.0.0.111

    the results you're showing indicate a symmetric NAT (that is, a NAT that uses a different translation for each unique destination).  there is no way for a peer behind a symmetric NAT to coordinate and find another peer that's behind a different symmetric NAT or behind a port-restricted cone NAT.
    this posting by Matthew Kaufman explains the situation with NATs in more detail:
      https://forums.adobe.com/message/1064983#1064983
    as far as "fixing" it: the issue isn't the protocol -- a symmetric NAT is inherently defective.  the only fix is to not use a symmetric NAT in your network.  unfortunately this is often outside your control (such as with your mobile provider).

  • How do I install ML with no internet connection

    Here's my situation:
    1. I work in government on a stand-alone Mac Pro. No internet connection.
    2. I access the internet through a different computer (PC), which I'm not allowed to install software on.
    Q. How do I install ML on my stand-alone Mac Pro?
    What I used to do before all this cloud nonsense.
    1. Purhase the OS through Apple.com with a credit card
    2. Transfer the file to my stand alone
    3. Install
    From what I've gathered, my only option is to go to an Apple Store and purchase a copy there and they can put it on a USB for me? Is that seriously my only option?
    Apple is quickly going to lose our business if this is what it takes to simply update an OS.

    Chris, you didn't ask for this, but this is how you create a flash drive version of ML:
    Download the Installer, but do not install.  Note the installer is in the Applications folder and you will use it to build the installation on the Flash Drive.
    You should have formatted the flash drive (8 GB if that is what you are using) Mac HFS Extended (Journaled) already.
    1. In Disk Utility click the Restore tab near the top right.
    2. Drag the volume for your external drive from the sidebar into the Destination field.
    3. Switch to the Finder and find the installer app in the Applications folder
    4. Control-click or right-click the installer app and choose Show Package Contents
    5. Inside the package choose Contents/Shared Support
    6 Select the file InstallESD.dmg and drag it into the Source field in the Disk Utility window.
    7. Click Restore button near the bottom right of the window
    8. In the confirmation dialog, click Erase
    9. Authenticate as Local Admin - give password
    10. Could take half an hour for this part
    11. When complete, quit Disk Utility
    12 Change the new disk or flash drive name with Finder to something descriptive like Mac Os X Install ESD
    You can then use that Flash Drive Installer on multiple machines.

  • Connect 2 Computers remotely using different internet connections

    I want to connect 2 Mac, or PC and Mac remotely using different internet connections and my main purpose is to see the Desktop screen of one computer from another computer. Like my home computer I want to connect with my Job computer. Actually I have connected WebCam at my Home computer & I want to see the dektop of my home computer from Job computer.
    So, please let me know if you know any software for the solution.

    There are numerous implementations of VNC that will work cross platform between Windows and Macintosh. The built-in Macintosh remote desktop is based on VNC.

  • Mac Pro with 2 LAN ports and 2 PCs.

    Dear friends,
    I've been trying to set up 2 different networks, actually to connect my Mac Pro with to two PCs. Well, I can't get my Mac to have access to the PC that is plugged into 2nd Ethernet port. However, if I unplug one of the cords, no matter what port it is 1 or 2, it works and see connected PC.
    My IP addresses are set manually to 192.168.7.1 and 192.168.7.2. NetBIOS names are also different MACPRO and MACPRO2. Subnet mask is 255.255.255.0. Rest is not changed from defaults. And only 1 Ethernet interface sees the PCs.
    Could anyone suggest me something? Cos I really wanna have my Mac to be connected to these PCs.
    Thanks in advance.

    Guys, anyone?! Really need that thing running....

  • I have Power Mac G5 1.8 single. I have a problem with ethernet port, before it was working with the internet, but now i shows it is connected even the cable is disconnected. I'm running Leopard 10.5. any help

    I have Power Mac G5 1.8 single. I have a problem with ethernet port, before it was working with the internet, but now i shows it is connected even the cable is disconnected. I'm running Leopard 10.5. any help

    Reset the PRAM.
    http://support.apple.com/kb/HT1379
    If that fails, reset the PMU.
    Scroll down the following page and click the G5 link for instructions:
    http://support.apple.com/kb/ht1939

  • Can I use my old AIr Port Extreme with my new Mac Pro with Lion installed? It has worked well with the G-4 that I'm replacing.

    Can I use my old Airport Exteme with my new Mac Pro with Lion installed? It has worked well for years with my G-4.

    I'm smarter now. It worked fine.

  • Can this be done? Airport extreme connected wireless in extend mode to connect a wireless Mac Pro with an ethernet cable from the extended airport extreme..

    Can this be done? Airport extreme connected wireless in extend mode to connect a wireless Mac Pro with an ethernet cable from the extended airport extreme.

    This will work.....IF....you also have an Apple AirPort router configured to provide your wireless network.
    In other words, you need to have two Apple AirPort routers to extend a wireless network.
    When the AirPort Extreme is configured to "extend" the wireless of the "main" AirPort, it will provide more wireless coverage and the Ethernet ports are enabled, so you could connect your Mac Pro to any of the Ethernet ports and use that as a network and Internet connection.

  • Last Mac Pro with Firewire 400?

    The new Mac Pro's look nice, but without Firewire 400 they're useless to me... Can anyone tell me when the last Mac Pro with Firewire 400 was released?...and what the speeds were on them? Thanks in advance if anyone can help.

    Fair points, to be sure. I just think that, given the number of common/popular devices that are FW400 only, the removal of FW400 ports is a bit premature at this time. Like the OP said, it would be frustrating to buy a very expensive computer, and immediately have to expand in order to make use of fairly standard and not yet out-dated gear.
    Dave Sawyer wrote:
    Sorry to disagree, but to me, expecting a company to go to the expense of engineering in a different physical port just to save someone from having to use a simple, inexpensive cable adaptor seems a bit silly.
    It couldn't be that hard/expensive, given that previous models had both. Though I certainly understand the idea of reducing cost wherever possible.

  • Mac Pro with x1900xt  Screen keeps flashing to black???

    Hi,
    I was just wondering if anyone else has had the problem, of your screen, going to black then coming back intermittingly. I just got my Mac Pro with an ati x1900xt and I'm connected to a Dell 30in screen. I have it connected to the left port nearest the side of the case. Has anyone else had this problem and got it fixed? I've tried everything, from switching cables, monitors, and I have updated all the software... can anyone help me here?
    Thank you.
    Koji
    Mac Pro 3ghz ati1900 4gig ram 500gig HD   Mac OS X (10.4.7)  

    I am having similar problems with my new Mac Pro 3GHz with ATI X1900 XT.
    I have a Dell 2405FPW (24") as my primary monitor, and a Dell 2001FP (20") as my secondary monitor. Both are connected via DVI.
    If I plug in the 24" into port 1 and the 20" into port 2, I see correct video on the 24", but a black screen on the 20". If I change resolution from 1600x1200 to 1280x1024 on the 20", I get video on the 20". I can then change resolution back to 1600x1200 and retain video on both monitors. However, if I turn the 20" monitor off, when I turn it back on, it is black again, and stays that way unless I do the resolution change again. Note that the monitor detects a signal, different from when there is no signal at all - it is getting a black picture, and that's what it's displaying. This happens with a fresh out of the box install of Mac OS X, as I did a clean install on another partition to troubleshoot it.
    Now, here's where it gets interesting. If I swap the connections - 24" to port 2 and 20" to port 1, keeping the 24" with the menu bar, then I get video on both monitors. However, I get black picture on both monitors during the entire boot sequence and do not see video until the login window appears. I can turn the monitors off and on after that point and continue to retain video. So, that's the setup I'm using, even though it is not ideal to not be able to see anything before the login window.
    On a possibly related note, if I start X11, the X11 server takes over the entire display, showing a gray checkerboard pattern as the background with no menu bar, no dock, nothing other than an xterm visible and accessible. If I command-Q, it will quit X11 and everything returns. It's like the X11 window manager is taking over and not merging with the Mac OS X desktop.
    It seems like the ATI drivers and/or Mac Pro firmware and/or Mac OS X have some bugs to be worked out.
    Mac Pro   Mac OS X (10.4.7)   ATI X1900 XT

  • Mac Pro with no airport card installed

    I have a Mac Pro with no airport card installed....Can I just purchase an Airport express and connect by ethernet to the Mac pro.... I use Air port Extreme as my router for other computers

    Yes, this is referred to as a ProxySTA in the business.
    HOWEVER, this only became available with the 802.11n Express. I haven't yet seen it OFFICIAL if the new second generation still supports ProxySTA. I'm a bit hesitant to say yes, because the new express leans a little closer to the Extremes which work quite differently.  (haven't had time to test this yet myself)
    I'm curious, why you don't just run an ethernet from your extreme to your Pro... I'm guessing because of the distance?

  • I have a belkin 7 adapter for additional USB slots for my Mac Pro. It was working well till just recently I am getting a message that says the usb port on the Mac Pro is shutting down due to a very high power drain. Then it shuts the usb port down.

    I have a belkin 7 adapter for additional usb ports for my mac pro. It worked fine without problems till recently when the message regarding usb port drawing too much power and the computer shuts the port on the mac pro down. The strip comes with its own power supply adapter. The attachments are additional hard drives used as backups and independent data. Other than disconnecting it are there any fixes?

    You're getting the message because you're exceeding the available current, probably as a result of bus-powered drives. The power sources for hubs are rather small. Try using drives with their own power supplies.

  • Mac Pro with 10.5.8 not booting

    Hi everyone My Mac Pro with 10.5.8 is not booting suddenly, it stays on gray screen with the spinning watch. Actually i was trying to edit the hosts file to patch one application in that process i deleted three file from \private\etc\ folder the files are hostconfig, hosts, hosts.equiv, after this my mac pro is not booting. I am still runing MAC OSX 10.7 lion from the other partition without any problem. But i want osx 10.5.8 to be fixed as i have lots of applications installed in it. Is there any way that i can REPALCE THESE FILES BACK ( BEFORE DELETING THOSE FILES I HAD TAKEN A COPY ASUMMING SOME PROBLEM) OR Can i reinstall same OSX 10.5.8 in it preserving all the settings as it is. I tried Safe Mode, Single user mode for no luck. i tried to get the errors during bootup by pressing Command-V the error shows are 1. bootup lookup server failed, 2. mdsync launch failed (ipc/send) invaild destination port, etc, etc, etc, etc
    Can Anyone Hep Me Please
    Addins

    Restart into Mac OS X 10.7, open the root level of the Mac OS X 10.5 partition, choose Go to Folder from the Finder's Go menu, provide private/etc/ as the path, and drag the backup copies of those files into that folder. If needed, the default permissions for them are system with read and write access, wheel with read only access, and everyone with read only access.
    (61720)

  • Is it possible to upgrade the Mac Pro with SCSI/SAS drives?

    Hi guys I am considering to move on to a Mac Pro from my old PC.
    The Mac Pro enclosure is quite unique in its hard drive holders as no cables are used and all drives are connected with a plugin mechanism.
    So I am curious if that will allow me to upgrade to a SCSI/SAS storage system which requires cable connections between drives and the SCSI/SAS card on the PCI-E slot. I dont know if this will be possible with the Mac Pro enclosure.
    Has anyone tried to do this?
    Btw is there any Ultra320 or SAS(preferably) interface card available for Mac OS X?

    The connectors for SATA drives can be used with SAS drives. However, the controller needs to be SAS compatible. I have never installed a SAS drive in the Mac Pro bay to see what happens. If some one has a SAS drive and wants to try this I would be interested in the results.
    My guess is that the Mac Pro would not see the drive.
    Areca sells the Mac Pro PCIe bootable ARC-1680 SAS controller in several configurations. This controller allows the user to utilize SAS or SATA hard drives connected to the card. The ARC-1680x comes with two external mini SAS connectors that can support eight direct connect hard drives or up to 128 devices (in theory) when used with SAS expanders.
    The ARC-1680LP has one internal mini SAS port and one external mini SAS port. I looked at the Mac Pro internal SATA connectors and they can unscrew from the frame but there is only about 1/2" of clearance in that area of the case. In addition, I would want the hot swap bays to still operate and I did not see an easy way to patch into the existing SATA connectors. It would be nice if the Mac Pro factory connectors used snap on SATA connector on the back of the backplane so that users could interface the 4 SATA bays with an internal PCie controller. However, its hard wired in the existing configuration. With the new Mac Pro PCIe RAID 5 card on the market there must be alternative connectors that allow this type of installation to work properly.
    Based on the ease at which the Areca SAS controller can be added as an external using the ARC-1680x I went with that option. I am using it with eight direct connect SATA hard drives now. I plan to expand the storage by adding a SAS expander in the form of a hub or an enclosure with SAS capabilities. I have been looking at a 16 bay SAS enclosure but I am not sure how loud it will be
    Details on the ARC-1680 can be found here:
    http://www.areca.com.tw/products/pcietosas1680series.htm
    Its very cool to have SAS or SATA capability along with a bootable card that can support tons of hard drives and RAID levels 0, 1,1E, 3, 5, 6, 10, 30, 50, 60 or JBOD . I booted the Mac Pro with a 2TB Mac OS X 10.4.10 RAID 6 volume and ran Xbench. It shows a 400MB/sec. hard drive setup and raises the overall Xbench score substantially.
    While I doubt I will boot the Mac Pro from the RAID 6 volume much, it is very cool that that function is available. This is the only PCIe host adapter I have found with boot capabilities besides Apples new $999 4 port SATA internal card. SAS has lots of expansion capabilities. Users that want pretty much unlimited hard drive connectivity will enjoy the new ARC-1680x.
    Have fun!

Maybe you are looking for

  • Problem with file vault

    One of the desktops on my macbook 2007 steel case will not open. The message i get on screen at login is that there is a problem with file vault. my dissertation is on that desktop. all other desktops/user accounts are unaffected and i have admin per

  • Read In Email, parsing Attachments and converting them to PDF

    Dear Forum, When an email arrives, I want to check wether there are attachments present in this email. When there are .GIF, .PNG or .TIFF files attached, I want to convert them to a PDF. Does anybody knows how to do one of these steps in Java? 1) par

  • "Restore Down" Icon in a JFrame

    In a JFrame, it has 3 little icons on the top of the right hand corner: minimize, restore down, and close icons. When I click "restore down" (the middle) icon, how can it minimize to a specific frame size? Because now it will iconize the frame when I

  • No tree displayed with WHERE clause (data issue?)

    I tried this on the apex.oracle.com workspace after it didnt run in our setup, and I ran into the same issue. I cant get the tree to display when I add a WHERE clause to the query. I know this isnt a problem with the WHERE clause, and has something t

  • WebUtil Help:WUC-015

    Hi,all. I have installed WebUtil and modified formsweb.cfg,default.env and orion-web.xml etc. But when I run WebUtil Demo I got error: WUC-015:You Form must contain the following Bean for this function to be available:oracle.forms.webutil.browser.Bro