• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Mandrake 9.1 setup Firewall, can't access the net

 
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All,
I'm new to linux. I just installed version 9.1 But when I setup the firewall, I can't access the internet. Only when I check the box:
"Everything (no firewall)" that I can access the internet. If I uncheck the box, I lose access. Any idea on what I may be missing? FYI - DrakSec security level is: standard. Not sure if it has anything to do.
Thanks,
Francois.
 
Ranch Hand
Posts: 919
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I believe shorewall is installed as the firewall package (it's iptables-made-easy) by default with mandrake 9.1, check out the shorewall website for more info. There's a great mailing list for shorewall too, with a very fast turnaround on shorewall problems.
To get things set up the way you want them you should get acquainted with the shorewall documentation first. You will need to edit some of the shorewall configuration files to change the setup.
I'm not sure what version is installed with mandrake 9.1, open a terminal session and type:
rpm -qa|grep shorewall
to find out. When you know the version that's installed you can read the appropriate section of the website.
I hope that helps.
 
Francois Bourgault
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tnxs,
I'll check out shorewall docum. In the mean time, I did some research and I downloaded/installed guarddog. If I run guarddog, will it conflict with shorewall setup or should I uninstall shorewall so there's no conflict when I start linux.
Francois.
 
George Brown
Ranch Hand
Posts: 919
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You wouldn't need to uninstall shorewall, just change which services are started at boot time to make sure that shorewall isn't started by default. Then you can run guarddog to configure your firewall. I had a quick look at guarddog and it looks as though guarddog is a GUI to manage the iptables, so it's doing ostensibly the same as shorewall (except it does it via X windows).
The easy way to disable shorewall at boot time is to type the following at the root user's command prompt:
chkconfig shorewall off
[ November 18, 2003: Message edited by: George Brown ]
 
There are 29 Knuts in one Sickle, and 17 Sickles make up a Galleon. 42 tiny ads in a knut:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic