1. Store
  2. Apps
  3. Hardware
  4. Support
  5. Solutions

ClearFoundation

About Me

Basic Information

About me
Project admin of Tiki Wiki CMS Groupware

Whereabouts

State / Province
Québec
City / Town
Montréal
Country
Canada

Web Links

Facebook
marc.laporte.name
Ohloh
marclaporte
Twitter
marclaporte
Web Site
http://marclaporte.com
Marc Laporte
Marc Laporte
  • Karma
  • Member since
  • Sunday, 13 March 2011 11:43
  • Last online
  • 366 days ago
  • Profile views
  • 502 views
4 days ago
Peter Baldwin replied to the topic Re:VLAN Support in the forums.
Hi Brian,

Add "Connection Type" of "none" to list - ie: This would allow the ability to have an interface configured, but specify that it should NOT have an IP address. While there are probably many reasons for doing this, the most common one would be for when VLANs are configured, and one does not wish to use the base interface (ie: ethX) untagged. ie: I might wish to specify each VLAN on eth0 as tagged (ie: eth0.1, eth0.2, etc) without having eth0 itself to have an IP. This can be done by having "BOOTPROTO=none" and NOT specifying an IPADDRESS=line (and NETMASK, etc) at all.
Good idea -- added to the tracker: tracker.clearfoundation.com/view.php?id=1145

(also useful to set IPV6INIT=no and IPV6_AUTOCONF=no, but I don't do this, don't use IPv6 at all myself).
I'm sure that will be part of the IPv6 initiative in ClearOS 6. That reminds me, I need to go request my address block from my ISP!

Oh, and BTW - if you were to add the ability to stop/start an interface from web config (per my prior suggestions), I would recommend that if the user clicks this on the physical interface (ie: ethX) that also has VLANs configured (ethX.Y), that the app would warn the user that "Stopping or restarting a physical interface will stop or restart all VLANs configured on that interface. It you are accessing this webpage from one of those VLANs, this may disconnect you. Would you like to continue?"
Noted!
11:13 AM
5 days ago
Peter Baldwin replied to the topic Re:Very, very slow your website and repository in the forums.
We've had it with the performance of the forums and are now actively looking at alternatives. 400 database queries to load the main forum page is just ridiculous! The blog software is also broken and the URL rewrite engine (sh404SEF) is a horror show. Other bits of ClearFoundation infrastructure are okay (though the translation server is sluggish too):

- Translation: translate.clearcenter.com
- Build system: buildsys.clearfoundation.com/
- Issue Tracker: tracker.clearfoundation.com/
- SVN/CVS: scm.clearfoundation.com

Our mirror system is well designed to get updates out quickly, but it suffers from two weaknesses:

- If an update fails high up on the mirror hierarchy, the mirrors further down the line are marked as "offline". This increases the load on the higher mirrors which in turn might get overloaded and taken offline. Aaaaand death spiral. That's exactly what happened a few days ago.

- For most mirrors, all you need is rsync and cron. ClearFoundation's mirrors are more complex to configure and it has been hard to convince potential mirror hosts to bit the bullet.
10:26 AM
6 days ago
Peter Baldwin replied to the topic Re:VLAN experts - some questions in the forums.
Hi Brian,

