search for: localon

Displaying 12 results from an estimated 12 matches for "localon".

Did you mean: localno
2015 Jun 19
1
libvirt/dnsmasq integration
I'm struggling with getting this to work smoothly, meaning 1) from the host system I can resolve the names of the VM's and 2) from the VM's I can properly resolve the host name (I get 127.0.0.1, presumably because dnsmasq parsed /etc/hosts on the host). There was some encouraging discussion of this in 2010 (http://www.redhat.com/archives/libvir-list/2010-March/msg00005.html) but no
2016 Apr 04
1
add external access to routed dnsmasq
I have created a routed virtual network. From within the routed net, DNS requests to the dnsmasq interface virbr2 work fine. On the libvirt host, DNS requests to the dnsmasq interface virbr2 work fine. I would like to allow external hosts, on the same network as the libvirt host, to query the dnsmasq interface. However external DNS queries to the virbr2 interface time out. The iptables firewall
2017 Jul 17
5
SSH from host to domain using hostname
Hello! I want to SSH from host to specific guest using hostname, e.g. ssh <user>@<guest> or ssh test@vm02-fai ssh to guest using IP works w/o issues. I found Wiki article for "NSS module" (http://wiki.libvirt.org/page/NSS_module), but there are no results for the following commands: ld4004:/home # virsh net-dhcp-leases default Expiry Time MAC address
2017 Jul 18
0
Re: SSH from host to domain using hostname
...<port start='1024' end='65535'/> </nat> <interface dev='br0'/> </forward> <bridge name='virbr0' stp='on' delay='0'/> <mac address='52:54:00:f5:5f:ca'/> <domain name='local.net' localOnly='yes'/> <ip address='192.168.100.1' netmask='255.255.255.0'> <dhcp> <range start='192.168.100.10' end='192.168.100.254'/> </dhcp> </ip> </network> What do I need to configure in order to have NSS wor...
2018 Apr 18
0
NFS mountpint redistributed over SMB
...ing to list the share, I get: Domain=[QWERTY] OS=[Windows 6.1] Server=[Samba 4.5.16] smb: \> ls NT_STATUS_NOT_SUPPORTED listing \* Same smbclient is working great when the userI connect with is a domain administrator. I know what you think, but no: both users, admin and ordinary one are non-localones. both are mapped via winbind. So, how can I understand why ordinary user's access is blocked and how can I unblock it ? Share config below. [ftp] create mask = 664 directory mask = 775 comment = FTP Directory wide links = yes allow insecure wide links = yes path = /var/spool/internet/ftp...
2008 Jan 26
1
Project Proposal: SAM-QFS
...as me not being a C/C++ programmer. 2. SAM-FS Remote does not work on NAT Addressing scheme. 3. Options to Installl SAM-FS HA in PrimeCluster (FUJITSU) environment. The sun cluster DID deives has caused heartburns many a times in spite of setting the raw devices for SAM-FS/QFS as ''localonly''. 4. SAM-FS/QFS does not work in Zones/Containers. How to do this? Please let me know how I can contribute to this project. Thanks, Mohan -- This messages posted from opensolaris.org
2003 Oct 29
1
XTEN-Lite Bad sound!
...ulaw and alaw as well as GSM. They all do the same. ulaw seems to work better. I also have an ATA-186 which works great without this problem. Here is my Sip.conf settings. [general] port = 5060 ; Port to bind to ;bindaddr = 0.0.0.0 ; Address to bind to context = localonly ; Default for incoming calls tos=lowdelay tos=184 disallow=all allow=ulaw allow=alaw allow=gsm [xten] type=friend context=main-international username=xten secret=XX12345 nat=1 host=dynamic qualify=200 mailbox=414 canreinvite=no Like I said I am able to get calls and make calls. Eve...
2004 Jul 02
0
DISA and AGI: authenticate by caller ID? (resolved)
...GI to transfer access to DISA like: [ldincoming] exten => 1011,1,DISA(no-password|disa) exten => 1011,2,Hangup You'll need a context called disa [or equivalent] with what you want to allow the authenticated callers to access, mine looks like: [disa] include => tollfree include => localonly and then just call the agi in your dialplan with something like: 1234,1,AGI(cidauth.agi) 1234,2,Hangup Here is the Mysql table: mysql> describe cids; +--------+----------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +--------+------...
2017 Jul 19
6
Re: SSH from host to domain using hostname
...'65535'/> >> </nat> >> <interface dev='br0'/> >> </forward> >> <bridge name='virbr0' stp='on' delay='0'/> >> <mac address='52:54:00:f5:5f:ca'/> >> <domain name='local.net' localOnly='yes'/> >> <ip address='192.168.100.1' netmask='255.255.255.0'> >> <dhcp> >> <range start='192.168.100.10' end='192.168.100.254'/> >> </dhcp> >> </ip> >> </network> > > This i...
2017 Jul 19
0
Re: SSH from host to domain using hostname
...'65535'/> >> </nat> >> <interface dev='br0'/> >> </forward> >> <bridge name='virbr0' stp='on' delay='0'/> >> <mac address='52:54:00:f5:5f:ca'/> >> <domain name='local.net' localOnly='yes'/> >> <ip address='192.168.100.1' netmask='255.255.255.0'> >> <dhcp> >> <range start='192.168.100.10' end='192.168.100.254'/> >> </dhcp> >> </ip> >> </network> >> >&gt...
2020 Apr 15
2
Add a new environment variable switch for the 'large version' check
...ct to be using a large version. The default behavior (and CRAN's usage) would remain unchanged. diff --git a/src/library/tools/R/QC.R b/src/library/tools/R/QC.R index 062722127a..64acd72c5e 100644 --- a/src/library/tools/R/QC.R +++ b/src/library/tools/R/QC.R @@ -6963,7 +6963,9 @@ function(dir, localOnly = FALSE) if(grepl("(^|[.-])0[0-9]+", ver)) out$version_with_leading_zeroes <- ver unlisted_version <- unlist(package_version(ver)) - if(any(unlisted_version >= 1234 & unlisted_version != as.integer(format(Sys.Date(), "%Y")))) + if(any(unli...
2018 Mar 14
2
Re: Specify DNS and gateway for dnsmasq
Il 13-03-2018 20:48 Laine Stump ha scritto: > On 03/13/2018 11:08 AM, Gionatan Danti wrote: >> On 13/03/2018 15:30, Michal Privoznik wrote:> The default GW depends >> on >> the IP address you assigned to your network: >>> >>> <ip address='192.168.122.1' netmask='255.255.255.0'/> >>> >>> This says the default GW is