Results 1 to 2 of 2

Thread: can't have a local ip adress ubuntu server

  1. #1
    Join Date
    Oct 2015
    Beans
    3

    Question can't have a local ip adress ubuntu server

    hello, i installed ubuntu server for the first time on virtualbox on my pc running on windows.to test connectivity between the two systems :
    windows: 192.168.1.3 (LAN)
    ubuntu server: 10.0.2.15

    when the ping: ubuntu server ping to windows machine but not vice versa

    how to solve this type of problem
    thank you

  2. #2
    Join Date
    Oct 2015
    Beans
    3

    Re: can't have a local ip adress ubuntu server

    problem solved with editing the file /etc/dhcp/dhcpd.conf and writing
    subnet 192.168.1.0 netmask 255.255.255.0 {
    range 192.168.1.10 192.168.1.100;
    }

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
  •