I think being able to show the MAC address for each interface would be EXTREMELY helpful, as would (which I didn't mention before) showing the network driver name (ie: "ASIX USB Ehternet Adapter" or "r8169 Gigabit Ethernet driver", etc). This would help one to find out (without dropping to the shell or messing with network cables) which NIC actually got mapped to which device.
I added an enhancement request to the tracker:
tracker.clearfoundation.com/view.php?id=1142

BTW - one question - I haven't looked at this much in COS 6.4, but do we still have to do the EXTRALANS= thing that was required in COS 5.2 to have COS route between LANS? (at the time it was in /etc/system/network, though looks like now its /etc/clearos/network.conf). This would also be nice if web admin would ask about and configure for you.
Yes, that command line parameter is still around. And yes, adding "static route manager" is on the todo list too!
09:05 AM
Peter Baldwin replied to the topic Re:Amazon EC2 Beta in the forums.
Hi Peter,

The images can be accessed via the Amazon Launch Wizard. Search for "clearos" or the specific AMI ID to find the launch image.
06:49 AM
Peter Baldwin replied to the topic Re: Solved: Re:Boot failure after auto update 6.3.0 -> 6.4.0 in the forums.
I have added a tracker item for this:

tracker.clearfoundation.com/view.php?id=1141

The vga= line is already kludged in there. Ideally, we would patch the anaconda installer instead of doing a post-install hack. No matter, it's on the TODO list.
06:47 AM
2 weeks ago
Peter Baldwin replied to the topic Re:Amazon EC2 Beta in the forums.
Unfortunately, I will be away until May 13. I'll circle back around when I'm back.
May 03
Peter Baldwin replied to the topic Re:Boot failure after auto update 6.3.0 -> 6.4.0 in the forums.
Unfortunately, I will be away until May 13. I'll circle back around when I'm back.
May 03
Peter Baldwin replied to the topic Re:Bandwidth Manager - Advanced Rules - Beta in the forums.
Unfortunately, I will be away until May 13. I'll circle back around when I'm back!
May 03
Peter Baldwin replied to the topic Re:VLAN Support in the forums.
Unfortunately, I will be away until May 13 (bad timing for VLAN development). I'll circle back around when I'm back!
May 03
Peter Baldwin replied to the topic Re:VLAN experts - some questions in the forums.
Hi Brian and Robert,

VLAN support was added to the app-network app sitting in the "clearos-test" repository. Here's the forum thread.
May 01
Peter Baldwin created a new topic VLAN Support in the forums.
VLAN support was added to the Network - IP Settings page in ClearOS. This should be considered beta at the moment, but you can give it a try with the following commands:

Code:

yum update
yum --enablerepo=clearos-test,clearos-updates-testing upgrade app-network 


Unlike virtual interfaces, VLANs are considered "first class citizens" by the underlying network API. What does that mean to the end user? VLAN interfaces:

- can be configured in the DHCP server
- appear in the Network Report
- are available in MultiWAN
- etc.

Please feel free send us feedback - bugs, suggestions, etc.
May 01
Peter Baldwin replied to the topic Re:Boot failure after auto update 6.3.0 -> 6.4.0 in the forums.
When a kernel is installed, it creates some files in /boot during the post-install routine. If this fails or is interrupted, boot problems will happen! If it is the latest kernel that is failing, try re-installing it:

Code:

rpm -e kernel-xyz  # where xyz is the specific version you want to remove
yum install kernel

May 01
Peter Baldwin replied to the topic Re:Bandwidth Manager - Advanced Rules - Beta in the forums.
Do you have the web proxy running?
May 01
Peter Baldwin replied to the topic Re:IPSec / MultiWan on 6.4 Routes are Weird in the forums.
Though this probably nothing to do with the mystery routes, you might want to take a look at the following doc:

Routing and Multi-WAN in ClearOS
May 01
Peter Baldwin replied to the topic Re:Flexshares 5.2 versus 6.4 in the forums.
Hi John,

In order to see the "File" and "Web" access, make sure the following two apps are installed:

- Windows Networking
- Web Server

Most of the options are still there in ClearOS 6, though some authorization gotchas (e.g. anonymous FTP) were cleaned up.
May 01
Peter Baldwin replied to the topic Re:Linux/Cdorked.A ffect a std install? in the forums.
The article didn't mention which exploit was used to install the backdoor (if it's just one in particular). The upstream security updates flow pretty quickly through the ClearOS test/QA system, so that's an added bonus for not straying too far from upstream.

For those of you subscribed to the Intrusion Protection Updates app, a new Cdorked.a signature will be available in this week's update.
May 01
Peter Baldwin created a new topic Amazon EC2 Beta in the forums.
ClearOS is now available on Amazon EC2! Details are in the blog post:

SME Cloud - ClearOS Available on Amazon EC2 (beta)

For those of you who are not familiar with Amazon EC2, you should know that there is certainly a bit of a learning curve to it. Fortunately, there's a free usage tier if you ever want to kick the tires. The sheer number of features in the Amazon Console makes my head hurt, but it's a great way to build out IT infrastructure.
May 01

Wall

No wall post to show

Groups

Here is a short listing of the groups that the user has registered in.