LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linspire/Freespire
User Name
Password
Linspire/Freespire This Forum is for the discussion of Linspire and Freespire.

Notices


Reply
  Search this Thread
Old 11-13-2009, 05:23 PM   #1
paul62
Member
 
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458

Rep: Reputation: 30
linspire oem and cnr


How can I configure the firewall on my linspire oem system to allow cnr to work. I am getting the message from cnr that I am not connected to the internet. I can browse the internet from this computer.
 
Old 11-13-2009, 05:44 PM   #2
slimm609
Member
 
Registered: May 2007
Location: Chas, SC
Distribution: slackware, gentoo, fedora, LFS, sidewinder G2, solaris, FreeBSD, RHEL, SUSE, Backtrack
Posts: 430

Rep: Reputation: 67
I don't run linspire but i tried to search to find out what ports linspire requires and am not finding information. Try turning off the firewall for a VERY short time and test to see if it can connect. If so then yes it is the firewall that is blocking it. Also if it is being blocked by the firewall you might want to try a packet capture to see what ports and protocols it uses to so we can help w/ the firewall policy.


to run a packet capture disable the firewall and run tcpdump -npi eth0 > /tmp/tcpdump.cap (replace eth0 with whatever your interface name is) then connect with linspire then stop the tcpdump (ctrl+c) and re-enable the firewall. The tcpdump.cap will show what ports CNR uses to connect.
 
Old 11-13-2009, 10:25 PM   #3
paul62
Member
 
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458

Original Poster
Rep: Reputation: 30
How can I disable the Firewall?
 
Old 11-14-2009, 12:38 AM   #4
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Quote:
Originally Posted by paul62 View Post
How can I disable the Firewall?
You can do so like this, but I highly recommend that you don't do it unless you're certain that you have no listening processes. The idea being that you wouldn't want to risk being exploited while your firewall is down. The ideal thing to do in cases such as this is to enable firewall logging (if it's not already enabled), and then inspect the logs to see what kind of packets are being filtered. You could then proceed to make the proper rules. BTW, if you do disable the firewall with the script I linked, you can re-enable it by rebooting (I can't offer a better suggestion since I don't know how Linspire handles the firewall).
 
Old 11-14-2009, 08:57 AM   #5
paul62
Member
 
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458

Original Poster
Rep: Reputation: 30
I tried running the script that you recommended and I got this message.
"iptables v1.2.7a: Can't initialize iptables "raw": Table does not exist you need to insmod?)
I would prefer to completley disable this firewall and use the one in my router since that one has a graphical interface.
 
Old 11-14-2009, 01:03 PM   #6
paul62
Member
 
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458

Original Poster
Rep: Reputation: 30
How can I set firewall logging?
 
Old 11-14-2009, 04:42 PM   #7
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Quote:
Originally Posted by paul62 View Post
I tried running the script that you recommended and I got this message.
"iptables v1.2.7a: Can't initialize iptables "raw": Table does not exist you need to insmod?)
I would prefer to completley disable this firewall and use the one in my router since that one has a graphical interface.
I don't think that lacking a raw table should cause any problem if that was Linspire's design choice.

Quote:
Originally Posted by paul62 View Post
How can I set firewall logging?
Typically it's just a matter of appending a LOG rule to a chain, but it depends on what your current firewall configuration looks like. If you could post the output of this command it would help us provide you with the most accurate suggestion:
Code:
iptables -nvL
 
Old 11-14-2009, 05:49 PM   #8
paul62
Member
 
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458

Original Poster
Rep: Reputation: 30
here is the output of that command
-nvL~# iptables
Chain INPUT (policy ACCEPT 26580 packets, 12M bytes)
pkts bytes target prot opt in out source destination

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination

Chain OUTPUT (policy ACCEPT 28418 packets, 4236K bytes)
pkts bytes target prot opt in out source destination
 
Old 11-14-2009, 06:01 PM   #9
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
Quote:
Originally Posted by paul62 View Post
here is the output of that command
-nvL~# iptables
Chain INPUT (policy ACCEPT 26580 packets, 12M bytes)
pkts bytes target prot opt in out source destination

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination

Chain OUTPUT (policy ACCEPT 28418 packets, 4236K bytes)
pkts bytes target prot opt in out source destination
That says your firewall is disabled.
 
Old 11-14-2009, 06:10 PM   #10
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
I'm moving this to Linspire/Freespire so that it may get specialized attention.
 
Old 11-28-2009, 05:06 PM   #11
paul62
Member
 
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458

Original Poster
Rep: Reputation: 30
How could I verify that my cnr client is connected to the correct repository?
 
  


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
linspire and seti@home and cnr paul62 Linspire/Freespire 1 05-02-2007 01:23 AM
LXer: CNR For all - Linspire Gives back, But Why? LXer Syndicated Linux News 0 03-28-2007 10:46 AM
How do I install software on Linspire without CNR? qwer9182 Linux - Newbie 8 06-06-2005 10:06 AM
Can I install stuff on Linspire except CNR? sugoruyo Linspire/Freespire 19 12-19-2004 12:08 AM
Linspire distro installing non cnr apps psa Linux - Newbie 5 09-08-2004 07:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linspire/Freespire

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