LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 05-18-2009, 09:25 AM   #1
win_to_lin_migrant
Member
 
Registered: Dec 2008
Posts: 125

Rep: Reputation: 16
Firewall in Ubuntu 8.04 live boot?


Is there a firewall in Ubuntu 8.04 live boot? If so does it run in live boot? TIA
 
Old 05-18-2009, 10:10 AM   #2
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Code:
sudo iptables -L
.. will give you your answer.
 
Old 05-18-2009, 10:23 AM   #3
win_to_lin_migrant
Member
 
Registered: Dec 2008
Posts: 125

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by tredegar View Post
Code:
sudo iptables -L
.. will give you your answer.
Thanks but I don’t have it booted right now and I was hoping someone here might have a simple yes or no answer to one or both of my questions.
 
Old 05-18-2009, 01:16 PM   #4
win_to_lin_migrant
Member
 
Registered: Dec 2008
Posts: 125

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by tredegar View Post
Code:
sudo iptables -L
.. will give you your answer.
Sorry no. Live booted Ubuntu 8.04 gave unhelpful reply to unhelpful command as in:
Code:
Unknown arg '-l'
Still waiting for simple yes or no answers to simple questions in my OP from anyone who knows. TIA
 
Old 05-18-2009, 04:25 PM   #5
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
Sorry no. Live booted Ubuntu 8.04 gave unhelpful reply to unhelpful command as in:
Unknown arg '-l'
"Unhelpful command"? I think not.

Did you go to primary school?

Did you ever learn that there is a difference between CAPITALS and lower case?

Linux gave you the answer to your problem: "Unknown arg '-l'"

That means that it doesn't understand the "minus lower-case-"ell"" you gave it.

Try again.

Quote:
Still waiting for simple yes or no answers to simple questions in my OP from anyone who knows
You are getting answers, but it seems you cannot read or understand them.
 
Old 05-18-2009, 05:38 PM   #6
cloud9repo
Member
 
Registered: Oct 2008
Location: Middle TN
Posts: 134

Rep: Reputation: 19
If you have a removable drive, firestarter may be loaded prior, and run from the drive when mounted.

I've done it, and it's easy...USB key, deb 32 or 64 bit pkg, then just pop it in. THEN hook up.
 
Old 05-18-2009, 06:12 PM   #7
win_to_lin_migrant
Member
 
Registered: Dec 2008
Posts: 125

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by tredegar View Post
"Unhelpful command"? I think not.

Did you go to… <snip slander>

Did you ever learn… <snip slander>?

Linux gave you the answer to your problem: "Unknown arg '-l'"

That means that it doesn't understand the "minus lower-case-"l"" you gave it.

Try again.

You are getting answers, but… <snip slander>.
IMO one disadvantage of a CLI as opposed to a GUI it that human beings can make typos that result in errors.

Even with proper case the output of that command is just as unhelpful as before especially considering that all I ever asked for were simple yes or no answers to my questions. Sigh.

I don’t think it’s realistic to expect help from you considering your level of hostility towards me. Thanks but no thanks.
 
Old 05-18-2009, 06:18 PM   #8
win_to_lin_migrant
Member
 
Registered: Dec 2008
Posts: 125

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by cloud9repo View Post
If you have a removable drive, firestarter may be loaded prior, and run from the drive when mounted.

I've done it, and it's easy...USB key, deb 32 or 64 bit pkg, then just pop it in. THEN hook up.
Thanks but I don’t want a firewall. I wanted to know if the default Ubuntu 8.04 in live boot already has one running.
 
Old 05-19-2009, 03:37 AM   #9
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
Even with proper case the output of that command is just as unhelpful as before especially considering that all I ever asked for were simple yes or no answers to my questions.
"Spoonfeeding" people is tedious. You are expected to be able to do a little research for yourself. I gave you the right pointer, but here goes:

Code:
tgar@vaio:~$ sudo iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
tgar@vaio:~$
1] The above means that iptables is installed and ready to use, but as there are no policies Listed, it is not doing anything. Ie you have a firewall, but as it has no policies, you might as well not have one.

2] If any policies are listed, then you do have a firewall, of sorts, which may or may not be doing what you want it to. This depends very much on the policies you have defined.

Code:
tgar@vaio:~$ sudo iptables -L
sudo: iptables -L: command not found
tgar@vaio:~$
3] The above means that iptables is not installed so you cannot have a firewall until you install and configure iptables

Quote:
Is there a firewall in Ubuntu 8.04 live boot? ...all I ever asked for were simple yes or no answers to my questions.
So, to summarise:

1] => "No"
2] => "Maybe, it depends on your iptables policies"
3] => "No"
 
Old 05-19-2009, 07:31 AM   #10
win_to_lin_migrant
Member
 
Registered: Dec 2008
Posts: 125

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by tredegar View Post
"Spoonfeeding" people is tedious.
Nobody asked you too, I certainly didn’t.

Quote:
You are expected to be able to do a little research for yourself.
If that means I would have been better off not asking you a simple question then I agree. In point of fact I asked “anyone” and “someone”, not you specifically.

Quote:
I gave you the right pointer,…:
I didn’t ask for pointers, I asked for yes or no.

Quote:
1] => "No"
2] => "Maybe, it depends on your iptables policies"
3] => "No"
You’re a day late and a dollar short but I see you do know how to give a simple yes or no answer, or at least two out of three.

If you expect me to show appreciation after you harangue and insult me you’re dreaming. In future do us both a favor and keep your cryptic replies to yourself. Too bad there isn’t a “NO Thank You” button, I would add one to your count.

Last edited by win_to_lin_migrant; 05-19-2009 at 07:33 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu firewall doesn't start on boot khdani Linux - Newbie 12 09-27-2010 12:41 AM
PXE Boot for Ubuntu Live CD bullet45 Ubuntu 3 09-15-2008 10:41 PM
Ubuntu 7.04 live cd can't boot on Lenovo V200 Rohini Ubuntu 1 06-30-2007 02:40 AM
how do I boot ubuntu as a live cd? HouseC Linux - Newbie 4 10-04-2006 04:32 PM
both ubuntu 4.10 and knoppix live cd 3.7 hang on boot pasquatch Linux - Laptop and Netbook 11 04-15-2005 08:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 08:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration