search for: ipaddr

Displaying 20 results from an estimated 685 matches for "ipaddr".

2009 Oct 09
1
[PATCH node] validify ipv4/ipv6 static/dhcp choice else loop
...o or [A]bort)? " - case $REPLY in - D|d) - BR_CONFIG="$BR_CONFIG\nset $BR_ROOT/BOOTPROTO dhcp" - ;; - S|s) - printf "\n" - read -ep "IP Address: "; IPADDR=$REPLY - read -ep " Netmask: "; NETMASK=$REPLY - read -ep " Gateway: "; GATEWAY=$REPLY - - BR_CONFIG="$BR_CONFIG\nset $BR_ROOT/BOOTPROTO none" - BR_CONFIG="$BR_CONFIG\nset $BR_ROOT/IPA...
2006 Jun 14
2
DUNDi Users
I have three Asterisk boxes. Each has the following in dundi.conf: 180net => dundi_local,0,IAX,dundi:${SECRET}@${IPADDR}/${NUMBER},nopartial 180q => dundi_q_pbx1,1,IAX,dundi:${SECRET}@${IPADDR}/${NUMBER},nopartial 180q => dundi_q_pbx2,2,IAX,dundi:${SECRET}@${IPADDR}/${NUMBER},nopartial 180q => dundi_q_pbx3,3,IAX,dundi:${SECRET}@${IPADDR}/${NUMBER},nopartial My iax.conf on all three Asterisk boxes has this:...
2000 Aug 07
1
--with-ipaddr-display patch
Hi ! I think that the configure option --with-ipaddr-display doesn't set the IPADDR_IN_DISPLAY define in config.h Here's a small patch to configure.in that should enable the feature (after running autoconf again). -Jarno --- openssh-2.1.1p4-orig/configure.in Sat Jul 15 07:59:14 2000 +++ openssh-2.1.1p4/configure.in Mon Aug 7 08:18:15 2000...
2007 May 17
5
DUNDi configuration problem
...================ == MACHINE 1: 192.168.1.103 == ========================= DUNDI.CONF ------------------- [general] bindaddr=0.0.0.0 port=4520 entityid=00:0E:A6:0B:E7:50 cachetime=60 ; 1 minute ttl=5 autokill=yes ;secretpath=dundi storehistory=yes [mappings] priv => dundi-priv-canonical,0,SIP,${IPADDR}/${NUMBER},nopartial priv => dundi-priv-customers,100,SIP,${IPADDR}/${NUMBER},nopartial priv => dundi-priv-via-pstn,400,SIP,${IPADDR}/${NUMBER},nopartial ; AsteriskNOW server [00:07:95:BD:F1:FF] model = symmetric host = 192.168.1.69 inkey = asnow outkey = asreg include = priv ;all permit = p...
2008 Jul 17
6
Simple IP Question
I have a server located remotely running CentOS 5.x. I need to have two IP's on the same interface. So I have this: /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 BOOTPROTO=none BROADCAST=69.x.x.199 HWADDR=00:x:x:x:c6:10 IPADDR=69.x.x.194 NETMASK=255.255.255.248 NETWORK=69.x.x.192 ONBOOT=yes GATEWAY=69.x.x.193 TYPE=Ethernet So I added this: /etc/sysconfig/network-scripts/ifcfg-eth0:0 DEVICE=eth0 BOOTPROTO=none BROADCAST=69.x.x.199 HWADDR=00:x:x:x:c6:10 IPADDR=69.x.x.195 NETMASK=255.255.255.248 NETWORK=69.x.x.192 ONBOOT=...
2016 Nov 20
3
CentOS 6, Apache 2.2.15 and SNI?
Hello, is Apache 2.2 which is part of the CentOS distribution capable of SNI? I have troubles that are coming from server side (CentOS 6.8, Apache 2.2.15) just did 'yum update' in /etc/httpd/conf/httpd.conf I've the following NameVirtualHost ipaddr:443 Include /etc/httpd/conf/vhosts/vhost-ssldom1-box.conf Include /etc/httpd/conf/vhosts/vhost-ssldom2-box.conf both 'vhost'-files are like this: <VirtualHost ipaddr:443> ServerAdmin webmaster at domain#.com ServerName vhost.domain#.com:443 ServerAlias box.domain#.com:443 ServerAl...
2006 Apr 20
0
Fwd: why DUNDi ${IPADDR} has been transfered to 127.0.0.1?
---------- Forwarded message ---------- From: ?? <jeffery9@gmail.com> Date: Apr 20, 2006 5:39 PM Subject: why DUNDi ${IPADDR} can not transfer to 127.0.0.1? To: Asterisk Users Mailing List - Non-Commercial Discussion < asterisk-users@lists.digium.com> in the documents, it said that.... ; 'dest' is the destination to supply for reaching that number. The ; following variables can be used in the destinatio...
2017 Feb 03
5
[PATCH 0/5] Support socket activation in virt-p2v.
As the subject says, support socket activation in virt-p2v. I have added upstream support for socket activation to nbdkit already: https://github.com/libguestfs/nbdkit/commit/7ff39d028c6359f5c0925ed2cf4a2c4c751af2e4 I posted a patch for qemu-nbd, still waiting on more reviews for that one: https://www.mail-archive.com/qemu-devel@nongnu.org/msg427246.html I tested this against old and new qemu
2009 Nov 03
0
[PATCH server] suggest ip address for nics/bondings on edit host/vm network forms
....rb +++ b/src/app/controllers/vm_controller.rb @@ -193,7 +193,7 @@ class VmController < ApplicationController networks.each{ |net| nnic = Nic.new(:mac => Nic::gen_mac, :network => net) if(net.boot_type.proto == 'static') - nnic.ip_addresses << IpAddress.new(:address => '127.0.0.1') # FIXME + nnic.ip_addresses << IpAddress.new(:address => net.gen_address) end @nics.push nnic } diff --git a/src/app/models/ip_address.rb b/src/app/models/ip_address.rb index 13f5d19..2909e4e 100644 --- a/src/app/m...
2007 Aug 23
3
Using Puppet to swap eth0 and eth1
...ig hack, and I implement this HWADDR fix with Puppet. Puppet writes /etc/sysconfig/network/ifcfg-eth0 and /etc/sysconfig/ network/ifcfg-eth1 using a Puppet definition called network-interface: define network-interface ( $onboot = ''no'', $bootproto = ''static'', $ipaddr = '''', $hwaddr, $netmask = '''') { file { "ifcfg-$name": path => "/etc/sysconfig/network-scripts/ifcfg-$name", owner => "root", group => "root", mode => 0444, content => template("network-i...
2016 Oct 04
1
Virtualization Networking
.../etc/sysconfig/ifcfg-eth0 > > NAME="eth0" > BOOTPROTO=none > GATEWAY=192.168.1.1 > NM_CONTROLLED=no > HWADDR=44:37:E6:53:1E:E2 > MACADDR="" > IPV6INIT=no > DEVICE=eth0 > NETMASK=255.255.255.0 > MTU="" > BROADCAST=192.168.1.255 > IPADDR=192.168.1.110 > NETWORK=192.168.1.0 > ONBOOT=yes > TYPE=Ethernet > > /etc/sysconfig/ifcfg-eth1 > > GATEWAY=192.168.1.1 > NAME="" > BOOTPROTO=none > NM_CONTROLLED=no > MACADDR="" > IPV6INIT=no > DEVICE=eth1 > NETMASK=255.255.255.0 >...
2006 Apr 20
0
why DUNDi ${IPADDR} can not transfer to 127.0.0.1?
in the documents, it said that.... ; 'dest' is the destination to supply for reaching that number. The ; following variables can be used in the destination string and will ; be automatically substituted: ; ${NUMBER}: The number being requested ; ${IPADDR}: The IP address to connect to ; ${SECRET}: The current rotating secret key to be used .................... but in my experiences.. i need to change the ${IPADDR} to the ip address of the asterisk server.. If this is the bug? thanks, -- Jeffery iaxtel Num: 1-700-576-1311 fwdnet Num: 728150...
2007 Feb 11
0
realtime and save ip server in database
Hello I change this from chan_sip.conf (see ipsvr): static void realtime_update_peer(const char *peername, struct sockaddr_in *sin, const char *username, const char *fullcontact, int expirey) { char port[10]; char ipaddr[20]; char regseconds[20]; time_t nowtime; -> char ipsvr[20]; time(&nowtime); nowtime += expirey; snprintf(regseconds, sizeof(regseconds), "%d", (int)nowtime); /* Expiration time */ ast_inet_ntoa(ipaddr, sizeof(ipaddr),...
2007 Nov 20
1
Realtime - mysql query gives wrong results??
...WHERE host = '192.168.0.74' AND port = '5060' [Nov 20 10:37:10] DEBUG[31852]: res_config_mysql.c:651 mysql_reconnect: MySQL RealTime: Everything is fine. [Nov 20 10:37:10] DEBUG[31852]: res_config_mysql.c:138 realtime_mysql: MySQL RealTime: Retrieve SQL: SELECT * FROM sip_conf WHERE ipaddr = '192.168.0.74' AND port = '5060' [Nov 20 10:37:10] DEBUG[31852]: res_config_mysql.c:651 mysql_reconnect: MySQL RealTime: Everything is fine. [Nov 20 10:37:10] DEBUG[31852]: res_config_mysql.c:258 realtime_multi_mysql: MySQL RealTime: Retrieve SQL: SELECT * FROM sip_conf WHERE host...
2020 Sep 22
2
nmcli: unwanted secondary ip-address
...IPV6_AUTOCONF=no +IPV4_FAILURE_FATAL=no +IPV6INIT=yes +IPV6_AUTOCONF=yes ?IPV6_DEFROUTE=no ?IPV6_FAILURE_FATAL=no ?IPV6_ADDR_GEN_MODE=stable-privacy -NAME=eno1 -UUID=1e382037-fec9-493d-a4f2-ace7d73a1e7b -DEVICE=eno1 +NAME=eno4 +UUID=dbd95c24-1ed7-4292-8dba-3934bd1476a0 +DEVICE=eno4 ?ONBOOT=yes -IPADDR=192.168.1.90 +IPADDR=192.168.2.98 ?PREFIX=24 +DNS1=10.10.100.1 +DNS2=10.10.100.2 +#DNS3=8.8.8.8 +PEERDNS=no +PEERROUTES=no > Can you show the config of eno4? # cat? ifcfg-eno4 TYPE=Ethernet PROXY_METHOD=none BROWSER_ONLY=no BOOTPROTO=none DEFROUTE=no IPV4_FAILURE_FATAL=no IPV6INIT=yes IPV6_A...
2011 Jan 27
9
CIDR-matching in puppet manifests?
...s collection of networks (a few /24s, some /25s, a /29 and a couple /27s, and hey look a /16 in rfc1918 space and...). So I can''t do simple regex matches on dotted-quad IP notation and expect to get a complete story. What I''d like is something like, I dunno... $nameserver = $::ipaddress ? { cidr(''172.242.0.0/16'') => ''172.242.111.222'', cidr(''192.168.55.0/25'') => ''192.168.55.5'', cidr(''192.168.55.128/25'') => ''192.168.55.205'', ... } Or really any way to det...
2005 Sep 28
3
virtual interfaces
...ughput even when numerous tcp streams to different LAN hosts are running. I would like to add a virtual interface to one of my LAN interfaces. My LAN interface (/etc/sysconfig/network-scripts/ifcfg-eth2) looks like: DEVICE=eth2 BOOTPROTO=static BROADCAST=192.168.10.255 HWADDR=00:60:08:C3:F9:71 IPADDR=192.168.10.1 NETMASK=255.255.255.0 NETWORK=192.168.10.0 ONBOOT=yes TYPE=Ethernet would adding the below: /etc/sysconfig/network-scripts/ifcfg-eth2:0 DEVICE=eth2:0 BOOTPROTO=static BROADCAST=192.168.20.255 HWADDR=00:60:08:C3:F9:71 IPADDR=192.168.20.1 NETMASK=255.255.255.0 NETWORK=192.168.20.0 ON...
2008 Jan 31
0
Realtime device update weirdness
...LECT * FROM devices WHERE name = '109' AND host = 'dynamic' [Jan 30 22:38:21] DEBUG[27917]: res_config_mysql.c:662 mysql_reconnect: MySQL RealTime: Everything is fine. [Jan 30 22:38:21] DEBUG[27917]: res_config_mysql.c:365 update_mysql: MySQL RealTime: Update SQL: UPDATE devices SET ipaddr = '0.0.0.0', port = '0', regseconds = '0' WHERE name = '109' [Jan 30 22:38:21] DEBUG[27917]: res_config_mysql.c:379 update_mysql: MySQL RealTime: Updated 0 rows on table: devices [Jan 30 22:38:21] DEBUG[27885]: res_config_mysql.c:662 mysql_reconnect: MySQL RealTime:...
2015 Dec 23
3
Network configuration issue with second public ip on CentOS 6
...reven: > > >> > > If I understand IP networking correctly, you only can have "aliases" of > the interface appear on the _same_ network segment (I'm tempted to say > same class C network) as the main IP of interface, say you have: > > DEVICE=eth0 > IPADDR=x.y.z.w > NETMASK=255.255.255.0 > GATEWAY=x.y.z.254 > > Then with the restriction I mentioned you can have alias: > > DEVICE=eth0:0 > IPADDR=x.y.z.a > NETMASK=255.255.255.255 > > Note that "x.y.z." part is the same in both IPs. > > Somebody may corr...
2016 Sep 04
4
more than one IP address on network device?
On 09/04/2016 05:00 PM, Ulf Volmer wrote: >> IPADDR2=192.168.1.10 >> BROADCAST2=192.168.1.255 <-- >> NETMASK2=255.255.255.0 >> NETWORK2=192.168.1.0 <-- >> GATEWAY2=192.168.1.1 <-- >> >> in case they don't match the first IP address? > > I'm not sure at this point. If you have to add a secon...