SuSE 7.1 w/ 2.4 kernel & ipchains
I just installed 7.1 with the 2.4 kernal. I am using SuSEfirewall and ipchains. It doesn't seem to be blocking anything. What do I use with 2.4 kernals to build a firewall in a hurry. TIA, Jeffrey
On Thu, 31 Jan 2002 19:44:26 -0600 Jeffrey Taylor <jeff.taylor@ieee.org> wrote:
I just installed 7.1 with the 2.4 kernal. I am using SuSEfirewall and ipchains. It doesn't seem to be blocking anything. What do I use with 2.4 kernals to build a firewall in a hurry.
Switch to iptables, it's the future for firewalls. Get the SuSEfirewall2-1.7.rpm , install, and follow simple instructions. Firewall in 10 minutes. -- $|=1;while(1){print pack("h*",'75861647f302d4560275f6272797f3');sleep(1); for(1..16){for(8,32,8,7){print chr($_);}select(undef,undef,undef,.05);}}
Couple of questions, will it work with SuSE 7.1 (lx_sus24-2.4.0.SuSE-6), and where can I download it? Jeffrey Quoting zentara <zentara@gypsyfarm.com>:
On Thu, 31 Jan 2002 19:44:26 -0600 Jeffrey Taylor <jeff.taylor@ieee.org> wrote:
I just installed 7.1 with the 2.4 kernal. I am using SuSEfirewall and ipchains. It doesn't seem to be blocking anything. What do I use with 2.4 kernals to build a firewall in a hurry.
Switch to iptables, it's the future for firewalls. Get the SuSEfirewall2-1.7.rpm , install, and follow simple instructions.
Firewall in 10 minutes.
-- $|=1;while(1){print pack("h*",'75861647f302d4560275f6272797f3');sleep(1); for(1..16){for(8,32,8,7){print chr($_);}select(undef,undef,undef,.05);}}
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq and the archives at http://lists.suse.com
As long as you are running a 2.4 kernel it will work. You can download it from: http://www.suse.com/~marc/security.html Jim 02/01/02 10:50:45 AM, Jeffrey Taylor <jeff.taylor@ieee.org> wrote:
Couple of questions, will it work with SuSE 7.1 (lx_sus24-2.4.0.SuSE-6), and where can I download it?
Jeffrey
Quoting zentara <zentara@gypsyfarm.com>:
On Thu, 31 Jan 2002 19:44:26 -0600 Jeffrey Taylor <jeff.taylor@ieee.org> wrote:
I just installed 7.1 with the 2.4 kernal. I am using SuSEfirewall and ipchains. It doesn't seem to be blocking anything. What do I use with 2.4 kernals to build a firewall in a hurry.
Switch to iptables, it's the future for firewalls. Get the SuSEfirewall2-1.7.rpm , install, and follow simple instructions.
Firewall in 10 minutes.
-- $|=1;while(1){print pack("h*",'75861647f302d4560275f6272797f3');sleep(1); for(1..16){for(8,32,8,7){print chr($_);}select(undef,undef,undef,.05);}}
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq and the archives at http://lists.suse.com
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq and the archives at http://lists.suse.com
Hello SuSE folkz, Could somebody please advise an application or method how to burn multisession CD's on Linux. In our Eng. Dept. we're using XCDRoast but it appears that it allows to burn only a single session CD's. We did try to unblank the last session, on order to add some more data tracks on the same CD. We experimented with re-writable and regular CD's. XCDRoast unblanks it and writes additional tracks, but exits with an error. CD becomes unreadable. Since storing our research data is a very crutial matter any your advise on this subject is a very appreciated. Thank you in advance Alex
On Fri, 01 Feb 2002 10:58:43 -0800 Alex Daniloff <alex@daniloff.com> wrote:
Hello SuSE folkz, Could somebody please advise an application or method how to burn multisession CD's on Linux.
If you don't mind an ncurses interface, try "cdr" from http://ogre.rocky-road.net/cdr.shtml It has a working multisession setup for cdrw. Type m 1 for first session type m 2 for second session etc. -- $|=1;while(1){print pack("h*",'75861647f302d4560275f6272797f3');sleep(1); for(1..16){for(8,32,8,7){print chr($_);}select(undef,undef,undef,.05);}}
On Fri, 01 Feb 2002 10:58:43 -0800 Alex Daniloff <alex@daniloff.com> wrote:
Hello SuSE folkz, Could somebody please advise an application or method how to burn multisession CD's on Linux. In our Eng. Dept. we're using XCDRoast but it appears that it allows to burn only a single session CD's. We did try to unblank the last session, on order to add some more data tracks on the same CD. We experimented with re-writable and regular CD's. XCDRoast unblanks it and writes additional tracks, but exits with an error. CD becomes unreadable. Since storing our research data is a very crutial matter any your advise on this subject is a very appreciated.
Thank you in advance Alex
Try Eroaster. -- Wojciech Paszkowski wpaszko@kki.net.pl Registered Linux User # 106409 --- 99 zl tylko tyle zaplacisz za 4 linijki tekstu w Biuletynie reklamowym http://www.promocja.cc.pl/biuletyn ---
On Fri, 2002-02-01 at 19:58, Alex Daniloff wrote:
Hello SuSE folkz, Could somebody please advise an application or method how to burn multisession CD's on Linux. (...)
Hi Alex, First, any CD-burning application is nothing but a frontend to mkisofs and cdrecord:-) So, the following is one method: Create an ISO-image: # mkisofs -r -J -o /home/wolfi/data.iso /home/wolfi/data/ This will make you an iso image called data.iso out of the stuff which is in /home/wolfi/data/ Then burn it: cdrecord -v --nofix dev=1,0,0 speed=12 /home/wolfi/data.iso dev=1,0,0 depends on which SCSI-ID your burner has got. It might differ. cdrecord --scanbus will tell you (*). speed=x is speed, --nofix is don't fix, i.e. allow multisession. To close a CD, cancel this option. The other method I know is using KisoCD, it is an old KDE1-application and it supports multi-session. Cheers .... Wolfi ============================================= mailto:wolfi_z@yahoo.com (*) output of cdrecord --scanbus on my box: linux:/home/wolfi # cdrecord --scanbus Cdrecord 1.11a05 (i686-suse-linux) Copyright (C) 1995-2001 Jörg Schilling Linux sg driver version: 3.1.22 Using libscg version 'schily-0.5' scsibus1: 1,0,0 100) 'SONY ' 'CD-RW CRX175A1 ' '5YS2' Removable CD-ROM 1,1,0 101) * 1,2,0 102) * 1,3,0 103) * 1,4,0 104) * 1,5,0 105) * 1,6,0 106) * 1,7,0 107) * See the 1,0,0 for the CD-RW _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
Couple of questions, will it work with SuSE 7.1 (lx_sus24-2.4.0.SuSE-6), and where can I download it? Jeffrey Quoting zentara <zentara@gypsyfarm.com>:
On Thu, 31 Jan 2002 19:44:26 -0600 Jeffrey Taylor <jeff.taylor@ieee.org> wrote:
I just installed 7.1 with the 2.4 kernal. I am using SuSEfirewall and ipchains. It doesn't seem to be blocking anything. What do I use with 2.4 kernals to build a firewall in a hurry.
Switch to iptables, it's the future for firewalls. Get the SuSEfirewall2-1.7.rpm , install, and follow simple instructions.
Firewall in 10 minutes.
participants (6)
-
Alex Daniloff
-
James Bliss
-
Jeffrey Taylor
-
Paszkowski Wojciech
-
wolfi
-
zentara