search for: checkip

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

Did you mean: checkin
2016 Feb 29
4
need help on tinc route problem
yes, I have these in C host file: Subnet=10.10.0.0/24 Subnet=0.0.0.0/1 Subnet=128.0.0.0/1 ## not metioned, because I think is maybe works in same as 0.0.0.0/1 B host file doesn't have 0.0.0.0/1 and 128.0.0.0/1 I only added one route to 5.6.7.8 via B, not via C On Mon, Feb 29, 2016 at 4:40 PM, Maxim Vorontsov <6012030 at gmail.com> wrote: > hi. > > Are you add only
2012 Feb 06
3
Script to automatically update externip. Useful for a host with dynamic public IP
#!/bin/bash # checksetexternip.sh # Author: John Cahill email at johncahill.net # Licence: GPL v3 # Description: script that queries checkip.dyndns.com to find the server's external IP address. Updates asterisk's externip value and does a sip reload if necessary. # Last modified 06/02/2012 is_ip(){ input=$1 octet1=$(echo $input | cut -d "." -f1) octet2=$(echo $input | cut -d "." -f2) octet3=...
2015 Apr 01
2
Update peer IP address
If I correctly understand what the problem is, what I did was write a script that runs out of CRON every 15 minutes. It checks the outside IP address by querying http://checkip.dyndns.org and compares it to the IP address stored in the parameter ?externip? in the [general] section of sip.conf. If the two values are the same, the script exits quietly. If they are different, the script updates ?externip? with the new address, does a sip reload, and shoots me an email saying...
2015 Apr 01
0
Update peer IP address
....2015 um 16:40 schrieb Tech Support <asterisk at voipbusiness.us <mailto:asterisk at voipbusiness.us>>: > > If I correctly understand what the problem is, what I did was write a script that runs out of CRON every 15 minutes. It checks the outside IP address by querying http://checkip.dyndns.org <http://checkip.dyndns.org/> and compares it to the IP address stored in the parameter ?externip? in the [general] section of sip.conf. If the two values are the same, the script exits quietly. If they are different, the script updates ?externip? with the new address, does a sip re...
2013 Sep 10
6
lsm configuration issues...
..._ovh    eth0:192.168.16.22   eth3 COUNT   client1_ovh    eth3                 eth0:192.168.16.22 ... ---------------------------------------------------------------------- /etc/lsm/lsm.conf ---------------------------------------------------------------------- debug=8 defaults {   name=defaults   checkip=127.0.0.1   eventscript=/etc/lsm/script   notifyscript=/usr/share/lsm/default_script   max_packet_loss=15   max_successive_pkts_lost=7   min_packet_loss=5   min_successive_pkts_rcvd=10   interval_ms=1000   timeout_ms=1000   warn_email=alert@ipernity.com   check_arp=0   sourceip=   ttl=0 } include /...
2013 Sep 11
8
Fallback in a multi-isp configuration
Hi, I have a multi-isp configuration both on ppp interfaces. As one of them is 32Mbit/s and the other is 8Mbit/s , I have a weight setting of 4 to 1 as in the following providers file entries: vdsl 1 0x10000 - ppp1 - track,balance=4 adsl 2 0x20000 - ppp0 - track,balance=1 I would also like to have fallback between them so that if one is
2010 Jul 29
3
ip address from range script
TEST-A.txt: list of ip address ranges [AS/isp's in a country] TEST-B.txt: list of ip addresses I just need to know, if an ip in the TEST-B.txt is in a range of TEST-A.txt cat "TEST-A.txt" 63.31.63.0/24;9007;44536 64.65.0.0/19;9000;8263 62.64.14.0/21;9001;6852 cat "TEST-B.txt" 63.31.63.2 64.66.5.4 63.31.63.66 62.64.14.231 output: 63.31.63.0/24;9007;44536 63.31.63.2
2013 Oct 30
0
Ddclient: is this a problem?
I'm running ddclient on a remote CentOS server (with dynamic IP address). About twice a day I get email from ddclient saying "TIMEOUT: checkip.dyndns.org after 120 seconds". As far as I can see, ddclient checks the IP address every 10 minutes. So can I assume that ddclient got the address the next time it tried? I looked at the Perl source, but couldn't really disentangle it. Ps: I'm one of those getting free dyndns servic...
2015 Apr 01
2
Update peer IP address
...<asterisk at voipbusiness.us >> <mailto:asterisk at voipbusiness.us>>: >> >> If I correctly understand what the problem is, what I did was >> write a script that runs out of CRON every 15 minutes. It checks the >> outside IP address by queryinghttp://checkip.dyndns.organd compares >> it to the IP address stored in the parameter ?externip? in the >> [general] section of sip.conf. If the two values are the same, the >> script exits quietly. If they are different, the script updates >> ?externip? with the new address, does a si...
2000 Feb 28
3
SSH & xauth (fwd)
...s a decent argument that many consumers of SSH are the kind of people who also blindly accept new hostkeys without verifying fingerprints or using a PKI, so this kind of default won't help them at all, just causing frustration. :-) If you want another puzzling OpenSSH tidbit, it's that the CheckIP option is enabled by default in the base implementation. It has recently been turned off in the FreeBSD version for the following reason (which was rejected by OpenSSH developers shortly after OpenSSH was released). The CheckHostIP feature introduces automatic modification of the known hosts key...
2004 Oct 04
6
Appreciate help with Shorewall and VPN
Hello all, I had setup shorewall before succesfully with a normal LAN to internet connection. Now I''m connected to the internet via VPN and I got problems with configuring Shorewall. Any help is appreciated. This is my setup: - Gentoo Linux laptop (kernel gentoo-dev-sources-2.6.8.1) with Shorewall 2.0.4 (setup for Standalone one interface) and iptables 1.2.11 - VPN client is
2015 Mar 31
2
Update peer IP address
You have two options for dealing with an IP change during the registration period: 1) set the registration time to shorter period of time to minimize the downtime 2) detect that the IP address has changed via whatever method available, and then issue a "sip reload" CLI command to asterisk, which will cause it to resend registrations immediately. On Tue, Mar 31, 2015 at 1:36 PM, Daniel