Why is my server not working?  What am I doing wrong?  settings are posted.

Ok, I'm so overwhelmed, but not willing to give up! I would like to set up this server in my home through our Comcast Cabel modem on a mac mini. Our IP has not changed in 2 years with comcast. If I get this working, I plan to move this server, and go live in our company office, which DOES have a static IP address. But I need to set this up and start testing all the solutions like VPN, iCAL, ICHAT, and Address Book.
VPN has been my main service to set up first and test! IF I can get that to work, I hope to get the others to work as well. It's also the first mission critical. I think my DNS settings are somehow off either at Network Solutions or something on my server...
I've been using "help" from various responses to other problemshere in these discussions and other places, and now, I'm just overwhelmed and confused, so it's now my turn to post the problem and ask for help!
I'll post this with REAL IP information, because I think it will help other people in the same situation. Also, once I get this to work, I plan to move it a new location, and then request a change of my home IP from comcast....
I welcome and REALLY appreciate any help. I'm at wits end... normally, I can figure these kinds of tech puzzles, but I could use guidance here!
Thanks!
Ethan-
I bought and installed OS X server 10.6. on a brand new Mac Mini.
Here is the story. The domain I bought and own is bostonbecker.com
Network Solutions is where I bought and manage the domain. It allows me to change the DNS from theirs to another one, so I have it pointing to a hosting company we use called PaeTec. I can't find a place that lets it point the domain to my home router IP address.
so inside Network Solutions, the domain name servers are
HDNS1.FAST.NET
HDNS2.FAST.NET
The above domain name servers are given to me from dedicated hosting company to point to their computers.
To control that dedicated server from the hosting company, we login to that system via PLESK via Safari.
So, using Plesk, I've logged into our dedicated server, opened the settings for bostonbecker.com and created the following under the control for DNS settings:
In the picture above, the ip address 24.60.63.216 is my home comcast assigned IP address that never seems to change. the IP address 209.92.71.43, is something else, I don't really know, I think ti's from my dedicated server company. that record was there by default when I first set up bostonbecker.com with PLESK. I left it there.. I also left hdns1.fast.net as the value for bostonbecker.com because I did not know what to do with it.
Ok... Now lets come to my new server inside my house with Mac OS X server
Here are my settings:
Below are some basic checks I did in Terminal:
Here is the VPN settings panel:
Below is the L2PT settings
Below is the PTPP Setings:
Below is the iChat server settings:
Below is the router settings I'll change my IP address for security once I get this to work!
Below is a snap shot of the port forwarding on the D-link gaming router:

Hello,
Why are you handing out 192.185.2.1 through 192.185.2.10 in your VPN Addresses
Should this 192.168.0.XXX through 192.168.0.XXX and out of range on what the router is handing out?
Why don't you try making your Server 192.168.0.2 using your router as the gateway of 192.168.0.1
Set your router's DHCP scope 192.168.0.10 through 192.168.0.100
Set your VPN addresses for L2TP 192.168.0.101 through 192.168.0.149
Set your VPN addresses for PPTP 192.168.0.150 through 192.168.0.199
Thanks,
ebrind
Message was edited by: ebrind

