I
I
Igor Katkov2015-07-28 12:16:23
PHP
Igor Katkov, 2015-07-28 12:16:23

How to connect to the server via local network?

Good day!
There is a netbook with debian on board (LAMP). Actually the question is: how can I connect to the server on a netbook? Where can I read documentation or manuals? In other words, I'm interested in the ability to access the server and virtual hosts via a local network / Wi-Fi.
I'm just learning, don't blame me :) Thank you for your attention

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey, 2015-07-28
@iKatkovJS

for access, use the IP of the neckbook
here is an example of setting up hosts

E
Extor, 2015-07-28
@Extor

You can connect using the SSH protocol.
To do this, you need to know the IP of the netbook, which in turn can be viewed with the "ip a" command. Example:

ip a
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether d8:54:e6:54:20:c0 brd ff:ff:ff:ff:ff:ff
    inet 10.73.128.18/24 brd 10.73.128.255 scope global eth0
       valid_lft forever preferred_lft forever
    inet6 fe80::da50:e6ff:fe54:18c0/64 scope link 
       valid_lft forever preferred_lft forever

If you connect from windows, you can use putty .
If with Linux, then it is enough in the terminal:
ssh [email protected]_netbook

B
Bogdan Romanov, 2015-07-28
@st_scar

How exactly are you going to connect? Through ssh, vnc?
static ip address? If not, then try no-dns.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question