Answer the question
In order to leave comments, you need to log in
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
for access, use the IP of the neckbook
here is an example of setting up hosts
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
ssh [email protected]_netbook
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 questionAsk a Question
731 491 924 answers to any question