Re: [gentoo-user] IP aliasing problem

2010-10-09 Thread Adam Carter
The same TX RX are shown for both interfaces. That implies that they are layer 2 counters and will therefore be the same for a given physical interface. I don't know whether the tools have changed much since those I'm using on this box, but the difference *might* be that Grant's IPs are on

Re: [gentoo-user] IP aliasing problem

2010-10-08 Thread Grant
ServerName differently for  each VirtualHost.  Strangely though, I still don't get stats for RX/TX  from ifconfig: eth0      Link encap:Ethernet  HWaddr  [removed]          inet addr:1.2.3.1   Bcast:[removed]  Mask:255.255.255.248           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

Re: [gentoo-user] IP aliasing problem

2010-10-07 Thread Stroller
On 6 Oct 2010, at 23:17, Grant wrote: ...I have 5 usable IPs from my host and I've defined 2 of them in /etc/conf.d/net like this: config_eth0=( 1.2.3.1 netmask 255.255.255.0 1.2.3.2 netmask 255.255.255.0 ) My apache2 config is not working as expected and I think its

Re: [gentoo-user] IP aliasing problem

2010-10-07 Thread Grant
...I have 5 usable IPs from my host and I've defined 2 of them in /etc/conf.d/net like this: config_eth0=(        1.2.3.1 netmask 255.255.255.0        1.2.3.2 netmask 255.255.255.0 ) My apache2 config is not working as expected and I think its due to a networking problem because eth0:1

Re: [gentoo-user] IP aliasing problem

2010-10-07 Thread BRM
ServerName differently for each VirtualHost. Strangely though, I still don't get stats for RX/TX from ifconfig: eth0 Link encap:Ethernet HWaddr [removed] inet addr:1.2.3.1 Bcast:[removed] Mask:255.255.255.248 UP BROADCAST RUNNING MULTICAST MTU:1500

Re: [gentoo-user] IP aliasing problem

2010-10-07 Thread Stroller
On 7 Oct 2010, at 18:51, BRM wrote: ServerName differently for each VirtualHost. Strangely though, I still don't get stats for RX/TX from ifconfig: eth0 Link encap:Ethernet HWaddr [removed] inet addr:1.2.3.1 Bcast:[removed] Mask:255.255.255.248 UP BROADCAST

[gentoo-user] IP aliasing problem

2010-10-06 Thread Grant
I'm trying to use a different SSL cert in apache2 for each of the two domains on my server. I don't want to use SNI or subjectAltName because of lacking browser support and I want to use port 443 for both domains. I think this means I need to use separate IP addresses for each of my domains. I

Re: [gentoo-user] IP aliasing problem

2010-10-06 Thread Stroller
On 6 Oct 2010, at 19:02, Grant wrote: ...I have 5 usable IPs from my host and I've defined 2 of them in /etc/conf.d/net like this: config_eth0=( 1.2.3.1 netmask 255.255.255.0 1.2.3.2 netmask 255.255.255.0 ) My apache2 config is not working as expected and I think its

Re: [gentoo-user] IP aliasing problem

2010-10-06 Thread Grant
...I have 5 usable IPs from my host and I've defined 2 of them in /etc/conf.d/net like this: config_eth0=(        1.2.3.1 netmask 255.255.255.0        1.2.3.2 netmask 255.255.255.0 ) My apache2 config is not working as expected and I think its due to a networking problem because eth0:1

Re: [gentoo-user] IP aliasing problem

2010-10-06 Thread BRM
- Original Message Thank you for taking the time to write Stroller. This has really got my head spinning. First of all, you're right about the netmask. It is 255.255.255.248. I didn't have a good understanding of what a netmask is so I thought it would be smart to change it

Re: [gentoo-user] IP aliasing problem

2010-10-06 Thread Michael Orlitzky
On 10/06/2010 06:17 PM, Grant wrote: I'm confused because I have in apache2 config: VirtualHost 1.2.3.1:443 ... SSLCertificateFile /etc/apache2/ssl/www.example1.com.crt SSLCertificateKeyFile /etc/apache2/ssl/www.example1.com.key ... /VirtualHost VirtualHost 1.2.3.2:443 ...

Re: [gentoo-user] IP aliasing problem

2010-10-06 Thread Grant
I'm confused because I have in apache2 config: VirtualHost 1.2.3.1:443 ... SSLCertificateFile /etc/apache2/ssl/www.example1.com.crt SSLCertificateKeyFile /etc/apache2/ssl/www.example1.com.key ... /VirtualHost VirtualHost 1.2.3.2:443 ... SSLCertificateFile