Linspire/Freespire This Forum is for the discussion of Linspire and Freespire. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-13-2009, 06:23 PM
|
#1
|
Member
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458
Rep:
|
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.
|
|
|
11-13-2009, 06:44 PM
|
#2
|
Member
Registered: May 2007
Location: Chas, SC
Distribution: slackware, gentoo, fedora, LFS, sidewinder G2, solaris, FreeBSD, RHEL, SUSE, Backtrack
Posts: 430
Rep:
|
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.
|
|
|
11-13-2009, 11:25 PM
|
#3
|
Member
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458
Original Poster
Rep:
|
How can I disable the Firewall?
|
|
|
11-14-2009, 01:38 AM
|
#4
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
Quote:
Originally Posted by paul62
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).
|
|
|
11-14-2009, 09:57 AM
|
#5
|
Member
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458
Original Poster
Rep:
|
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.
|
|
|
11-14-2009, 02:03 PM
|
#6
|
Member
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458
Original Poster
Rep:
|
How can I set firewall logging?
|
|
|
11-14-2009, 05:42 PM
|
#7
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
Quote:
Originally Posted by paul62
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
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:
|
|
|
11-14-2009, 06:49 PM
|
#8
|
Member
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458
Original Poster
Rep:
|
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
|
|
|
11-14-2009, 07:01 PM
|
#9
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
Quote:
Originally Posted by paul62
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.
|
|
|
11-14-2009, 07:10 PM
|
#10
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
I'm moving this to Linspire/Freespire so that it may get specialized attention.
|
|
|
11-28-2009, 06:06 PM
|
#11
|
Member
Registered: Mar 2004
Location: glenview illinois
Distribution: fedora core 7
Posts: 458
Original Poster
Rep:
|
How could I verify that my cnr client is connected to the correct repository?
|
|
|
All times are GMT -5. The time now is 12:24 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|