Easy filesharing setup for local network

Hi folks,
I'm currently trying to enable easy filesharing for my local network.
Yesterday I installed Ubuntu 9.10 on a Laptop and it just worked.
But I can't get filesharing to work under Arch (Chakra 64bit Beta 4) witch kde4.
Samba is installed, the daemon is running... i cant figure out why it doesn't work.
When I open Dolphin and go to Network I can see all the PCs in the local Network.
After opening i can see 3 things (when looking at the system i am currently working on):
<hostname>[00:21:5d:72:b4:84]  (has kind of a Networksymbol)
<hostname> (has a shell-symbol)
SFTP File Transfer on <hostname> (folder symbol with world in front of it)
when clicking on the first one with the strange numbers, dolphin crashes.
I dont know why! what i would like to have is a real symble filesharing for my local network i dont mind whether its nfs oder samba or whatever.
thanks for help!

We only want to connect/browse the server locally , so I'm a bit stumped on the need to set up DNS.
Ideally i would like to browse the server directly by entering the IP address (and port number if need) followed by the site name.ie:
By default, virtual hosting setup via Server Admin use name-based virtual hosting, meaning that Apache looks at the hostname in the request to work out which site configuration to use. That's why you need DNS - a way to map the numerous names to the various sites you've configured, e.g.:
http://site1.server.local/ -> site 1
http://site2.server.local/ -> site 2
(where both site1.server.local and site2.server.local resolve to this server's IP address)
It is possible to do port-based virtual hosting (where you include the port number in the URL) - to do this you leave the hostname blank in Server Admin and ensure that each site has a different port number configured.
http://server1.local:8001/ -> site 1
http://server1.local:8002/ -> site 2
There's no easy way to map URI elements to different sites, e.g.:
http://server1.local/site1 -> site 1
http://server1.local/site2 -> site 2
This can be done by editing Apache's configuration directly, but you can't do this via Server Admin (unless you really are just mapping to different directories and not entirely different sites).

Similar Messages

  • How to set up with cacheing DNS for local network?

    Our new Lion Server has a static IP Address pointed to over the internet by our registrar's zone file. Planning the Lion Server installation process with the intent of hosting Web, Mail and Open Directory services to a small number of users who are nearly all located off-site. I do also want Lion Server to be a caching DNS Server and DHCP authority on the local network to replace what dnsmasq does on our current Linux server.
    I am looking forward to offloading some of the lower level Linux administration tasks and putting myself in the hands of the Lion Server Setup Assistant and Server App :-) but at the same time don't understand some of  its assumptions and fear having to spend a lot of time experimenting and re-installing.
    So, specifically, I want the Server App to know that my Lion Server has a "Host Name for the Internet" but that the DNS it sets up will not be the DNS for my zone - I will be managing that through my registrar's interfaces.
    Second problem is my fnot understanding what name space devices on the local network will / should use. e.g.  The Linux server will be available for backups etc  on the local intranet (and optionally have a static ip address on the Internet) but MacBooks, PCs, iPads and iPhones will be served ip addresses by the Lion Server's DHCP. So will / should these dynamic devices have their machine names fully qualified by our domain name with RFC 1918 style ip addresses or something like .local?  How do I tell this to Lion's Server App / Setup Assistant? How easy is it to update these initial settings later?

    You do indeed need to have a master zone on lion server.  There's no way to get around that since Open Directory depends on Kerberos and Kerberos depends on the DNS.  LS scripts may see that the rDNS record exists, but I highly doubt that it'll auto configure everything for you... and given the number of possible variables, I bet that even if it worked something would need additional tweaking.
    Sounds like an interesting lab excersize.  You should try it on a test server!
    Again... you just need to folow the set up procedure that Lion Server presents you with. 
    It won't be smart enough to see your external records and use them to configure a key distribution center for your OD. 
    As far as your caching needs...  Could you set up your DHCP server to set the DNS server setting to show your internal server as the first hit, and your external as the second?  That way when the client requests a resolution it'll not get a hit on your local server but will from the external? 
    The question then is how long will it wait for a response from the first server?  Or will the first server respond with "I don't know" sending the client immediately to the second.
    The server set up that I have works similarly.  I have an internal master DNS that is replicated to a secondary.  The first DNS has an A record (community.server.com) that points to the INTERNAL ip address of the secondary server that's also running the web service.  The first server is running DHCP.  It tells the clients to use the first and second servers as it's DNS lookup. 
    Now...  Externally, my registrar hosts an A record for community.server.com that points to the external IP address of my router which then forwards the request to the proper port on the internal network.
    This way, the local clients internally look up and get a response locally when they go for community.server.com.  Externally, clients that look up community.server.com get the external connection to the router in my school.
    Yikes...  I fear that this is as clear as mud!
    -Graham

  • OS X server for local network Drupal web development

    HI All,
    First post here, so here goes, please go easy
    Background
    We're a small web development shop and bought a mac mini server so we can collaboratively develop our websites. Previously we have all been using MAMP on each of our local machines to develop Drupal websites.
    *Help needed*
    I've tried configuring some custom sites through the web services preference pane, but have no luck in viewing these custom sites from our other mac clients.
    Ideally we want to virtual host multiple sites on our server that we can see on our local network.
    We only want to connect/browse the server locally , so I'm a bit stumped on the need to set up DNS.
    Ideally i would like to browse the server directly by entering the IP address (and port number if need) followed by the site name.ie:
    http://myserve.local/mydevelopmentsite
    Essentially, i would like to replicate MAMP functionality - hosting multiple sites on the server that can be collaborated on from the local machines.
    I've really found it hard to find any configuration information via search, most topics seem to refer to modifying regular OSX installs to work as a server. My understanding is that as OSX server has all the necessary LAMP components that this should be a fairly straightforward task.
    If anyone can share any links, advice or tutorials that would be much appreciated.
    Best Regards
    Hixster
    Message was edited by: hixtser
    Message was edited by: hixtser
    Message was edited by: hixtser

    We only want to connect/browse the server locally , so I'm a bit stumped on the need to set up DNS.
    Ideally i would like to browse the server directly by entering the IP address (and port number if need) followed by the site name.ie:
    By default, virtual hosting setup via Server Admin use name-based virtual hosting, meaning that Apache looks at the hostname in the request to work out which site configuration to use. That's why you need DNS - a way to map the numerous names to the various sites you've configured, e.g.:
    http://site1.server.local/ -> site 1
    http://site2.server.local/ -> site 2
    (where both site1.server.local and site2.server.local resolve to this server's IP address)
    It is possible to do port-based virtual hosting (where you include the port number in the URL) - to do this you leave the hostname blank in Server Admin and ensure that each site has a different port number configured.
    http://server1.local:8001/ -> site 1
    http://server1.local:8002/ -> site 2
    There's no easy way to map URI elements to different sites, e.g.:
    http://server1.local/site1 -> site 1
    http://server1.local/site2 -> site 2
    This can be done by editing Apache's configuration directly, but you can't do this via Server Admin (unless you really are just mapping to different directories and not entirely different sites).

  • Airport for Internet with Wired Ethernet for local network

    I'm trying to set up a small local network of 3 PC laptops connected via a router to a Mac which is acting as the central repository for the 3 PCs. The 3 PCs and the Mac are all connected by Ethernet cables to the router which is deliberately isolated from the Internet. However, I also want the Mac to use Airport to get access to the Internet via another router which does have Internet access and provides wireless support.
    What happens is that the wireless Internet access for the Mac works OK as long as I have the Mac disconnected from the small PCs+router network. As soon as I connect the Ethernet cable to the Mac, it loses Internet access.
    It seems that the Mac is preferring to try to use the wired connection over the wireless connection for Internet access.
    How can I force the Mac to use the wireless connection for Internet access and leave the wired connection for my small local network? That is, how can I change the priorities for the two network interfaces (similar to the interface metric setting in Windows XP)?

    http://docs.info.apple.com/article.html?path=Mac/10.6/en/8156.html
    read this and then look at this.. this is a screen shot of what you need to do..
    http://www.ofzenandcomputing.com/wp-content/uploads/2007/02/Picture%203.png
    if you share your wireless and tell it to share it THROUGH your ethernet you'll be okay..
    another thing that you may want to do is to access your routers settings and tell it to work as a switch rather then a router. however if you can get it to work using the article up top then you might not need to do that.

  • Can I use wifi for internet, while ethernet only for local network?

    Hello everyone.  We have two internet connections at our office.  One is wifi only -- but fastest uploads.  The other is connected to our ethernet network (and very slow).  Really, it's not much a network -- just iMacs connected to a switcher.  When transferring files between iMacs, obviously we want to remain connected to ethernet.  But when uploading and downloading files, the wifi option is quickest (long story why -- our offices next door, can't run a physical line yet, yadda yadda).
    So we find ourselves constantly switching between the two in network preferences.  Not only is this a pain, but it doesn't allow us to upload or download directly to a drive on the network.
    Is there a way to tell the preferences to use wifi for internet, and ethernet for the local network (without internet)?
    (We have updated mountain lion on i7 imacs, and most recent airport extreme)
    Thanks!

    Your downstairs router can be installed anywhere in your home, but telephone companies or ISPs are only obligated to install their equipment just barely inside its service entrance. Usually, that location is the worst possible one for a home network, since it's in a basement or some remote corner, far from all the devices that use it.
    Your idea to install an Ethernet cable to extend its reach to a more suitable location is an excellent one and will be worth the effort or expense. If you don't want to do it yourself a qualified electrician can perform the work quickly and elegantly, and you may find the cost surprisingly affordable. Ask your friends and neighbors to recommend a reputable electrician and get a written estimate.

  • Changing ID of host machine for local network

    I don't have a local network yet I keep getting messages that the OS has changed the identity of my machine in order to allow file sharing!! "FirstName-LastName-.3 has been changed to .4" Nothing seems to change in terms of operation, but it is irritating and I wonder why it's happening. I have "File Sharing" off.

    K T wrote:
    this happens when the system detects a computer by the same name on the same local network.
    It's also happening when there is only one computer....which is apparently the OP's situation as I took it.
    yes, I know. what I meant is that the computer thinks that there is another computer by the same name on the network. it does not mean that there is actually another computer by the same name present, just that your computer thinks there is one for some reason. resetting the router is the first thing to try in such situation.

  • Account-Setup for mixed network

    Happy New Year to everybody!
    Here's my problem: We have a mixed environment with lots of Wiindows and some Macs (ca. 30). We run a OS X server 10.3.9. All windows-machine got their login on the server but store the data locally.
    For the macs we haven't found a way of making them login to the network everytime they log in locally and still have them keep their data locally.
    We figured out it might be best to setup mobile accounts, but it seems as if we're too stupid to do so...
    We followed step-by-step the setup proposed in the Mac OS X Server-Handbook, but apparently we're missing a point there.
    When I log in a supposedly mobile account on a local machine it should create a new mobile account. But it doesn't. It just doesn't recognize the username and shakes desperately...
    What must we change in order to make the local machine check on the server, whether this user is a mobile account or not?
    Or does anyone have a better solution to solve this problem?
    All suggestions are gladly welcome!!!
    Thank you in advance
    senex

    http://www.amazon.de/Server-Tiger-Visual-QuickPro-Guides/dp/0321362446/sr=8-6/qi d=1167814722/ref=sr16/302-9265250-9674445?ie=UTF8&s=books-intl-de
    http://www.amazon.de/MAC-Server-Essentials-Apple-Training/dp/0321357582/ref=pdbxgy__imgb/302-9265250-9674445
    The first being gui centric the latter being full of technical details.
    For to configure clients to query the server use DirectoryService.app -> LDAPv3.
    Use dscl to check if your client can succesfully query LDAP. See man dscl.
    HTH
    -Ralph
      Other OS  

  • Event 12014, MSExchangeTransport - Domain is setup for .Local, new Cert renewel is set to use external DNS

    Microsoft Exchange could not find a certificate that contains the domain name XYZMail.XYZ.Local in the personal store on the local computer. Therefore, it is unable to support the STARTTLS SMTP verb for the connector Default XYZMAIL with a FQDN parameter
    of XYZMAIL.XYZ.Local. If the connector's FQDN is not specified, the computer's FQDN is used. Verify the connector configuration and the installed certificates to make sure that there is a certificate with a domain name for that FQDN. If this certificate exists,
    run Enable-ExchangeCertificate -Services SMTP to make sure that the Microsoft Exchange Transport service has access to the certificate key.
    My domain is configured to be a .Local domain and my external is at a .US domain (I realize that the .Local is non preferred setup now).  I'd like to change that but it's a very large undertaking. I'm exploring my options of how to make this function
    properly within Exchange 2010.  I realize I can change the Certificate, but that will only get me until October 2015, as I'll be forced to remove the .Local at that point from the Cert. 
    Default XYZMAIL Is my incoming mail Receive Connector, so it cannot be easily changed.  Is there a work around to resolving this issue without massive changes?  If it helps at all, I'm also in the early stages of moving to Exchange 2013,
    if that would make this resolution easier.  Any advice is greatly appreciated. 

    Hi,
    According to this error, please try the following step to check this issue
    Run get-ExchangeCertificate via EMS.
    Write down the Thumbprint of the certificate that reflect the required FQDN name of the server.
    Review the current certificate that use by the Exchange server and each certificate function.
    Then run Enable-ExchangeCertificate -Thumbprint 2afd26617915932ad096c48eb3b847fc7457662 -Services "SMTP"
     (The value of -Thumbprint obtained in stage 2.)
    Restart the Exchange server.
    If this doesn’t help, we should consider to renew certificate.
    And this document for reference
    https://technet.microsoft.com/en-us/library/bb510128%28EXCHG.80%29.aspx?f=255&MSPPError=-2147217396
    Best Regards.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Lynn-Li
    TechNet Community Support

  • Proper setup for a network with Public Static IPs and Private IPs

    hello all-
    i am trying to setup a network with public static IP addresses and local (internal) IP addresses with 192.168.xxx.xxx format. i will try to explain as best i can how i have it set up and what my issues are.
    i have COX business services in my home and 8 static public IPs assigned to me. i have tried setting this up and everything internally (192.168.xxx.xxx) works fine and all the devices can get to the outside world fine but when i try to access ANY of the devices on the public IPs from outside the network i get absolutely nothing. the browser just times out and i cannot ping the devices even though COX can see and says the devices are bridging over. COX is unable to get a response when they ping the devices either.
    one of the devices is a Synology NAS with one Ethernet port that is using a public IP and the other using a 192.168.xxx.xxx address. when the Ethernet port is setup using a static public IP COX can see it but they get no response from a ping and when they go to the address to get the login page the browser times out. when i reconfigure the port for DHCP it grabs a public DHCP address and when COX pings that they get a response AND they are able to type the DHCP adress in their browser and get to the login page no problem. when i switch back to the static IP they can see it but again are unable to get a response from a ping and are unable to go to the login page.
    my setup is:
    COX Modem (only has 1 Ethernet port) ====>> 8 port NETGEAR Gigabit switch (all devices with Public IPs are plugged into the NETGEAR switch)
    NETGEAR switch ====>> WAN Port on Airport Extreme (latest version w/all software updates)
    LAN Port Airport Extreme ====>> CISCO 2960 48 port Gigabit Switch (all internal devices are plugged into the CISCO switch)
    like i said everything with the 192.168.xxx.xxx connects and i can connect to just fine but none of the devices with public static IPs can be pinged even though COX can see them bridging over. i have tried all new cables on the devices and that didn't work so it has to be something with my setup.
    do i need to add another router to this configuration because i have extra airport extremes lying around i can use if someone could just tell me how the setup should be. i also have a few ports open on the CISCO switch; is there a way i can use it for the 4-5 devices that have public IPs? or will that cause a problem with all the other devices plugged into it with the 192.168.xxx.xxx IP addresses?
    i'm not a networking guru (obviously) so if you are able to help me get this setup properly can you try not to use Doctoral Level syntax in your response? i would greatly appreciate it!
    i appreciate any and all help... thx in advance!

    Duplicate posts. 
    Go HERE.

  • Apple Remote Desktop Setup for Exernal Networks

    Hi there ,
    i would like to setup apple remote desktop 3 in the office to control 6 Macs ( external Networks ) in 6 different places via Internet .
    Do i need to buy a server or would it be enough to buy a Mac Pro - which setup would i need .
    stefan

    A server will do nothing for you, since ARD isn't a server-based application, per se. You can run a copy of ARD as a task server for a few functions (report gathering and software updates is about it), but that doesn't require Mac OS X Server or even a very fast Mac, just a second copy of ARD.

  • Satellite P100-113 not setup for ethernet networking

    The laptop was purchased in the UK but is being used in the USA, model PSPA3E. It is running Windows XP Home Edition sp2. We just had high-speed Internet brought to our house and I am trying to get the laptop connected to the Internet via an ethernet connection. There is an ethernet port on the back of the laptop, but when I plug in the ethernet cable it has a green light (on the right) and an amber light (on the left). When I go into "Device Manager" there are 2 network adapters that are displayed (a 1394 Net Adapter and an Intel PRO/Wireless 3945ABG Network Connection). I do not want to use the wireless (which does work), I want to use the ethernet. Under "Other Devices" there is a yellow question mark and a yellow exclamation point next to "Ethernet Controller."
    1. Is there a ethernet connection on this laptop? I do not see it under "Network Adapters" so perhaps it is on the motherboard?
    2. I went to the Toshiba UK support web site and downloaded the most recent 2 LAN drivers. Do I just need to install the most recent one (lan-20081201075406.zip)?
    All assistance would be appreciated.
    Thank you.
    Ted

    The LAN card in device manager that I click on to install the driver is the "1394 Net Adapter" ?
    Sorry for these basic questions, but I am used to seeing a specific manufacturer under network adapters (like Intel). Is this 1394 Net Adapter the one built into the motherboard?

  • Publish iCal calendar to local network disk?

    The Misses and I would like to share calalendars in a way other than shouting out information to one another across the room. We recently purchased a Time Capsule and would like to publish our calendars to the TC harddisk. (We did this previously with another network disk we have but used a different router to configure it)
    Based on our previous success at doing this, I presume we only need an ip address for the hard disk to set it up. I can't remember how we did this in the past and I don't want to use a program other than ical to do this.
    I just want my calendar and her calendar to publish to the disk so that we can each subscribe to the others.
    Can anyone help me with this?

    There was a previous discussion that may help. Do a search for local network shareing, but expand out to all year. This may be what you need. Haven't tried it myself yet, but it looks like it may be the answer. I have the same need as you, BTW.
    Re: Entering iCal from a network
    Posted: Mar 22, 2008 5:51 PM in response to: Fulvio Pietramala
    You need to use a product like BusySync to selectively share calendars across a network. Your present approach is guaranteed to fail, and to corrupt your event and task data.

  • Mac - Windows Wireless Local Network

    Hello, everyone.
    I just got my new MacBook Pro.
    I have a desktop PC that I need to share/sync files with.
    How can I do that over wifi?
    I have no clue how to setup this local network, so please help?
    I can see the MacBook in my Windows, but not the other way around.
    Thank you!

    it is a windows 8

  • Configuring Cisco ASA for site to site VPN ( Issue with setting up local network)

    OK, so our primary firewall is a checkpoint gateway. Behind that we have a cisco ASA for vpn users. I have a project at the moment where we need to connect to another company using site to site VPN through the cisco ASA, as the checkpoint gateway is unable to establish a permanent tunnel with the other companies Cisco ASA.
    What would be the best practise for setting up the local network on my side? Create the network on the ASA and then use a L2 vlan to connect to the Core switch? 
    Setup a L3 interface on the core switch and point it towards the checkpoint gateway which would then point to the ASA?
    When you have to select your local network through the site to site wizard do you have to put the inside network address of the ASA?
    Our network is setup like this: Access layer switch > Core 6500 Switch > Checkpoint-Firewall > Internet
    The ASA is connected to a checkpoint sub interface
    Any help would be beneficial as im new to cisco ASAs 
    Thanks
    Mark

    Mark
    If we understood more about your environment we might be able to give you better answers. My initial reaction was similar to the suggestion from Michael to use a L2 vlan. But as I think a bit more my attention is drawn to something that you mention in the original post. The ASA is there for VPN users. If the VPN users need to access your internal network then you probably already have something configured on the ASA that allows access to the internal network. Perhaps that same thing might provide access for your site to site VPN?
    HTH
    Rick

  • Best Setup For Frequent File Sharing On Home Network?

    Hi guys,
    I'm setting up an office at my house with multiple computers on a network, and we'll be sharing files over the network frequently. My question is, what is the best setup for this?.. Fastest transfer of files, stable wireless connection, etc.
    All of the computers will be Macs (iMacs and Macbooks).
    We'll be editing videos/photos on the computers. (Potentially large files)
    Is the easiest setup just to have the main computer attached to a good router, setup file sharing on all other computers, and just do it that way?
    Or would it be better to create some sort of NAS?
    Also can someone reccomend a good router for this type of scenario?
    Thanks for any help given.

    NAS is the right tool for this job.
    It is expensive but the market leaders.. synology and QNAP have really been doing it for long time and the ability to do file store/sharing and most importantly backup in these is excellent. Pick the best you can afford.. and buy disks that are in the recommended list. ie the cheapest are not always the best.. indeed they seldom are.
    Plan very carefully for rotation of USB drives (easy and cheap now with 4TB single drives). Rotate backups with offsite location on weekly basis.
    I would buy a 4 disk case.. you can use 4x3TB which are the best value at the moment.. that gives you 9TB of storage.. plus redundancy for a dead drive.
    Alternatives are using a Mac Mini as a server.. with a large stack of disks on it.. generally should be thinking thunderbolt if you want speed. Hideously expensive though for now.
    You can buy an Extreme or TC.. either would work well. TC allows you easy TM backups without using your NAS..
    Edit very large files on the computer. ie copy to computer.. edit.. copy back to the NAS.
    Editing very large files over wireless.. not good. Multiply that by mutliple computers.. not even fair.
    Copy a large project to the computer.. work on it.. copy back to the NAS.. in the meantime Time Machine should be able to take care of incremental backups.
    There are heaps and heaps of solutions.. as long as it is logical and easy to you.. and covers what you need.
    Don't skimp.. spending a $1000 for a NAS with disks.. plus extra for the backup disks.. that represents how many day's work for you plus anyone you have helping.. $$$$ ????
    A mini as a server is a good alternative.. You don't need to run server OS.. but share files to the network. Very hard to build the capacity of the NAS though.
    And a Mac Pro is now a joke without internal slots and cages for drives. (nice machine but wrong for this).
    And Apple have nothing in between.. a short tower case.. been missing for a long long time.

