פקודת firewall-cmd

dovdan77

New member
פקודת firewall-cmd

שלום רב,
מנסה להכין מכונת CentOS6.4 לטובת התקנה של owncloud.
מצאתי מדריך ביו-טיוב (https://www.youtube.com/watch?v=nY3ALemZoJw). יש לציין כי המדריך הינו לטובת CentOS 7.
אציין כי התקנתי את המכונה ומערכת ההפעלה ולאחר מכן הרצתי yum -y update
מגיעים לחלק בו צריך להריץ את הפקודה הנ"ל ואז מתקבלת התגובה bash: firewall-cmd: command not found.
לאחר חיפוש מצאתי את הפקודה לבדיקה
( rpm -qf &(which firewall-cmd
לאחר קריאת הפלט של הפקודה הנ"ל ניסיתי להריץ את yum install firewalld דבר שגרר את התגובה No package firewalld available.
מה ניתן לעשות על מנת "לייבא" את הפקודה firewall-cmd?
תודה!
 

mavor

New member
you dont need to

https://www.youtube.com/watch?v=7P7hU2kI2hc
to sum up as root :

iptables -F
iptables -A INPUT -i lo -j ACCEPT
iptables -A INPUT -p tcp -m tcp --dport 22 -j ACCEPT
iptables -A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
iptables -A INPUT -p tcp -m tcp --dport 443 -j ACCEPT
/etc/init.d/iptables save
/etc/init.d/iptables restart

cd /etc/yum.repos.d/
wget http://download.opensuse.org/reposi...y/CentOS_CentOS-6/isv:ownCloud:community.repo
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum -y install owncloud
 

dovdan77

New member
תודה רבה אבל

יש בעיה. למרות שישמתי את הפקודות הנ"ל שמתי לב כי הוא מנסה להוריד ולהתקין את גרסה 8 של OWNCLOUD. יתכן וזה מה שהוביל בסוף פקודת ה-YUM להודעת שגיאה שאומרת כי נדרש php>= 5.4.0 בעוד שמותקן גרסה 5.3.3-40.el6_6.x86_64 (@updates)
וזמין (AVAILABLE) גרסה php-5.3.3-38.el6.x86_64 (base)
ניסיתי להריץ yum install php אבל רשום בתגובה כי החבילה php-5.3.3-40.el6.x86_64 כבר מותקנת ואין מה לעשות..
האם הבעיה היא ש-CentOS 6.4 מוגבל לגרסה מקסימלית זו של PHP ולכן לא אוכל להתקין את ה-ownCloud?
תודה למשיבים.
 

dovdan77

New member
פתרתי את בעית ה-PHP

שלום לכולם,
הבעיה הנ"ל נפתרה על ידי התקנה של פלאג-אין באמצעות הפקודה yum -install yum-plugin-replace לאחר מכן הרצתי פקודה "החלפה" של חבילת ה-PHP.
לאחר הסיום, הרצתי שוב את ההתקנה של OWNCLOUD והפעם בבדיקת DEPENDENCY נמצאה הבעיה:
processing conflict: php55w-common-5.5.25-1.w6.x86_64 conflicts php-common < 5.5.0
Finished Dependency Resolution
Error: php55w-common conflicts with php-common-5.3.3-40.el6_6.x86_64

רעיונות/לינקים?

תודה
 

mavor

New member
if you follow my cut and past you will be setup !!

i just test it on VM (attach the log) works out of the box
you need only one command install wget the rest will work !!
if its desktop just start from 0 reinstall is OS and CAT AND PAST !! it will work for you
if its VM just rebuild new VM from 0
 

isackris

New member
without a drop rule you don't really need the accept ones

and with drop rule, i think you need to allow RELATED,ESTABLISHED in general while NEW only to the ports you want to open from outside
&nbsp
aka stateful firewall
 
למעלה