jordus10 wrote:In Windows(which is on my laptop) you must set ip address, subnet mask, gateway, DNS server and alternate DNS server. But on Raspbian you must set up ip address, routers and domain name servers. I don't know how to set up it properly, because there are different configuration names on Windows and Raspbian.
The way the IP address is set on the Pi includes the subnet mask as the /nn value on the end. A /24 means a subnet mask of 255.255.255.0 (in binary that is 11111111.11111111.11111111.00000000 or 24 1s and the rest as 0s).
"gateway" on Windows is "router" on the Pi.
"DNS server" and (optional) "alternate DNS server" on Windows is "domain name servers" on the Pi.