Displaying 20 results from an estimated 26 matches for "philledwards".
2015 Sep 01
2
Re: Can't get cable connection working on virtual router machine
...ive you automatically the IP address? if thats the
> case then you need to do bridge configuration between nic3 and macvtap dhcp
> ip
>
> and then you will be able to get dhcp attached IP to sophos vm
>
> - ajey
>
>
>
> On Tue, Sep 1, 2015 at 4:33 PM, Phill Edwards <philledwards@gmail.com>
> wrote:
>
>> Hi, I'm not sure what sort of diagram you mean, but I'll have a try. Does
>> this help? It sounds like I need to do something to enable routing on what
>> I've labelled "NIC3" on the diagram - can you please explain what I ne...
2015 Sep 01
2
Re: Can't get cable connection working on virtual router machine
...l
On Tue, Sep 1, 2015 at 4:53 PM, Ajey Gore <ajeygore@gmail.com> wrote:
> Can you please drop a rough diagram here? I think you are routing through
> this VM and must have shared the host interface.
>
> - ajey
>
>
>
> On Tue, Sep 1, 2015 at 7:39 AM, Phill Edwards <philledwards@gmail.com>
> wrote:
>
>> I'm pretty new to KVM and have a KVM CentOS 7.1 hypervisor running a few
>> VMs. I'm moving all my VMs from an ESXi host as I want to use KVM in
>> future. Most of my VMs are working except for one which is running a Sophos
>> UTM ro...
2015 Sep 01
0
Re: Can't get cable connection working on virtual router machine
Hi Phil,
But you said you disabled firewalld which makes me wonder if you have the
necessary forwarding rules active.
Dan
On 1 September 2015 at 13:48, Phill Edwards <philledwards@gmail.com> wrote:
> Hi Ajey, I thought I already was doing bridge mode. Below are the network
> interface definitions from the XML config file for the Sophos VM. (Note
> that it's actually the middle definition which is connected to the cable
> modem which is different to how I...
2006 Oct 26
1
Multiple certificates
...run
uw-imap and this all worked fine. But since I went to Dovecot I can't
use that site any more because it gives me this message:
Login failure: Certificate failure for XXX.homelinux.com: self signed
certificate: /C=AU/ST=NSW/L=Sydney/O=Edwards/OU=IMAP
server/CN=imap.edwards.home/emailAddress=philledwards at gmail.com
I assume it's getting upset because the certificate is for
imap.edwards.home but the domain it's connecting to is
XXX.homelinux.com. Is there a way to resolve this? I read something
about using virtual servers but all I could find is this in a post
somewhere - I don't know...
2015 Sep 01
0
Re: Can't get cable connection working on virtual router machine
does you cable modem give you automatically the IP address? if thats the case then you need to do bridge configuration between nic3 and macvtap dhcp ip
and then you will be able to get dhcp attached IP to sophos vm
- ajey
On Tue, Sep 1, 2015 at 4:33 PM, Phill Edwards <philledwards@gmail.com>
wrote:
> Hi, I'm not sure what sort of diagram you mean, but I'll have a try. Does
> this help? It sounds like I need to do something to enable routing on what
> I've labelled "NIC3" on the diagram - can you please explain what I need to
> do?
> [...
2010 Aug 09
2
Setting up webmail in DMZ
I have a Smoothwall server on my network and am running three network
interfaces off it.
1) local LAN 192.168.0.0 with PCs and an internal dovecot server on
192.168.0.154.
2) internet interface
3) DMZ 192.168.2.0 which has a linux web server 192.168.2.1 on which I
want to install a webmail so I can access my email remotely.
Originally 192.168.2.1 couldn't see the 192.168.0.0 network but with
2015 Nov 12
0
Re: How to fix an incorrect storage pool?
It says that Logical volume centos_hyv2/swap in use. Maybe centos_hyv2/swap is mounted. So I think you should umount or
swapoff centos_hyv2/swap first, make sure it is not used by other process. Then try pool-destroy.
----- Original Message -----
From: "Phill Edwards" <philledwards@gmail.com>
To: libvirt-users@redhat.com
Sent: Wednesday, November 11, 2015 8:59:22 PM
Subject: [libvirt-users] How to fix an incorrect storage pool?
I've created my storage pool incorrectly. I'm using LVM and I have a volume group called vms-lvm.
When I look at it in virt-manager I see...
2015 Nov 12
1
Re: How to fix an incorrect storage pool?
On 12 Nov 2015 13:27, "Han Han" <hhan@redhat.com> wrote:
>
> It says that Logical volume centos_hyv2/swap in use. Maybe
centos_hyv2/swap is mounted. So I think you should umount or
> swapoff centos_hyv2/swap first, make sure it is not used by other
process. Then try pool-destroy.
>
Yes, that's the system swap. That and home and root are all in the storage
pool and
2010 Apr 02
1
Can't get NTLM authentication working with Samba
I've been running Samba for years to provide file shares, and now I'm
trying to set it up as an NTLM authentication server for Squid. From
what I've read, to do this you need to get winbindd up and running. I
think I'm part way there but have hit a brick wall.
I've set my machine us a PDC.
"wbinfo -u" returns a list of users OK (though I notice one is missing
but
2011 Mar 26
1
Multiple versions of Dovecot installed
I have had to rebuild my 64-bit CentOS 5 email server and after
installing dovecot rpms (using yum) I seem to have multiple versions
installed:
dovecot-1.1.20-1_98.el5 - from ATrpms repo
dovecot-1.0.7-7.el5 - from CentOS repo
dovecot-sieve-0.1.18-6.1.el5 - from ATrpms repo
I have tried to install just the ATrpms version but when I do "yum
install dovecot" the CentOS one always gets
2015 Sep 01
3
Can't get cable connection working on virtual router machine
I'm pretty new to KVM and have a KVM CentOS 7.1 hypervisor running a few
VMs. I'm moving all my VMs from an ESXi host as I want to use KVM in
future. Most of my VMs are working except for one which is running a Sophos
UTM router (Sophos UTM is similar to products like pfSense
<https://www.pfsense.org/>, Smoothwall <http://www.smoothwall.org/> etc).
The host has 3 physical NICs
2015 Sep 01
0
Re: Can't get cable connection working on virtual router machine
Can you please drop a rough diagram here? I think you are routing through this VM and must have shared the host interface.
- ajey
On Tue, Sep 1, 2015 at 7:39 AM, Phill Edwards <philledwards at gmail.com>
wrote:
> I'm pretty new to KVM and have a KVM CentOS 7.1 hypervisor running a few
> VMs. I'm moving all my VMs from an ESXi host as I want to use KVM in
> future. Most of my VMs are working except for one which is running a Sophos
> UTM router (Sophos UTM is si...
2015 Nov 12
2
How to fix an incorrect storage pool?
I've created my storage pool incorrectly. I'm using LVM and I have a volume
group called vms-lvm.
When I look at it in virt-manager I see that the volumes it contains are
home, root and swap, so when I created the storage group in virt-manager I
must have specified something incorrectly.
Unfortunately I can't find a way to correct this. If I try to destroy
(stop) the storage group I
2015 Aug 16
0
KVM Storage Pools on LVM
I have been running some virtual machines on CentOS7 KVM with the VMs
living in a folder under a /home directory. Everything I've read says to
create LVM volume groups and base storage pools on that. So i followed the
instructions at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Virtualization_Deployment_and_Administration_Guide/sect-LVM_based_storage_pools.html
2015 Sep 06
0
Can't get PCI passthrough working
I'm trying to get PCI passthrough working by passing through a DVB-T TV
card to a VM running MythTV. When I assign the PCI devices in virt-manager
and attempt to start the VM I get this error:
Error starting domain: internal error: process exited while connecting to
monitor: 2015-09-06T12:41:09.725990Z qemu-kvm: -device
vfio-pci,host=05:02.0,id=hostdev0,bus=pci.0,addr=0x9: vfio: error, group
2016 Jul 06
0
Backups failing due to snapshot already exists
My VMs are raw disk images as logical volumes. My backup script takes a
snapshot of a VM's volume, copies it off to another machine and then
deletes the snapshot.
For some reason I have a snapshot that didn't delete which is now
preventing the backups from proceeding:
...
Friday 1 July 02:10:01 AEST 2016: Taking snapshot of
/dev/vms-lvm/MBE3-MythUbu-14.04-64bit.raw...
ERR: The specified
2009 Mar 15
2
Mailing list convert scripts not working on wiki
I'm trying to download Julian Fitzell's scripts to convert mbox to
Maildir format from the wiki page at
http://wiki.dovecot.org/Migration/MailFormat
But when I click on the links for the scripts it just sends me back to
the same page rather than downloading the scripts. The links in
question are http://wiki.dovecot.org/Migration/MailFormat?action=AttachFile&do=get&target=mb2md.tgz
2009 Mar 17
0
Errors on mbox to Maildir conversion
I have Julian Fitzell's migrateuser.sh script which uses mb2md-3.20.pl
to convert a mailbox in mbox format to Maildir.
I have set up a test user called "mailtest" which has mail as follows:
/var/mail/mailtest
/home/mailtest/mail/
Drafts
MoreStuff
Sent Items
Stuff
After the conversion I want all this user's mail to be in
/home/mailtest/Maildir/
2009 Jul 07
0
Dovecot-sieve version compatability
I'm thinking of upgrading my dovecot version to 1.2 so that I can use
the Dovecot sieve plugin instead of the CMU Sieve plugin. My RPM repo
for dovecot is ATrpms so I could get dovecot-1.2.0-0_95.el5.i386.rpm
from the bleeding ATrpms repo. Would this be compatible with
dovecot-sieve-1.1.6-9.el5.i386.rpm which is in the stable repo, or
would I need to find a later dovecot-sieve version
2011 Mar 26
1
How can I view these email files?
I messed up my email today through a combination of stuff-ups with
procmail and dovecot. The result was that I ended up delivering some
email messages to the root Maildir folder instead of the sub-folders.
The files are in the correct format but have names like msg.3BXE,
msg.2BXE etc.
Of course these don't show up in my IMAP client so I can't read them.
Does anyone know a way I can point