Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 34

Thread: Working with files on a remote computer

  1. #11
    Join Date
    Mar 2009
    Location
    Canary Islands, Spain
    Beans
    139
    Distro
    Ubuntu 17.04 Zesty Zapus

    Re: Working with files on a remote computer

    Quote Originally Posted by Lars Noodén View Post
    Sometimes the routers will let you associate the IP address with a MAC address on your network adapter. Another way might be to increase the lease times so that the lease does not expire so soon.
    How do I do that? From within the router's menu?

  2. #12
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Working with files on a remote computer

    Yes, but exactly where or if it can be done varies from model to model. You'll have to work through the menus yourself to see if it does have those capabilities.

  3. #13
    Join Date
    Mar 2009
    Location
    Canary Islands, Spain
    Beans
    139
    Distro
    Ubuntu 17.04 Zesty Zapus

    Re: Working with files on a remote computer

    I think I found it.
    So, I just have to make the lease permanent, right? Does this suppose some security issue or something? I mean, making it permanent?
    Attached Images Attached Images

  4. #14
    Join Date
    Apr 2008
    Beans
    25

    Re: Working with files on a remote computer

    Another possibility is to edit the Network Connection and assign one computer a fixed IP address of 192.168 ... X; and the other a fixed IP address of 192.168 ... Y
    Last edited by rjf1; December 28th, 2011 at 02:45 PM.

  5. #15
    Join Date
    Mar 2009
    Location
    Canary Islands, Spain
    Beans
    139
    Distro
    Ubuntu 17.04 Zesty Zapus

    Re: Working with files on a remote computer

    Quote Originally Posted by rjf1 View Post
    Another possibility is to edit the Network Connection and assign one computer a fixed IP address of 192.168 ... X; and the other a fixed IP address of 192.168 ... Y
    And how do you do it from the Network Connection?

  6. #16
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Working with files on a remote computer

    Quote Originally Posted by Canaryguy View Post
    And how do you do it from the Network Connection?
    Dash->Network Connections->Edit Wired Connection->Method->Manual

    You can also edit /etc/network/interfaces directly.

  7. #17
    Join Date
    Mar 2009
    Location
    Canary Islands, Spain
    Beans
    139
    Distro
    Ubuntu 17.04 Zesty Zapus

    Re: Working with files on a remote computer

    Quote Originally Posted by Lars Noodén View Post
    Dash->Network Connections->Edit Wired Connection->Method->Manual

    You can also edit /etc/network/interfaces directly.
    So, from Network Connection I edit the wire or wireless and then go to IPv4 and IPv6 Settings and change them to manual. Then I have to add an Adress Netmask and Gateway. hmmm... is that right?

  8. #18
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Working with files on a remote computer

    Yes. The end result is that you will have something like the following in /etc/network/interfaces

    Code:
    iface eth0 inet static
       address 192.168.222.24
       broadcast 192.168.222.255
       netmask 255.255.255.0
       gateway 192.168.222.1
    Of course you want the values to match what you are using on your own network.

  9. #19
    Join Date
    Mar 2009
    Location
    Canary Islands, Spain
    Beans
    139
    Distro
    Ubuntu 17.04 Zesty Zapus

    Re: Working with files on a remote computer

    Thank you for your help Lars and rjf1.

  10. #20
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Working with files on a remote computer

    You're welcome.

    As an afterthought, you might want to make the fixed IP numbers outside the range doled out by DHCP. That way you can avoid even the possibility of a collision.

Page 2 of 4 FirstFirst 1234 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •