Thứ Năm, 7 tháng 4, 2022

Cấu hình máy ảo Linux 7 ra ngoài mạng Internet để cài đăt gói VNC từ Internet

1. Cấu hình cạc mạng máy ảo

2. Sửa /etc/hosts:

[root@linux7 yum.repos.d]# more /etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

192.168.10.128          linux7

3. Sửa file ifcfg-ens33

[root@linux7 yum.repos.d]# vi  /etc/sysconfig/network-scripts/ifcfg-ens33 
TYPE=Ethernet
PROXY_METHOD=none
BROWSER_ONLY=no
BOOTPROTO=none
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
IPV6_ADDR_GEN_MODE=stable-privacy
NAME=ens33
UUID=eb661306-761d-4d79-a2b1-4d6cf7eeb110
DEVICE=ens33
ONBOOT=yes
IPADDR=192.168.10.128
PREFIX=24
GATEWAY=192.168.10.1
IPV6_PRIVACY=no

4. Cấu hình DNS

vi /etc/resolv.conf

Thêm dòng:

nameserver 8.8.8.8
nameserver 8.8.4.4

5. Tạo file ol7-temp.repo 

vi /etc/yum.repos.d/ol7-temp.repo 

[ol7_latest]
name=Oracle Linux $releasever Latest ($basearch)
baseurl=https://yum.oracle.com/repo/OracleLinux/OL7/latest/$basearch/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
gpgcheck=1
enabled=1
[root@linux7 yum.repos.d]# pwd
/etc/yum.repos.d

6. Cài đặt vnc

[root@linux7 yum.repos.d]# yum install vnc

Loaded plugins: langpacks, ulninfo
ol7_latest                                                                                                                                                                                                           | 3.6 kB  00:00:00     
(1/3): ol7_latest/x86_64/group_gz                                                                                                                                                                                    | 136 kB  00:00:00     
(2/3): ol7_latest/x86_64/updateinfo                                                                                                                                                                                  | 3.4 MB  00:00:00     
(3/3): ol7_latest/x86_64/primary_db                                                                                                                                                                                  |  39 MB  00:00:03     
Resolving Dependencies
--> Running transaction check
---> Package tigervnc.x86_64 0:1.8.0-22.el7 will be installed
--> Processing Dependency: tigervnc-icons for package: tigervnc-1.8.0-22.el7.x86_64
--> Processing Dependency: libfltk.so.1.3()(64bit) for package: tigervnc-1.8.0-22.el7.x86_64
--> Processing Dependency: libfltk_images.so.1.3()(64bit) for package: tigervnc-1.8.0-22.el7.x86_64
--> Running transaction check
---> Package fltk.x86_64 0:1.3.4-2.el7 will be installed
--> Processing Dependency: libGLU.so.1()(64bit) for package: fltk-1.3.4-2.el7.x86_64
---> Package tigervnc-icons.noarch 0:1.8.0-22.el7 will be installed
--> Running transaction check
---> Package mesa-libGLU.x86_64 0:9.0.0-4.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

============================================================================================================================================================================================================================================
 Package                                                     Arch                                                Version                                                      Repository                                               Size
============================================================================================================================================================================================================================================
Installing:
 tigervnc                                                    x86_64                                              1.8.0-22.el7                                                 ol7_latest                                              236 k
Installing for dependencies:
 fltk                                                        x86_64                                              1.3.4-2.el7                                                  ol7_latest                                              560 k
 mesa-libGLU                                                 x86_64                                              9.0.0-4.el7                                                  ol7_latest                                              193 k
 tigervnc-icons                                              noarch                                              1.8.0-22.el7                                                 ol7_latest                                               39 k

Transaction Summary
============================================================================================================================================================================================================================================
Install  1 Package (+3 Dependent packages)

