search for: 8081

Displaying 20 results from an estimated 86 matches for "8081".

Did you mean: 8080
2009 Aug 18
3
Rules based on ipmasq
...BLES -A INPUT -p tcp -d $IPOFIF/$NMOFIF --dport 80 -j ACCEPT ;; esac done # 3. redirect non-local http requests to transparent proxy for i in $INTERNAL; do ipnm_cache $i case $MASQMETHOD in ipfwadm) $IPFWADM -I -a accept -P tcp -S $IPOFIF/$NMOFIF -D 0.0.0.0/0 80 -r 8081 ;; ipchains) $IPCHAINS -A input -p tcp -s $IPOFIF/$NMOFIF -d 0.0.0.0/0 80 -j REDIRECT 8081 ;; netfilter) $IPTABLES -t nat -A PREROUTING -p tcp -s $IPOFIF/$NMOFIF -d 0.0.0.0/0 --dport 80 -j REDIRECT --to-ports 8081 ;; esac done # 4. block port 8...
2006 Apr 13
1
Iptables port forwarding help
Hello, I have a webcam that I wish to view from the internet. It is a wireless linksys model with an ip address of 192.168.1.15. I have it set on port 8081, 192.168.1.15:8081. I am using the IP Masquerade HowTo script. Here's the rule I added to my firewall script: EXTIF="ppp0" INTIF="eth1" EXTIP="`$IFCONFIG $EXTIF | grep inet | cut -d : -f 2 | cut -d \ -f 1`" $IPTABLES -A FORWARD -i $EXTIF -o $INTIF -p tcp --dp...
2012 Jul 06
4
puppetdb listening on ipv6 port 8081 , not ipv4
...ch puppet-2.7.17-1.el6.noarch on the clients, got an error for puppetdb , client1 :~ # puppet agent --test err: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to submit ''replace facts'' command for client1.domain.com to PuppetDB at puppet.domain.com:8081: 403 "Forbidden" warning: Not using cache on failed catalog err: Could not retrieve catalog; skipping run on the puppet server, noticed puppetdb is listening on IPv6 not ipv4, is it normal ? [root@puppet ~]# lsof -i:8081 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java...
2000 Oct 12
1
Remote port forwarding problems
...: no set_nonblock for tty fd 5 debug: no set_nonblock for tty fd 6 debug: channel 0: new [client-session] debug: send channel open 0 debug: Entering interactive session. The no set_nonblock, is that an indication? here's the output with ssh -v -R 8080:localhost:8080 <remote machine> -L 8081:localhost:8081 debug: ssh-userauth2 successfull debug: Connections to local port 8081 forwarded to remote address localhost:8081 socket: Invalid argument debug: Local forwarding listening on 127.0.0.1 port 8081. debug: fd 7 setting O_NONBLOCK debug: channel 0: new [port listener] debug: no set_non...
2002 Feb 27
0
Custom hardware and software integration services
...lability, high density UltraSPARC and Intel/AMD rackmount and tower servers or workstations. To augment your mission critical network and data, Rave Computer also specializes in storage, backup and disaster recovery solutions. --Custom UltraSPARC Workstations and Servers: http://www.rave.com:8081/cgi-bin/adstat2.cgi?rid=6987&adid=IntroRave&linkid=inSPARC&url=http://www.rave.com/rs-main.html --Custom Intel/AMD Workstations and Servers: http://www.rave.com:8081/cgi-bin/adstat2.cgi?rid=6987&adid=IntroRave&linkid=inIntelAMD&url=http://www.rave.com/rs-PCs.html --Afforda...
2001 Sep 14
0
News from the www.indymedia.org:8081 newswire
--------------------------------------------------------------- Story from the www.indymedia.org:8081 newswire Checkout independent media coverage of politics, protest, and life at: http://www.indymedia.org:8081 This message was sent to you by: concerned citizen Comments: I just thought this might be interesting in the context of free music distribiuton -----------------------------------------...
2013 May 31
2
Problems with puppetdb and SSL
When I run openssl s_client -host puppet -port 8081 -CAfile /etc/puppet/ssl/certs/puppet.fqdn I get Verify return code: 21 (unable to verify the first certificate). If I run the same command, but use port 8140 to connect to puppet, I get a return code of 19 (which is correct). I believe that, if I fix this SSL problem then it would fix my main...
2005 Dec 19
1
Lighty External Fast CGI Process Load Balacing Note
...ge <http://wiki.rubyonrails.com/rails/pages/LighttpdWithProcessScripts>, one would think that something like this works: fastcgi.debug = 1 fastcgi.server = ( ".fcgi" => ( "server1" => ( "host" => "127.0.0.1", "port" => 8081, "check-local" => "disable" ) ), ( "server2" => ( "host" => "127.0.0.1", "port" => 8082, "check-local" => "disable" ) ) ) (NOTE, a real server wouldn''t talk to 127.0.0.1, this i...
2012 Nov 05
9
puppetdb postgresql Connection refused
...nut our clients get the following error: Warning: Unable to fetch my node definition, but the agent run will continue: Warning: Error 400 on SERVER: Could not retrieve facts for lxa7t.unix.lan: Failed to submit ''replace facts'' command for lxa7t.unix.lan to PuppetDB at puppetdb:8081: Connection refused - connect(2) Info: Retrieving plugin Info: Loading facts in /var/lib/puppet/lib/facter/bmemoryhugepages.rb Info: Loading facts in /var/lib/puppet/lib/facter/bstoragemanufacturer.rb Info: Loading facts in /var/lib/puppet/lib/facter/bmemoryshmmax.rb Info: Loading facts in /var/lib...
2013 Aug 05
2
Trouble connect to PuppetDB
...hen I execute *sudo puppet agent --test* on a client node, I receive the following: Warning: Unable to fetch my node definition, but the agent run will continue: Warning: Error 400 on SERVER: Could not retrieve facts for web1.mydomain.tld: Failed to find facts from PuppetDB at db1.mydomain.tld:8081: Connection refused - connect(2) Info: Retrieving plugin Info: Loading facts in /var/lib/puppet/lib/facter/concat_basedir.rb Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to submit ''replace facts'' command for web1.mydomain.tld to PuppetDB at d...
2016 Jun 20
2
[Bug 2592] New: -R bind_address not working, always bind 0.0.0.0
...rts yes'. There is many active network interfaces: eth0 Link encap:Ethernet lo Link encap:Local Loopback tun0 Link encap:UNSPEC tun1 Link encap:UNSPEC tun2 Link encap:UNSPEC IP address at eth0 is 10.10.10.10. After connection: ./ssh 10.10.10.10 -p444 -R10.10.10.10:8081:127.0.0.1:80 I see at netstat: #netstat -nlpt | grep 8081 tcp 0 0 0.0.0.0:8081 0.0.0.0:* LISTEN 8729/sshd tcp 0 0 :::8081 :::* LISTEN 8729/sshd #ps axuf | grep sshd root 8728 0.1...
2013 Feb 08
2
Installing puppet master and puppetdb on the same host.
...d on the client I get : [root@puppettest ~]# puppetd --test notice: Ignoring --listen on onetime run err: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to submit ''replace facts'' command for puppettest.example.com to PuppetDB at puppetdb.example.com:8081: Server hostname ''puppetdb.example.com'' did not match server certificate; expected one of puppet.example.com, DNS:puppet, DNS:puppet.example.com warning: Not using cache on failed catalog err: Could not retrieve catalog; skipping run [root@puppettest ~]# openssl s_client -connec...
2020 Oct 03
6
UpdateHostkeys now enabled by default
Hi, I just fixed a couple of corner-cases relating to UpdateHostkeys in git HEAD and have enabled the option by default. IMO this protocol extension is important because it allows ssh clients to automatically migrate to the best available signature algorithms available on the server and supports our goal of deprecating RSA/SHA1 in the future. We would really appreciate your feedback on this
2020 Oct 04
2
UpdateHostkeys now enabled by default
...ng > machine for which I have both ecdsa an ed25519 keys in my existing > known_hosts (but apparently ed25519 keys where added only for the name > previsously by ssh): > > Warning: the ED25519 host key for 'freedom' differs from the key for > the IP address '2a03:7220:8081:6101:6552:9ca8:512b:9251' > Offending key for IP in /home/matthieu/.ssh/known_hosts:53 > Matching host key in /home/matthieu/.ssh/known_hosts:131 > Are you sure you want to continue connecting (yes/no)? > > line 53 is the ecdsa key for the given address, 131 is the ed25519 key &...
2007 Jul 02
1
download.file - it works on my Mac but not on Windows.
Hi: I am working with someone remotely to allow them access to our data. The follow command using "download.file" works perfectly on my Mac: > > download.file(url="http://oceanwatch.pfeg.noaa.gov:8081/thredds/ > wcs/satellite/AG/ssta/14day? > request=GetCoverage&version=1.0.0&service=WCS&format=NetCDF3&coverage= > AGssta&Vertical=.0&time=2006-01-06T00:00:00Z&bbox=220,20,250,50", > destfile="/users/rmendels/desktop/carrie.nc") > tryin...
2010 Aug 08
3
ie 8 and LocalHost
I just installed IE8 with Wine ... and when i launch iexplorer I get to the WineHQ site without toolbar. I would like to connect to "http://localhost:8081/init.do (http://localhost:8081/init.do)" ... How can I change the default page, and How can I switch on the toolbar thanks !
2012 Jun 29
5
puppetmaster init script - bug ?
...g puppetmaster: [ OK ] Node: [root@puppet-slave ~]# puppet agent --test err: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to submit ''replace facts'' command for puppet-slave.test.net to PuppetDB at puppet.test.net:8081: Permission denied - connect(2) warning: Not using cache on failed catalog err: Could not retrieve catalog; skipping run If I start the puppet master using the script puppet command, it works fine: Master: [root@puppet ~]# puppet master start Node: [root@puppet-slave ~]# puppet agent --test info...
2007 Oct 27
8
mongrel 1.0.3
Hello! Run problems after upgrading to mongrel 1.0.3 from 1.0.1: # uname -sr FreeBSD 7.0-BETA1 # mongrel_rails start ** Starting Mongrel listening at :3000 ** Starting Rails with development environment... ** Rails loaded. ** Loading any Rails specific GemPlugins ** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart). ** Rails signals registered. HUP => reload
2012 Dec 07
2
Help with PuppetDB
...as am running my puppetmaster. I am getting the following error when am trying to connect the agent: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to submit ''replace facts'' command for ftldwshost180.wsdev.citrix.com to PuppetDB at 10.12.14.85:8081: Connection refused - connect(2) Warning: Not using cache on failed catalog Error: Could not retrieve catalog; skipping run Can anybody tell me how to resolve this error??? System Information: Red Hat Enterprise Linux Server release 5.8 (Tikanga) puppet 3.0.1 puppetdb 1.0.4 I have installed a...
2012 Oct 09
3
After upgrade to 3.0: Warning: Error 400 on SERVER: Could not retrieve facts for
...are getting error 400. # puppet --version 3.0.0 On agent (any!) # puppet agent --test Warning: Unable to fetch my node definition, but the agent run will continue: Warning: Error 400 on SERVER: Could not retrieve facts for build6.[censored]: Failed to find facts from PuppetDB at abyss.[censored]:8081: Connection refused - connect(2) Info: Retrieving plugin Info: Loading facts in /var/lib/puppet/lib/facter/root_home.rb Info: Loading facts in /var/lib/puppet/lib/facter/puppet_vardir.rb Info: Loading facts in /var/lib/puppet/lib/facter/iptables.rb Info: Loading facts in /var/lib/puppet/lib/facter/...