Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
hi i've just appeared RHCE exam. i passed RHCT....but got only 36% in rhce part. but i configured all the servers correctly. i wrote shell script of iptables and i successfully run it. i wrote the following scripts....
allow domain--172.24.0.0/16
deny domain-172.25.0.0/16
The conditions were
1. no one from deny domain can access pop3
2. only clients within allow domain can access FTP
3.no one from deny domain can access ssh
4.only clients within allow domain can access imaps
i wrote following,..
-----------
iptables -F
service iptables save
iptables -I INPUT -s 172.25.0.0/16 -p tcp --dport 110 -j REJECT
iptables -I INPUT -s ! 172.24.0.0/16 -p tcp --dport 21 -j REJECT
iptables -I INPUT -s 172.25.0.0/16 -p tcp --dport 22 -j REJECT
iptables -I INPUT -s ! 172.24.0.0/16 -p tcp --dport 993 -j REJECT
service iptables save
service iptables restart
chkconfig iptables on
-----------
the result of shell script showed ok when i tested during exam.
i didnt know why i failed in rhce..?? is there any problem in the above scripting..?? BTW i checked all the servers and i found ok after rebooting machine...can anyone suggest me....i am in gr8 depretion....
hi i've just appeared RHCE exam. i passed RHCT....but got only 36% in rhce part. but i configured all the servers correctly. i wrote shell script of iptables and i successfully run it. i wrote the following scripts....
allow domain--172.24.0.0/16
deny domain-172.25.0.0/16
The conditions were
1. no one from deny domain can access pop3
2. only clients within allow domain can access FTP
3.no one from deny domain can access ssh
4.only clients within allow domain can access imaps
i wrote following,..
-----------
iptables -F
service iptables save
iptables -I INPUT -s 172.25.0.0/16 -p tcp --dport 110 -j REJECT
iptables -I INPUT -s ! 172.24.0.0/16 -p tcp --dport 21 -j REJECT
iptables -I INPUT -s 172.25.0.0/16 -p tcp --dport 22 -j REJECT
iptables -I INPUT -s ! 172.24.0.0/16 -p tcp --dport 993 -j REJECT
service iptables save
service iptables restart
chkconfig iptables on
-----------
the result of shell script showed ok when i tested during exam.
i didnt know why i failed in rhce..?? is there any problem in the above scripting..?? BTW i checked all the servers and i found ok after rebooting machine...can anyone suggest me....i am in gr8 depretion....
it is more then likely you failed on other areas. there is much much more to the RHCE then just configuring iptables for imap, http ftp and pop3..!
the matter is RHCE authority didn't provide me detail of my error in xm. so i am in dark.....So far i did everything alright...i don't know why rhce dont provide the details so that the errors can be identified and fixed while appearing the next time .... it's silly.....!! i am suffering....A lot....
the matter is RHCE authority didn't provide me detail of my error in xm. so i am in dark.....So far i did everything alright...i don't know why rhce dont provide the details so that the errors can be identified and fixed while appearing the next time .... it's silly.....!! i am suffering....A lot....
Are you not paying attention to what is getting told to you??
Again...there is LOTS more to the RHCE than the things you've posted. You could have failed in many other areas, so fixating on iptables and a VERY basic shell script, is pointless.
If you're not listening to what folks are telling you here, you probably did the same thing with the exam.
the matter is RHCE authority didn't provide me detail of my error in xm. so i am in dark.....So far i did everything alright...i don't know why rhce dont provide the details so that the errors can be identified and fixed while appearing the next time .... it's silly.....!! i am suffering....A lot....
i have sat and passed this exam and can tell you - there is still a lot more to the exam then what you listed.
no they wont tell you...but then i think that is a good thing...it ensures you learn every area in detail.
the matter is RHCE authority didn't provide me detail of my error in xm. so i am in dark.....So far i did everything alright...i don't know why rhce dont provide the details so that the errors can be identified and fixed while appearing the next time .... it's silly.....!! i am suffering....A lot....
Normally, when completing an exam, I would expect someone to know where they did not understand something. If I understand the RHCE testing correctly, I would not expect them to give you detailed feedback. Thus---in this situation---you are really the only person who can speculate as to why you did not pass.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.