본문 바로가기

카테고리 없음

Setting Up Ubuntu 10.04 As A Server For Mac

Setting up LAMP server on Ubuntu 10.04 (Lucid Lynx) LAMP is an acronym for the Linux Apache MySQL PHP stack, which is a very popular web development framework. This walkthrough will guide you step by step the process of installing a base LAMP stack on a clean Ubuntu 10.04 (Lucid Lynx) server. Samba allows to share files and printers with other computers remotely, regardless their operating system (linux, windows, Mac, ). This guide show how to intall and configure the Samba service in a Ubuntu machine and access it through windows and mac. I have a server running Ubuntu Server 10.04, and I installed vsftpd on it. Now, I am able to connect to it with only one program which is for windows only (bleh) The program is WinSCP. I cannot connect to the server with any other application, such as the Ubuntu connect to server, Mac connect to server, FileZilla, Web Browser, or anything that.

How to set static IP Address in Ubuntu Server 16.04 It is really important to know how to configure static IP Address on Ubuntu Server, Because it is almost impossible to run a server without a static IP Address. During the installation, Ubuntu Server by default configured to use dynamic IP Address. In this Tutorial we are going to learn how to set static IP Address in Ubuntu Server 16.04. Following are the steps we are going to follow. Check Available network interfaces on Ubuntu Server 16.04. Add static IP Configuration to the network configuration file. Restart Ubuntu Networking Service.

Check Available Network Interfaces on Ubuntu Server First of all you need to get the list of available network interfaces on your Ubuntu Server 16.04. We can use ip link show command to find available network interfaces on Ubuntu Linux. Auto enp0s3 iface enp0s3 inet static address 192.168.1.10 netmask 255.255.255.0 gateway 192.168.1.1 dns-nameservers 8.8.8.8 8.8.4.4 auto enp0s8 iface enp0s8 inet static address 192.168.0.100 netmask 255.255.255.0.

10.04

Setting Up Ubuntu 10.04 As A Server For Mac

Most important thing when configuring multiple interface is you cannot set multiple default gateways. Only one interface should configure with the default gateway. For other interfaces you should add default gateway using static routes. Summary: Set Static IP Ubuntu Server 16.04 In this tutorial we learned how to set static ip address in Ubuntu server 16.04. Using ip link show command we identified the available network interface in our ubuntu server 16.04.

Then we add static IP address configuration to the /etc/network/interfaces file and restart the ubuntu networking service.