Maybe you are looking for

  • IMessage on Macbook Pro shutting down immediately after opening

    This just started this morning, everytime I open imessage on my macbook pro, its shuts down and show me this error message This is this system report. This is so frustrating, it juss shuts down after opening,I have checked other threads and nothing s

  • Question about using multiple iPods on the same PC

    I've read the FAQs on this subject but I still have a couple of questions about multiple users with separate iPods using the same PC. I want to use my family's desktop (A new Gateway with Vista, if it matters) for my new iPod Classic, but my father a

  • IMac Display is jittering or subtly flickering

    i just bought a iMac off of eBay. 2ghz Intel Core 2 Duo. One of the white ones from i think three years ago. the last couple of days the display has started to faintly have those ghost lines jittering. i wish i knew the best way to describe this.. it

  • Reset the whole Component Tree?

    Hi, I've got 2 qeustions: 1. How can I reset the whole Component Tree? 2. And is it possible to destroy the User-Session for the current JSF application? If I use session.invalidate() the whole session will be destroyed, but I only want that all jsf

  • HT5624 App and photo transfer

    How do I get back all my apps and photos from my old iPhone to my new one? I have never used backup on my old iPhone. So when I upgraded, I asked the consultant if I was able to keep my old apps and all my photos from the old phone and transfer them