Similar Messages

  • I am trying to print redplum coupons and I can't, help.  I have updated java, adobe flash, and made sure my printer was set on default.  I am not sure what I am doing wrong.  I have contacted redplum and no one will help.

    I am trying to print redplum coupons and I can't, help.  I have updated java, adobe flash, and made sure my printer was set on default.  I am not sure what I am doing wrong.  I have contacted redplum and no one will help.

    No Apple response???  Redplum/Valassis will not help either.  I searched, using the cups error message and though it is Unbuntu, same error so maybe useful...only problem: details would not display unless I join Unbuntu forum.  What a pain to do anything with my Mac or find any help.  I honestly regret buying this buggy OS.
    Anyway, here is what I found, FYI:
    http://ubuntuforums.org/showthread.php?t=483415
    As the old saying goes: when in doubt, consult the manual. The problem appears to be that I added the printer using the KDE Add Printer Wizard. It was automatically given a "socket" URI instead of an "lpd" one. When I:
    - altered the printer settings at http://localhost:631 (the CUPS admin page) as instructed in the manual for the printer, and
    - copied the PPD file into a second place on the hard drive (as instructed on ubunutuforums, see the link above)
    ..everything started working.
    It's still slower than windows, but I can live with that
    Probably a simple fix. Change the socket I.P. to match the printer I.P. like this:
    socket://192.168.1.86:9100. The thing I'm concerned with using socket:// is that AFAIK the printer I.P. must not change. In my case I'm able to assign a static I.P. address to the printer but it's something to consider.
    I found that the only thing I needed to do was change socket to lpd (and remove :9100 off the end as well). See Solving Ubuntu printer “broken pipe” problem (DocuPrint C525A) . BTW thanks for steering me in the right direction - very grateful.      
    Solving Ubuntu printer “broken pipe” problem (DocuPrint C525A)
    Posted on November 25, 2008
    Are you having a problem with your printer under the latest versions of Ubuntu (perhaps it worked under an older version)? Are you able to print short documents, but not longer, or more graphics-intensive, documents? (e.g. the unfortunate people at http://ubuntuforums.org/showthread.php?t=625493). Do they sit there as Processing for ages and then switch to Held? If you have the same problem I had the solution I tried may work for you too. Firstly, check your cups error log:
    sudo gedit /var/log/cups/error_log
    If you see anything like the following, the solution may be simple:
    [Job 201] Unable to write print data: Broken pipe
    PID 13359 (/usr/lib/cups/backend/socket) stopped with status 1!
    System > Administration > Printing and right click on your printer, selecting Properties. Settings > Device URI
    If you see something like socket://your_printer_ip_address:9100 just change socket to lpd and remove the :9100 off the end. Then click on apply.
    Apparently lpd is a more modern protocol which works with most printers whereas socket is more raw (and potentially faster but riskier in a network situation). Somewhere along the line, the default Ubuntu/Gnome setup for networked printers shifted from lpd to socket. Some primitive printers will have benefited whereas a larger number of more modern printers will have suffered.
    Please correct me if I am wrong (which is highly possible) but the underlying problem could be that socket may make the printer wait a long time for a large file to be processed ready for printing. Some printers, such as the Fuji Xerox DocuPrint C525A, may drop the socket if things take too long to start coming through.
    Changing timeout settings might work but lpd is better than socket so it is the preferred solution in any case.
    If this works for you, please leave a comment to let others know (ideally with a description of the printer and Ubuntu version). Printer may be relevant if it doesn’t support the direct stream protocol properly. NB I may take a while to let your comment through because of the volume of spam. Sorry about that.
    Finally, thanks to sphilli8 for the steer in the right direction at http://ubuntuforums.org/showthread.php?p=6245626.
          http://ubuntuforums.org/showthread.php?t=483415

  • HT1688 Hi, just bought my daughter an Iphone 4s and I can't get it to let her on youtube, Facebook etc., keeps saying no internet connection. My husband and I have 3G smartphones and we can get on them on ours, so I'm not sure what I'm doing wrong. Also,

    Hi, just bought my daughter an Iphone 4s and I can't get it to let her on youtube, Facebook etc., keeps saying no internet connection. My husband and I have 3G smartphones and we can get on them on ours, so I'm not sure what I'm doing wrong. Also, my other daughter has the same phone and has no trouble getting on these sites either. Any information to help is greatly appreciated. Thanks

    Well, did you activate this new phone?

  • I am in Aperture photos-browser - view. Amtrying to find "sort"  by file name to elimanate duplcates.  Sort option does not appear. Not sure what I am doing wrong.

    I am in Aperture -photos - browser - view.  Am trying to find "Sort"  by filename to elimate duplicates. I cannot find "sort in Viewer and not sure what I am doing wrong.  Help

    This is what the top of the Viewer should look like:
    Here is the same view with the pulldown opened:
    What is it that you see? Include a screenshot.

  • Hi.  I am having issues with copying files to my shared WB 2TB HDD connected to my airport extreme.  Comes up with error 50.  I am using a Macbook Pro to copy from so not sure what I am doing wrong.  Can someone help? thanks Rory

    Hi.  I am having issues with copying files to my shared WB 2TB HDD connected to my airport extreme.  Comes up with error 50.  I am using a Macbook Pro to copy from so not sure what I am doing wrong.  Can someone help? thanks Rory

    These links might provide some information that may be of help.
    http://support.apple.com/kb/TA20831
    https://discussions.apple.com/message/2035035?messageID=2035035
    I've encountered this error myself upon occasion.  If I remember correctly, it was a permissions/ownership issue with the some of the files I was copying.

  • The Keyboard clicks are not working despite the Keyboard click in settings are ON. Am using IOS 6.1.3.Pls Help me to rech this problem.

    The Keyboard clicks are not working despite the Keyboard click in settings are ON. Am using IOS 6.1.3.Pls Help me to rech this problem

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • TS1347 birthdays show up on my 4s phone calendar but not anniversaries - what am I doing wrong?

    birthdays show up on my 4s phone calendar but not anniversaries - what am I doing wrong?

    Anniversaries are not available as a calendar item in the same way birthdays are. You would need to create a specific calendar and add those manually.

  • I am trying to submit the link to the podcast RSS feed but when I press submit I receive the error "We care currently experiencing technical difficulties. Please try again later." I am not sure what I am doing wrong.

    I am trying to submit the link to the podcast RSS feed but when I press submit I receive the error "We care currently experiencing technical difficulties. Please try again later." I am not sure what I am doing wrong.

    I am using http://www.greater-light.org/channel.php?id=3344. I have been trying over a month and I am receiving the same error.
    I am on Windows 7.
    Version iTunes 11.1.4.62.

  • HT1725 I have been trying to purchase points for a slot machine game using my itunes card. It has subtracted all the $$$$ off the card but I never got the points. Not sure what I am doing wrong. Have restarted the ipad and still nothing.

    I have been trying to purchase points for a slot machine game using my iTunes gift card. It subtracted the right about of $$$ but never gave me my points....not sure what I am doing wrong.
    Any help will be appreciated!

    Contact iTune Support
    https://ssl.apple.com/emea/support/itunes/contact.html

  • I just joined. I selected convert PDF to a word doc. I downloaded it. but I still can't edit it. What am I doing wrong? Are some PDF unable to be converted?

    I just joined. I selected convert PDF to a word doc. I downloaded it. but I still can't edit it. What am I doing wrong? Are some PDF unable to be converted?

    Hi karenb60536875,
    There are some PDF types (such as those that are password-protected) that can't be converted. But when that's the case, you'll get a message during conversion, and the conversion will stop. It doesn't sound like that's the case for you.
    What happens when you open the converted Word document in Word? Do you see an Enable Editing button at the top of the document? If so, please click that. If you're still unable to select text in the Word document, try triple-clicking to select it.
    For reference, I will say that the quality of the conversion depends on the quality of the PDF (see Will Adobe ExportPDF convert both text and form... | Adobe Community). So, there may be cases where a PDF written by a third-party application (a non-Adobe app), may not be written to spec, and that can affect the accuracy of the conversion.
    Best,
    Sara

  • When I download from my samsung camera, the photos do not go to the "photos" file. I have to download to "import" then copy them to a separate album.  what am I doing wrong?are

    when I download from my samsung camera, the photos do not go to the "photos" file. I have to download to "import" then copy them to a separate album.  what am I doing wrong?are

    Is iPhoto open when you connect the camera and are you seeing the camera in iPhoto? 
    If not then describe in detail how you're going about trying to import photos from your Samsung camer into your iPhoto Library.  From what you've described we have no idea what's going on.
    And where is this "import" folder located that you're referring to?
    OT

  • I am trying to face time from my facebook to my ipad by clicking on my email address in face time but it doesnt work, what am i doing wrong?

    trying to face time from my macbook to my Ipad butit wont work when i click on my emal address what am i doing wrong?

    so are the mac and ipad on the same itunes id and same email account via facetime in settings on ipad if there on the same receve calls from email then when you click on your email adress its like your trying to call to the exact mac does that mac sence

  • I'm burning dvd's that won't play on a regular dvd player.  What am I doing wrong?  Are there some simple things to check to figure this out?  (Sorry, I know this has been asked many times)

    I'm burning dvd's that won't play on a regular dvd player.  What am I doing wrong?  They play fine on computers but not on dvd players.  Are there some simple things to check to figure this out?  (Sorry, I know this has been asked many times).  Created in DVD studio pro.

    Hi
    Just my thoughts to add to the excellent answers above.
    • BRAND of DVD used - Matters when doing Video-DVDs
    Memorex, NoName etc cheap brands usually do NOT work
    I only Use Verbatim (more organic dye in these)
    • Type of DVD - matters
    - DVD+/RW - usually results in problems
    - DL-DVDs are more problematic than SL-DVDs
    - DVD+R are a more modern sort - BUT PLAYS BADLY or not at all on older DVD-players
    I only use DVD-R
    • BURN SPEED - matters
    - Best in iDVD app - IS NOT BEST at all but results in lot's of Burn Errors = Doesn't play well or at all
    I set this down to x2 or x4 max.
    Yours Bengt W

  • Why do my sounds not work on occasion - device and audio settings appear ok

    At times, the sound does not work.  The phone is on and not muted and a specific sound is selected for each function.  Most noticeable is no sound when a call or text comes through. Anyone have an idea?  Thanks !

    I had this & I think the reason was that I had just gotten a blue tooth headset which was turned on but I had taken it off. So I  think the sounds were going there.
    Yes, after I figured that out, I turned the blue tooth headset off when I took it off. Now when I just checked the sounds, they are sounding on the phone.
    I guess the same woud be true if you have any other blue tooth or other device like head set or speaker set up for sounds.

  • HT4528 I have transferred my videos from lg chocolate phone to the iphone5s but they will not play what am I doing wrong?

    My videos have been transferred from my old LG chocolate phone which had a sim card to the new iphone 5s  ...but they are coming accross as photos and will not play...I do not want to lose these videos and I am almost ready to return the new iphone 5s...help

    I tried to move them to my computer but my computer keeps telling me that I need some kind of download to be able to transfer them . A driver...
    Went to two Verizon stores and they have the same problem...I am ready to return this phone...these videos are special and I don't want to lose them.
    Not sure what format these videos are most likely mp4's

Maybe you are looking for