search for: ipaddress

Displaying 20 results from an estimated 1111 matches for "ipaddress".

2023 Feb 16
1
No matching MIB found for sysOID
....1.2.1.172.16.20.5 = Hex-STRING: 24 5E BE 3E 7B 5A iso.3.6.1.2.1.3.1.1.2.1.172.16.20.9 = Hex-STRING: 00 1E 06 51 09 55 iso.3.6.1.2.1.3.1.1.2.1.172.16.20.32 = Hex-STRING: DC A6 32 03 75 8C iso.3.6.1.2.1.3.1.1.2.1.172.16.20.203 = Hex-STRING: 4C 20 B8 ED FB 19 iso.3.6.1.2.1.3.1.1.3.1.172.16.20.1 = IpAddress: 172.16.20.1 iso.3.6.1.2.1.3.1.1.3.1.172.16.20.4 = IpAddress: 172.16.20.4 iso.3.6.1.2.1.3.1.1.3.1.172.16.20.5 = IpAddress: 172.16.20.5 iso.3.6.1.2.1.3.1.1.3.1.172.16.20.9 = IpAddress: 172.16.20.9 iso.3.6.1.2.1.3.1.1.3.1.172.16.20.32 = IpAddress: 172.16.20.32 iso.3.6.1.2.1.3.1.1.3.1.172.16.20.203 =...
2013 Feb 01
3
Cannot get puppetlabs-haproxy to do what I want
...otstrap new rabbitMQ nodes I want to add them to our HAProxy instance. Here''s my relevant site.pp entries: node /^rabbit.*/ inherits basenode { @@haproxy::balancermember { $fqdn: listening_service => ''messaging00'', server_names => $::hostname, ipaddresses => $::ipaddress, ports => [''55672'', ''5672''], options => ''check'' } include roles::rabbitmq::worker_broker } node thelonius inherits basenode { Haproxy::Balancermember <<| listening_...
2012 Jan 30
2
SLES11: facter without arguments produces Error: uninitialized constant Facter::IPAddress
Hi, I run into problems with the ipaddress fact using the latest Facter gem (1.6.4, 1.6.5) on SLES11. The versions and gems I use work perfectly fine on SLES10 SP3. The problem: running "facter" without arguments results in an error, even though the erroring fact "ipaddress" is ok. test:~ # cat /etc/SuSE-release SUSE L...
2017 Nov 20
0
Possible to have EthX acting like the ipaddress of the attached device (aka bridge) having no ipaddress?
Hi I have a Centos 6.X router/firewall/gateway for a /29 network all connected to one ETHX that has a switch behind it. This setup works very well but does NOT allow me to QOS one of the devices (a VOIP phone, many lines) as for "tc" to work I need a device, not ipaddress. I thought to connect the VOIP phone directly to the router, but in doing so I need that interface to ACT like the IPADDRESS of the VOIP box, meaning the ethernet interface has no ipaddress acting like a bridge: Internet | --------------------------- | router ip | | BRIDGE...
2010 Dec 16
3
tinc node behind nat router.
I have some tinc nodes behind a nat router. Which ipaddress should i use in de host file for the tinc nodes behind a nat router. The internet ipaddress or the private ipaddress ? Perry
2015 Dec 15
2
PJSIP configuration question
Thank you Joshua. I tried setting the from_domain for the endpoint, but it still sends the internal ip address for the INVITE's From field [acl1] type = acl deny = 0.0.0.0/0.0.0.0 permit = variousaddress permit = bluipaddress [transport1] type = transport bind = 0.0.0.0 protocol = udp [BLUIPIN] type = aor remove_existing = yes contact = sip:bluipaddress [auth7] type = auth username = didassignedbybluip password = password [didassignedbybluip] type = endpoint context = TestApp transport = transport1 outbound_auth =...
2011 Aug 16
9
Rails Looping with different attributes
...to get the solution. I hope i will get some help here. I am using these three find methods to get different types of devices. I dont have any relationships between any models. windows_devices = BaseManagedEntity.find(:all, :select => "b.BaseManagedEntityInternalId, c.NetworkName, c.IPAddress, s.HealthState, s.LastModified", :joins => "as b INNER JOIN mt_computer as c ON c.basemanagedentityid = b.basemanagedentityid INNER JOIN state as s ON b.basemanagedentityid = s.basemanagedentityid", :conditions => "IsManaged = 1 and s.LastModified = (select MA...
2015 Dec 15
2
PJSIP configuration question
...r to force the REGISTER to use my companyname dot com instead of the ip address? contact = sip:didassignedbybluip at companyname.com The REGISTER succeeds (which explains internal calls working). However, they are always using my internal ip address. BluIP Xmt INVITE sip:18005551212 @bluipaddress SIP/2.0 Via: SIP/2.0/UDP myinternalipaddress:5060;rport;branch=z9hG4bKPj32298b5f-ed09-4de4-9649-da4c4b78fafb From: "Name" <sip:didassignedbybluip at myinternalipaddress>;tag=4fda8a53-8831-45bd-9b29-15eb276ceafb To: <sip:callphonenumber at bluipaddress >...
2007 Jan 04
6
BandWidth Monitoring
Hi, I m using linux as a router and proxy on same machine , i want to monitor bandwidth usage per ipaddress , so plz suggest me the tool that i can use to monitor bandwidth used by which every ipaddress. thanks in advance Abhishek Kr. Singh System Administrator DSC. LTD. Mob.No. +91-9871563248 Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now! http://me...
2006 Nov 23
0
festival problem using IAX (chan_iax2.c:2995 iax2_read)
...conf': Found -- Executing [s@default:6] WaitExten("SIP/3001-09249a78", "") in new stack == Spawn extension (default, s, 6) exited non-zero on 'SIP/3001-09249a78' neobase*CLI> neobase*CLI> neobase*CLI> -- Accepting UNAUTHENTICATED call from ipaddress: > requested format = gsm, > requested prefs = (), > actual format = gsm, > host prefs = (gsm), > priority = mine -- Executing [s@default:1] Wait("IAX2/ipaddress:4569-3", "1") in new stack -- Executing [s@default:2...
2009 Jan 15
8
Pattern matching in case statement
Hi all, I need my servers to decide which network they are in (i.e. dmz), and the only clue is the servers IP-address. I was trying to accomplish it like this, but it doesn''t work: case $ipaddress { "10.1.1.*": { $network = "net1" } "10.2.2.*.*": { $network = "net2" } "10.3.3.*": { $network = "net3" } } When I change the IP Address to a valid one (like 10.1.1....
2008 Jun 02
1
dogfood advanced ip scanner
console output: bash-3.1# wine Advanced\ IP\ Scanner.exe err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window! (hwnd=0x70034) err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window! (hwnd=0x3004c) err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong window! (hwnd=0x30058) err:ipaddress:IPADDRESS_GetPartIndex We subclassed the wrong...
2020 Nov 09
3
Running Samba-tool on remote host
Hi Samba team. I was thinking of running samba-tool for creating users and changing passwords on a remote host. Looking for info on google I find the directive "samba-tool --ipaddress "" " where you can send info to a remote host. But I installed samba 4.12.9 on CentOS 8, and when I run samba-tool --ipaddress the cli says option not found. Any ideas? Greetings from Argentina!
2010 Oct 14
8
manipulating facter variable
I''m trying to manipulate the following facter variable: ipaddress => 10.85.207.2 What I need is the second group of digits. If it''s 84 then location is A, but if it''s 85 then location is B. In puppet I couldn''t grab this second set of digits, but maybe there is a way? I''ve already tried to make a custom fact, but my ruby k...
2010 Mar 20
4
select ip-address for sshd_config
...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 be: 1 - $sshd_listen_address defined in node template 2 - $ipaddress_eth1 fact if defined 3 - $ipaddress fact 4 - default = 0.0.0.0 (probably not necessary since $ipaddress should always be defined..?) -jf -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send ema...
2012 Sep 07
0
problem defining ipaddress
I have a fedora system configured and running with virsh using kvm/qemu. All I want is to have a fixed ipaddress for that virtual machine. I know that there is the Host and Guest sides to the network. The host has virbr0 interface, which i guess is a bridge. Seem when ever I define a interface to the guest with a type=routed it hoses my other interfaces on the host and requires a console reboot -- completely...
2014 Jun 26
0
Facter doesnt resolve ipaddress or ipaddress_eth0
Hello list. I am trying to read the IP address of the eth0 interface from a CentOS 6.5 VM (XenServer). Running the manifest gives empty values to all of the following vars: $ipaddress, $ipaddress_eth0, and its $::<name> version. $interfaces has "eth0,lo". Running facter from the VM I get: # facter -v 2.0.1 # facter | grep virtual is_virtual => true virtual => xenu # facter | grep eth interfaces => eth0,lo mtu_eth0 => 1500 # facter ipaddress_eth0...
2010 Nov 15
2
bug with using exported resources?
Hello... Is this a bug or by design? I''m using exported resources to generate /etc/ssh/ssh_known_hosts. I changed the example from the docs to this: @@sshkey { "$fqdn,$hostname,$ipaddress": type => rsa, key => $sshrsakey, } so that I would get one line per host in the ssh_know_hosts file. What happened was that on each run several (all?) keys exported would be re-added. At one point I counted 34 duplicate entries. I changed the module to: @@sshkey {...
2012 Sep 19
1
Puppet on Windows 2003 Server > wrong IP via facter?
Hello! I''m just getting started working with Puppet and testing on a Windows 2003 server. When I run facter on this server it returns a wrong value for the ipaddress (should be 10.10.0.203, but facter sets ipaddress=10.0.0.203). As you can see from the following ipconfig output, facter is looking at the TELECOM Ethernet adapter instead of the adapter used for the local domain (QALAB). Any work-around for this situation? C:\Documents and Settings\Administrat...
2003 Aug 14
2
FW: CIFS mount problem on Linux
...trying to remotely mount this share from the SUN machine, on my Linux machine (the linux kernel supports cifs). > Linux -- Red Hat 7.3 > Linux Kernel -- 2.4.20-18.7XFS1.30pre2smp > Linux CIFS Client version -- 0.8.2 > > When i try to cifs mount a share ISUXXX, from Machine <IPAddress>, on my linux machine i see the below problem: > > Try1: > mount.cifs //<IPAddress>/ISUXXX /someMountPoint -o username=<userName>,password=<passwd> > ---> My linux box starts hanging ! Does not take any mouse, keyboard events. > The machine seems...