Displaying 20 results from an estimated 90000 matches similar to: "how to specify the ip address for samba to use"
2015 Jul 08
0
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
On Wed, Jul 8, 2015 at 4:10 PM, <jeff_sloan at selinc.com> wrote:
> Gene,
>
> I am very sorry. I did try the patch you suggested and had the same issue.
> Then, I grabbed the latest patch on Patrick's git repo. That's the commit
> that I listed. It was posted two days ago.
>
> I just noticed this on Patrick's repo: This branch is 6 commits ahead, 2
>
2015 Jul 08
2
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
Gene,
I am very sorry. I did try the patch you suggested and had the same issue.
Then, I grabbed the latest patch on Patrick's git repo. That's the commit
that I listed. It was posted two days ago.
I just noticed this on Patrick's repo: This branch is 6 commits ahead, 2
commits behind geneC:master
Jeff Sloan
Software Engineer - Computing Systems
Schweitzer Engineering
2015 Jul 08
4
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
from: Jeff Sloan <jeff_sloan at selinc.com>
Based on commit: 9314e330
Setting UseDefaultAddress to TRUE uses invalid StationAddress and
SubnetMask values. This is in a network with a local TFTP/MTFTP server. If
the server is local, on the same subnet, UseDefaultAddress is set to false
and the client ip and subnetmask are loaded, otherwise set
UseDefaultAddress to TRUE. This is added to
2015 Jul 09
0
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
>>>
Setting UseDefaultAddress to TRUE uses invalid StationAddress
and SubnetMask values. This is in a network with a local TFTP/MTFTP server.
If the server is local, on the same subnet, UseDefaultAddress is set to
false and the client ip and subnetmask are loaded, otherwise
set UseDefaultAddress to TRUE. This is added to core_udp_connect and
core_udp_sendto.
Signed-off-by: Jeff
2015 Sep 15
0
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
Jeff Sloan
Software Engineer - Computing Systems
Schweitzer Engineering Laboratories, Inc.
(509) 336-2098
jeff_sloan at selinc.com
From: Gene Cumm <gene.cumm at gmail.com>
To: Patrick Masotta <masottaus at yahoo.com>, jeff_sloan at selinc.com,
Cc: For discussion of Syslinux and tftp-hpa <syslinux at zytor.com>
Date: 09/12/2015 07:35 AM
Subject: Re: [PATCH]
2010 Mar 20
4
select ip-address for sshd_config
We''re using the ListenAddress directive in our sshd_config to tell
which interface sshd is supposed to listen on. Normally it''s the
address for eth1, but it might be the address for eth0 if there is
none for eth1, and it might be both..
So, could someone help me with the erb template for my sshd_config:
ListenAddress <%= sshd_listen_address %>
The priority should
2009 Nov 03
0
[PATCH server] suggest ip address for nics/bondings on edit host/vm network forms
Provides a mechanism to generate ip addresses for static networks
and prefill the 'ip address' fields of the host and vm networking
forms w/ the first suggested ip.
---
src/app/controllers/vm_controller.rb | 2 +-
src/app/models/ip_address.rb | 52 +++++++++++++++++++++++++++++++++
src/app/models/network.rb | 11 +++++++
src/app/models/physical_network.rb |
2002 Nov 23
0
pxelinux using cisco router as a dhcp server
g'day,
i've been using pxelinux for a while on a bunch of machines in a lab.
i note your pxelinux site shows configuration for ISC DHCP server - you and
others may also find this useful ..
most Cisco IOS-based routers (& some IOS-based switches) can run as a DHCP
Server.
i use them with pxelinux with the following configuration:
ip dhcp pool dhcppool-vlan3-host12
host
2019 Apr 15
0
[PATCH v2v 2/2] v2v: Copy static IP address information over for Windows guests (RHBZ#1626503).
For Linux the guest itself remembers the IP address associated with
each MAC address. Thus it doesn't matter if the interface type
changes (ie. to virtio-net), because as long as we preserve the MAC
address the guest will use the same IP address or the same DHCP
configuration.
However on Windows this association is not maintained by MAC address.
In fact the MAC address isn't saved
2018 Dec 11
2
[PATCH v2 2/2] v2v: Copy static IP address information over for Windows guests (RHBZ#1626503).
v1 was here with much discussion:
https://www.redhat.com/archives/libguestfs/2018-December/msg00048.html
v2:
- Fix the case where there are multiple interfaces. Note this does
not preserve order correctly (see patch for comment on why that
is a hard problem).
- Preserve name servers.
This patch is still for discussion only. I'd like to see what might
be done to get this upstream
2019 Apr 16
0
[PATCH v2v v2 2/2] v2v: Copy static IP address information over for Windows guests (RHBZ#1626503).
For Linux the guest itself remembers the IP address associated with
each MAC address. Thus it doesn't matter if the interface type
changes (ie. to virtio-net), because as long as we preserve the MAC
address the guest will use the same IP address or the same DHCP
configuration.
However on Windows this association is not maintained by MAC address.
In fact the MAC address isn't saved
2014 Jan 29
1
Re: How to find domain os type and ip address
Hi All,
I am using the libvirt-0.5.1.jar and downloaded from this link
ftp://libvirt.org/libvirt/java.
1) To find the os type of domain I use this method getOSType(). But it
returns the kvm or hvm instead of windows and linux. Is the any way to find
the original os type of domain?
2) Please give is there any option or method available to find the ipaddress
of domain?
Thanks & Regards
2019 Apr 25
2
AD member server, some users suddenly can only connect to shares via ip address
On 2019/04/25 13:46, Rowland Penny via samba wrote:
> No, the key error is that dns doesn't seem to be working, if you can
> connect via ipaddress, then you are not using kerberos.
>
The server is resolved just fine, it just gets a password prompt. The
server can also resolve the client correctly.
I see this issue came up before
2005 Oct 20
0
XenMon Patch
Attached is the second release of XenMon, which is a unique performance
monitoring tool for Xen. Instead of using hypervisor calls to get domain
information, we use the xentrace facility to provide fine-grained
monitoring of various metrics (see README below).
We have written up a small case study that demonstrates the usefulness
of the tool and the metrics that it reports. This will be
2015 Jul 22
3
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
>>>
Jeff, Patrick: Could you try my code from my github repo branch
efi-multinic?? It's derived from Patrick's code and I finally see good
responses with a VMware VM's e1000e NIC (never saw ANYTHING good from
it until now).
git://github.com/geneC/syslinux.git
https://github.com/geneC/syslinux.git
--
-Gene
<<<
Hi there
I think in the case of a particular
2006 Mar 15
2
samba server only accessiblie via ip address and not via dns name
hello,
from windows 2000/xp clients i can only connect to the samba server
using the ip address in the form:
\\<ipaddress>\share
\\<hostname>\share will give an authorization error
i have tried samba 3 and 2.2 with no difference
smb.conf:
# Global parameters
[global]
workgroup = CMS
netbios name = loki
server string = Samba Server %v
bind
2019 Apr 25
0
AD member server, some users suddenly can only connect to shares via ip address
On Thu, 25 Apr 2019 14:38:36 +0200
Neil Price via samba <samba at lists.samba.org> wrote:
> On 2019/04/25 13:46, Rowland Penny via samba wrote:
> > No, the key error is that dns doesn't seem to be working, if you can
> > connect via ipaddress, then you are not using kerberos.
> >
> The server is resolved just fine, it just gets a password prompt. The
>
2019 Apr 25
1
AD member server, some users suddenly can only connect to shares via ip address
Hai,
Small addition to Rowland question.
> dig and dig -x show the expected results, as do nslookup on the windows
And you did test this again all you dns server? Or just random servers?
> keytab MEMORY:cifs_srv__keytab (aes256-cts-hmac-sha1-96)]
Did you check for the keytab list in on the member?
klist -ket
> On 2019/04/25 13:46, Rowland Penny via samba wrote:
> > No, the
2020 May 08
0
Error changing server IP address: ERROR: Connecting to DNS RPC server
On 08/05/2020 17:38, Lorenzo Milesi via samba wrote:
> Samba Version 4.12.1
>
> I'm trying to change server IP address from 10.0.0.69 to .3 on a single AD DC running also as fileserver (very small situation). I'm following this [1] guide, I have no interface restrictions in samba or in bind. I stop samba, change IP address, restart bind, start samba, but when I run samba_dnsupdate
2008 Apr 13
1
Both Dom0 and DomU have the same ip address...
How do I assign a public ip address for Dom0 and then a separate one for
DomU? I wanna do this so I can get some practice using ssh from dom0 to
DomU. I wanted to interact between the two to get some good networking
experience using all sorts of protocols between the two. Anyhow, I have
eth0 on dom0 as dhcp. So when peth0 comes up during the network-bridge
script, which then turns into eth0 on