james snyder server project five
log 5
I set SSH to listen on TCP port 22.
my ssh name was something like
name.homelinux.com
On one of my laptops, I logged into my firewall router page so that I could configure all the IP address settings in view of my new web server.
I made the following minor changes:
IP .2 > change to mine IP
IP .3 > change to mine IP
I checked my Network configuration:
Hostname: ubuntuhostname
HTTP Proxy: http://[[user]] [:pass] @] host
[:port] /"
partition to master
server domain name 127.0.1=servername
I verified my DNS settings:
212.58.224.125
and to update my web server operating system with the newest releases of software:
sudo apt-get update
and to check these updates in the sources file:
$/source/sources in mailform release file
and then to install the SSH server program so that he could look at my system from remote, from afar:
sudo apt-get install openssh-server
then I installed a program on one of my windows laptops that enabled me to log into my new Linux Web Server via remote control, called PUTTY.
When I executed the new Putty program, I had to check these settings:
MS WIN:PUTTY:192.168.2.5
use WAN address: myipaddress.com
80.193.51.42
preferred DNS server: 4.2.2.1
Tomorrow I am going to check //192.168.2.1 as my default gateway to configure my router via ssh....
No comments:
Post a Comment