LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-26-2011, 09:43 AM   #1
gleneagles49
Member
 
Registered: Jun 2011
Location: Preston. Lancashire UK
Distribution: Mint 11
Posts: 32

Rep: Reputation: Disabled
Firestarter


I am trying to run Firestarter firewall but keep getting the message ETH0 is not ready.
This problem has been highlighted by others but is there a simple way of sorting this out, answers in other forums are wide and varied. but it's not clear if they have been successful.
 
Old 07-26-2011, 12:49 PM   #2
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
Ignoring the firewall aspect, can you send any traffic over Eth0? And that is the interface that you are trying to use (rather than, say, Eth1, or Wlan0 or something)?
 
Old 07-26-2011, 12:56 PM   #3
gleneagles49
Member
 
Registered: Jun 2011
Location: Preston. Lancashire UK
Distribution: Mint 11
Posts: 32

Original Poster
Rep: Reputation: Disabled
Sorry, I have no idea how to check that out as I am fairly new to Linux.
There is an option in Firestarter with Wlan0 but on that option it would not install.
 
Old 07-26-2011, 02:16 PM   #4
xjonquilx
Member
 
Registered: Jul 2011
Location: FL, USA
Distribution: Linux Mint 13
Posts: 169

Rep: Reputation: Disabled
Open up Terminal and type in the following:

Quote:
ifconfig
Then press Enter. Please paste the information that follows in a post here so we can see what interface(s) you're actually using.
 
Old 07-28-2011, 08:31 AM   #5
gleneagles49
Member
 
Registered: Jun 2011
Location: Preston. Lancashire UK
Distribution: Mint 11
Posts: 32

Original Poster
Rep: Reputation: Disabled
details from ifconfig

ifconfig
eth0 Link encap:Ethernet HWaddr 00:1a:92:7d:13:08
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:23 Base address:0xa000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:60 errors:0 dropped:0 overruns:0 frame:0
TX packets:60 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4096 (4.0 KB) TX bytes:4096 (4.0 KB)

wlan0 Link encap:Ethernet HWaddr 94:44:52:4e:bf:39
inet addr:192.168.1.65 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::9644:52ff:fe4e:bf39/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:21771 errors:0 dropped:0 overruns:0 frame:0
TX packets:11352 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:13307465 (13.3 MB) TX bytes:1643981 (1.6 MB)
 
Old 07-29-2011, 08:54 PM   #6
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Quote:
wlan0 Link encap:Ethernet HWaddr 94:44:52:4e:bf:39
inet addr:192.168.1.65 Bcast:192.168.1.255 Mask:255.255.255.0
It would appear that wlan0 (wireless) is the active internet connection. That's the one to point Firestarter at.

I did a presentation on Firestarter for my LUG. If you'd like the handout, you can find it here:

http://www.pineviewfarm.net/misc/TWUUG_HO_FS.pdf

Last edited by frankbell; 07-29-2011 at 08:58 PM.
 
Old 07-30-2011, 03:23 AM   #7
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
Quote:
Originally Posted by gleneagles49 View Post
ifconfig
eth0 ...
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

lo ...
RX bytes:4096 (4.0 KB) TX bytes:4096 (4.0 KB)

wlan0 ...
RX bytes:13307465 (13.3 MB) TX bytes:1643981 (1.6 MB)
It is obvious form this that the interface that you are actually sending your data over is wlan0 (some local interprocess data is going over lo, but you can ignore that for the moment).

Is this what you are trying to do (ie, use the wireless connection, wlan0 for your connection to the outside world)? Or, is it the case that you are trying to use the wired connection eth0 for your connection? In the former case, you have to configure the firewall to use wlan0, in the latter case, you have to find out why you are getting the error message with eth0 (complete WAG: do you have a working driver for your ethernet card?).
 
Old 07-31-2011, 09:43 AM   #8
gleneagles49
Member
 
Registered: Jun 2011
Location: Preston. Lancashire UK
Distribution: Mint 11
Posts: 32

Original Poster
Rep: Reputation: Disabled
Thanks, that has sorted it out (almost) It's up and running but I now get a message "failed to open the system log, No event information will be available"
If I try to reload it I get "error reading system log (null) file does not exist.
The firewall is running as I can see the outgoing address.
Any further thoughts on this.
 
  


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
firestarter johnh10000 Linux - Security 2 03-07-2010 01:33 PM
Firestarter bjb_nyj101 Linux - Security 2 04-24-2007 09:39 PM
firestarter John Velman Slackware 11 03-14-2006 05:46 PM
Firestarter webwolf70 Linux - Security 2 01-29-2005 03:46 PM
Firestarter Nexer Linux - Security 4 05-18-2003 10:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:33 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