Total download size: 1.0 M
Installed size: 2.5 M
Is this ok [y/d/N]: y
Downloading packages:
(1/4): fltk-1.3.4-2.el7.x86_64.rpm                                                                                                                                                                                   | 560 kB  00:00:00     
(2/4): mesa-libGLU-9.0.0-4.el7.x86_64.rpm                                                                                                                                                                            | 193 kB  00:00:00     
(3/4): tigervnc-icons-1.8.0-22.el7.noarch.rpm                                                                                                                                                                        |  39 kB  00:00:00     
(4/4): tigervnc-1.8.0-22.el7.x86_64.rpm                                                                                                                                                                              | 236 kB  00:00:02     
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                                                                       388 kB/s | 1.0 MB  00:00:02     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : tigervnc-icons-1.8.0-22.el7.noarch                                                                                                                                                                                       1/4 
  Installing : mesa-libGLU-9.0.0-4.el7.x86_64                                                                                                                                                                                           2/4 
  Installing : fltk-1.3.4-2.el7.x86_64                                                                                                                                                                                                  3/4 
  Installing : tigervnc-1.8.0-22.el7.x86_64                                                                                                                                                                                             4/4 
  Verifying  : mesa-libGLU-9.0.0-4.el7.x86_64                                                                                                                                                                                           1/4 
  Verifying  : tigervnc-icons-1.8.0-22.el7.noarch                                                                                                                                                                                       2/4 
  Verifying  : fltk-1.3.4-2.el7.x86_64                                                                                                                                                                                                  3/4 
  Verifying  : tigervnc-1.8.0-22.el7.x86_64                                                                                                                                                                                             4/4 

Installed:
  tigervnc.x86_64 0:1.8.0-22.el7                                                                                                                                                                                                            

Dependency Installed:
  fltk.x86_64 0:1.3.4-2.el7                                               mesa-libGLU.x86_64 0:9.0.0-4.el7                                               tigervnc-icons.noarch 0:1.8.0-22.el7                                              

Complete!

7. Sử dụng VNC:

# vncserver :1
Gõ mật khẩu oracle

Dùng vncviewer để kết nối đến VNCServer



Hy vọng hữu ích cho bạn.
=============================
* KHOÁ HỌC ORACLE DATABASE A-Z ENTERPRISE trực tiếp từ tôi giúp bạn bước đầu trở thành những chuyên gia DBA, đủ kinh nghiệm đi thi chứng chỉ OA/OCP, đặc biệt là rất nhiều kinh nghiệm, bí kíp thực chiến trên các hệ thống Core tại VN chỉ sau 1 khoá học.
* CÁCH ĐĂNG KÝ: Gõ (.) hoặc để lại số điện thoại hoặc inbox https://m.me/tranvanbinh.vn hoặc Hotline/Zalo 090.29.12.888
* Chi tiết tham khảo:
https://bit.ly/oaz_w
=============================
KẾT NỐI VỚI CHUYÊN GIA TRẦN VĂN BÌNH:
📧 Mail: binhoracle@gmail.com
☎️ Mobile: 0902912888
⚡️ Skype: tranbinh48ca
👨 Facebook: https://www.facebook.com/BinhOracleMaster
👨 Inbox Messenger: https://m.me/101036604657441 (profile)
👨 Fanpage: https://www.facebook.com/tranvanbinh.vn
👨 Inbox Fanpage: https://m.me/tranvanbinh.vn
👨👩 Group FB: https://www.facebook.com/groups/DBAVietNam
👨 Website: https://www.tranvanbinh.vn
👨 Blogger: https://tranvanbinhmaster.blogspot.com
🎬 Youtube: http://bit.ly/ytb_binhoraclemaster
👨 Tiktok: https://www.tiktok.com/@binhoraclemaster?lang=vi
👨 Linkin: https://www.linkedin.com/in/binhoracle
👨 Twitter: https://twitter.com/binhoracle
👨 Địa chỉ: Tòa nhà Sun Square - 21 Lê Đức Thọ - Phường Mỹ Đình 1 - Quận Nam Từ Liêm - TP.Hà Nội

=============================
học oracle database, Tự học Oracle, Tài liệu Oracle 12c tiếng Việt, Hướng dẫn sử dụng Oracle Database, Oracle SQL cơ bản, Oracle SQL là gì, Khóa học Oracle Hà Nội, Học chứng chỉ Oracle ở đầu, Khóa học Oracle online,khóa học pl/sql, học dba, học dba ở việt nam, khóa học dba, khóa học dba sql, tài liệu học dba oracle, Khóa học Oracle online, học oracle sql, học oracle ở đâu tphcm, học oracle bắt đầu từ đâu, học oracle ở hà nội, oracle database tutorial, oracle database 12c, oracle database là gì, oracle database 11g, oracle download, oracle database 19c, oracle dba tutorial, oracle tunning, sql tunning , oracle 12c, oracle multitenant, Container Databases (CDB), Pluggable Databases (PDB), oracle cloud, oracle security, oracle fga, audit_trail, oracle dataguard, oracle goldengate, mview, oracle exadata, oracle oca, oracle ocp, oracle ocm , oracle weblogic, middleware, hoc solaris, hoc linux, hoc aix, unix, securecrt, xshell, mobaxterm, putty

ĐỌC NHIỀU

Trần Văn Bình - Oracle Database Master