|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#76 |
|
DHCP Issue
Anybody came across the DHCP issue mentioned above ?
Thanks, Walter
__________________
MacBook Air 1.8/80 [stolen ] + iPod Nano + iPhone 3G + about to get the new MacBookBack to Apple after 12 yrs lost in PC-land... |
|
|
|
0
|
|
|
#77 | |
|
clay your a genius. Thanks for letting us know you used to write articles for microsfot.
What qualificaitons do you have? Quote:
|
||
|
|
-1
|
|
|
#78 |
|
I don't know what I'm doing wrong. I turned on file sharing on both systems I went into my wrt54g 548 to 548 ip of my iMac I go to connect to server I get error code -36 I don't know what I missed any help would be awesome. Do you think Qwest service will block me from getting in. I don't know. Thanks ahead of time.
|
|
|
|
0
|
|
|
#79 |
|
Have a look at Simplify Media as well - I use it to listen to my iTunes at home when I'm out and about, it even works on the iPhone over 3g.
http://www.simplifymedia.com/ I agree about BTMM, even with NAT-PMP routers such as an Apple base station it regularly fails to work. MobileMe is nothing like it's cracked up to be. |
|
|
|
0
|
|
|
#80 | |
|
Quote:
system preferences > Network: then manual ip to something like 192.168.1.20 Then in your web browser of choice log into the wrt54g's settings and go to, I think its 'gaming and applications' and set up the port forwarding for 548 - 548 to 192.168.1.20 using 'both'. Make sure to click 'save' While you are in the Linksys settings set up the DHCP range to be like 100 - 245. This will prevent any clients from getting the address of a staticly set item on your network ever. I am pretty sure that if you have set your 'home' machine to sleep at a given interval and you are away you can not access it remotly. There is the 'wake for administrator access' check box, just not sure if it will work remotly calling for an AFP connection. Does work for SSH. When not connected to your home network. cmd + K then type afp://shortname: passw0rd@externalip (ignore the space in : p) ![]() example: afp://who:you@68.63.248.90 This makes the modem located at 68.63.248.90 point port 548 traffic to 192.168.1.20 thus resulting in the mount window so you can select the drives that the user has permissions on. *the shortname must be the one on the machine you are trying to connect to. I use this set up all the time for remotly connecting to my iTunes library when I am away. I simply mount the remote volume, hold down the 'option' key and start iTunes. In the new window I select 'choose library' then navigate the the directory and pick the iTunes.library file. Suddenly I have iTunes just like I do at home. If new podcasts are available they just start to download and are saved to my machine at home or if I rip a new cd the same thing happens. I few things to note about this setup is that my iTunes library is nothing more than a directory on an always on machine. That is not in use on that machine, since a library file can not be inuse by more than one client at a time. I also have my preferences set up in iTunes to 'not keep my stuff organized' and to 'not copy items to my library' for each machine that I have that I intend to mount this library file. My primary desktop at home also uses this very same library file so I must keep aware of that. However, this does allow me to sync my iPhone with new stuff when away easily. |
||
|
|
0
|
|
|
#81 |
|
Error message
When I try to publicly share my IP address I get an error:
"The value for 'DHCP Ending Address' is invalid." I have tried a wide range of option [the obvious would seem to be 255], but none of them are accepted. Any ideas? |
|
|
|
0
|
|
|
#82 |
|
And, just in case you were wondering, I have no other routers on my local network.
|
|
|
|
0
|
|
|
#83 | |
|
Quote:
Connect iPhone to Air with the Shiny Things Hack. I play music through iTunes via the iPhone, and manually manage it as needed. Like a jukebox. With the travel I do, no way you can guarantee access to ports: what's blocked, what's not. I just use idisk and it works exceptionally well. I also travel with a lacie rugged. |
||
|
|
0
|
|
|
#84 |
|
i can verify if you have a AEBS and a mac you can get to your shared hard drive on the AEBS. I have cable and get a static IP from the ISP, I opened the port and had it forwarded to the AEBS IP address (which has the USB drive on it). Connect to server from my mac prompts me username/password and I am attached.
It is very str8 forward. Your external IP address should be on the main screen of your AEBS or Time Capsule screen. Your internal address is listed there as well (10.something, 192.something, whatever your internal network config is). Takes about 15 minutes maybe. If it is taking longer, there is something wrong in your setup but if you are already up and running, it is not a bad and fairly quick. One note, only Mac's can connect, not Windows (I tried with Windows XP and Windows7, no dice). MacDrive7 does not install on Windows7.
__________________
MacCube i5 mini TV white TV black x2 MacBook iPhone 5 x2 iPad 4 32gb 4G iPad mini 32gb 4G
|
|
|
|
0
|
|
|
#85 | |
|
Quote:
|
||
|
|
0
|
|
|
#86 | |
|
Quote:
Well, think about it. If someone wishes to gain access to your specific AFP share how would they do it? First of all, the attacker somehow know you have a AFP share available on a specific address. They might have spotted it at your work/campus or know this in some other way. Yes I'm aware that no one would "ever" want to access your stuff. Why would they, you don't have any top secrete planet destroying weapon blueprints on your share. But why did you then change the port number at all? Well first the attacker would probably try to just connect to you. Code:
afp-client connect afp.example.com I doubt that, I think all he will do is to fire up his good old trustworthy port scanner and find out that you only have one open port. Then he'll try to connect to you with: Code:
afp-client connect afp.example.com:5480 What I want to point out is that changing the port will not add any real security to your setup. And if someone doesn't explicitly know that you host a AFP share and just want to see if they can attack your system in some way. They could just do a port scan first and then connect to you on any of your open ports and find out what's running on it. Edit: Furthermore, doing special port setup will actually give you more headache than using the default port. Unless you change the port number the AFP service is running on. Since that wouldn't increase security either but only increase the complexity of using the system it's a bad idea. What you should is run the service on the default port, use the default port in your router and have less headaches. Why would you get more headaches from using one port number on the outside of your network and one on the inside? Well you would have to have two different string with which you connect. And if you one day would want to automate the connection to your server, it is much easier if you can do that with the same address and port number. Last edited by rastersize; May 31, 2009 at 09:58 AM. |
||
|
|
0
|
|
|
#87 |
|
I am bumping this thread to confirm this, or hear anyone else's experiences on the matter. Is this true? To connect to a AirDisk over the internet just requires the IP and the port... Why wouldn't a Windows machine be able to do this? (And if the issue is MacFUSE drivers, what would go wrong with a Windows machine with MacDrive installed?)
|
|
|
|
0
|
|
|
#88 |
|
Dynamic IP
I have used this instruction to be able to share my usb drive over the internet and works perfectly. I have also mapped the dynamic IP provided by my isp to a dynamic ip updater that works fine for the most part. Every so often when the ip address changes the connection to my share drive fails. I have no idea why? I signed up with No-IP.com and I can verify that the ip address being updated into the alias is correct but for some reason it does not connect or I get the connection failed message. Any idea what is happening and why it does not like some of the IPs provided by my ISP? Appreciate a pointer.
Cheers, Matt |
|
|
|
0
|
|
|
#89 | |
|
Quote:
ort#' right? (ie: alphaod.com:7001) Also how does your IP get updated and is the update often enough?
__________________
Mac Pro | 27" iMac | 15" MacBook Pro with Retina display | iPhone 5 | iPad 3 | iPad mini
|
||
|
|
0
|
|
|
#90 |
|
Using remote file access
For a newbie like me, the posts you write are extremely useful. Now i can easily use remote file access.
|
|
|
|
0
|
|
|
#91 |
|
This is great. Is there a way to test this while I'm at home?
*Sounds like a dumb question, but I'm really trying to figure out how to do that.
__________________
Aluminum Mac Pro, 2.66 GHz Quad-Core Intel Xeon, 8 GB RAM |
|
|
|
0
|
|
|
#92 |
|
A little late but the easiest way to test this would be to use 3G data on your MBA via tethering your iPhone (JB) or iPad - or even get an app on your iOS device to test it over 3G
__________________
(2006: 17" MBP, Rev A: MBA Sold), 2009 Mac Mini, MBA 1.4GHz, 2GB, 128GB, 11" - iPad 64GB 3G, eMate 300, MP2100, 2G 8GB iPhone, 3G 16GB iPhone, 3G&6G Nano, 2G Shuffle, 160GB TV, TV-V2 - TPPN.TV |
|
|
|
0
|
|
|
#93 |
|
Plan to this with MBA and aebs. Is it slow over wireless n? Does it negate the ssd speeds everyone has been highlighting for movies, music n photos..
|
|
|
|
0
|
|
|
#94 |
|
Netgear readyNAS duo 1TB
K, I played with DNLA streaming on an old macbook, ps3 and AEBS- always encountered stuttering playback, unsupported files, missing files, slow, degradation of wireless network performance and complicated network setup. I'm not a quitter but realised streaming wasn't gonna happen, even putting it down to the AEBS poor capabilities as router.
Anyhow after months of pondering whether to buy a readyNAS I finally bit the bullet with the reasoning such a purchase is going to save me from headaches in the years to come (all content backed up all the time automatically) Long story short, plugged it into AEBS via cat5, and its beastly. The most basic of basic setup, shows up as drive straight away in Finder, no random disconnects bs. Truly awesome bit of kit. And to make things better, the streaming via wireless AEBS is incredible. Have 90gb of itunes content and it streams FLAWLESSLY, its like its on the drive inside the macbook air. 1080p streams to ps3, again over wifi, sometimes I'm streaming itunes music, playing MW2 online, my dads connected browsing with his ipad and theres no apparent degradation in network performance. Highly highly recommended network storage solution. Product plug over lol
|
|
|
|
0
|
|
|
#95 |
|
Damn... i wish i could use this, but my router does not support NAT-PMP. Any way to get round that? I would so use it otherwise.
|
|
|
|
0
|
|
|
#96 |
|
Thank you for this guide!
|
|
|
|
0
|
|
|
#97 |
|
I'm going to chime in on this one. Instead of having to deal with port forwarding and such, I would recommend a program like Yazsoft's ShareTool or the newer and seemingly more robust and less expensive Slink.
Both programs will allow you to connect back to your home network and access resources nearly as easily as if you were home, from shared printers to iPhoto and iTunes libraries, ARD into other machines, and a lot more. I'm on trial for both of them, but it looks like I'll be making the purchase for Slink, since you only need to purchase one license for the machine you'll be remoting from. In this case, it's my MacBook Air. ShareTool seems to want a license for each machine. www.slinkware.com www.yazsoft.com (not affiliated with either product or company) |
|
|
|
0
|
|
|
#98 | |
|
Local and non-local?
Quote:
__________________
•13.3" MacBook Air (Late 2010), 1.86 GHz, 4GB RAM, 128GB HD •16 GB iPhone 4 (black) •15" PowerBook G4 (2005), 1.67 GHz, 1.5GB RAM, 100GB HD |
||
|
|
0
|
|
|
#99 | |
|
Quote:
Google just bought Simplifymedia!! Looks like we can't use it...for now. Hopefully they will improve on it, and release it for free. |
||
|
|
0
|
|
|
#100 |
|
The home based server must be MAC OS? can it be Windows PC?
Another question is that can i use the wireless network external hard drive to share files between MBA and windows based PC at home? how fast/slow is the transfer speed would be? |
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| iTunes Match to save disk space | sjrogers | MacBook Air | 28 | Jun 21, 2011 05:23 PM |
| Remote File Access to a specific driver or folder on my Mac | jdl8422 | Mac OS X | 3 | Jun 26, 2009 04:24 PM |
| Apple Releases AirPort and Time Capsule Firmware Update: Adds Remote File Access to Older Models | MacRumors | MacRumors.com News Discussion | 195 | Mar 22, 2009 06:30 AM |
| Using Remote File Access to iTunes Away from Home | HiFiGuy528 | Mac Basics and Help | 0 | Oct 31, 2008 12:39 AM |
| help with cleaning out files/programs/ to free up space on hard drive | Okvalleyguy | Mac OS X | 4 | Apr 28, 2006 07:32 PM |
All times are GMT -5. The time now is 08:31 AM.




MacBook Air 1.8/80 [stolen
] + iPod Nano + iPhone 3G + about to get the new MacBook




Linear Mode

