search for: port80

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

Did you mean: port70
2006 Nov 14
3
Caller ID in Sweden not working and looking for and voices
Hi! I am getting inbound caller ID fine bout not out. I am in Sweden and suing Rixtelcom /POrt80 as provider. anyone knowing what is wrong? Also is anyone knowing about Swedish voices to trixbox/Asterisk? I have male now and am looking fro female voices. Regards Mattias -- Mattias Andersson -------------------------------- Storskiftesv?gen 6 145 60 Norsborg m. +46-70-799 44 41 h. +46-8-64...
2015 Feb 25
4
icecast and proxy
...8000, that is a problem for all people that are at work, behind firewall or protected environment. So, I thought that a proxy can be the solution for streaming on port 80. I enabled the apache2 proxy and, yes, if I type: www.nvapple.it/stream the stream is ok also now that I am on my office, on port80! The problem is that if I look at the IP of people that are connected, visiting icecast's admin panel, I see always the ip of my machine, and it is unfortunately right, because they are listening through apache2 proxy. On my proxy.conf, I put: *** ProxyPass /stream http://www.nvapple.it:...
2005 Feb 19
2
squid
Sorry Tom I''ll get flamed for this. Trying to set up squid parsed by dansguadian. I set in rules to redirect anything going to port80 from wlan0 to go 3128. What else to I need to add to say the start file to get the output from squid back into the iptables chain. Yes I''ve googled and now I''m tottaly confused TIA & HNY Richard
2016 Jun 20
3
Redirecting port 8080 to port 80 - how to add in /etc/sysconfig/iptables file?
...4.151:8080 ExecStop=/bin/kill ${MAINPID} SuccessExitStatus=143 [Install] WantedBy=multi-user.target However I actually need my Jetty program to run at port 80 - so that users behind corporate firewalls can connect too. The Jetty doc at https://www.eclipse.org/jetty/documentation/current/setting-port80-access.html suggests to run the command # iptables -t nat -I PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080 but I can not figure out the corresponding line for the /etc/sysconfig/iptables I have tried running the above command and then "iptables -S" to see the added rule, but...
2016 Jun 20
0
Redirecting port 8080 to port 80 - how to add in /etc/sysconfig/iptables file?
...lexander Farber <alexander.farber at gmail.com> wrote: <cut> > > However I actually need my Jetty program to run at port 80 - so that users > behind corporate firewalls can connect too. > > The Jetty doc at > https://www.eclipse.org/jetty/documentation/current/setting-port80-access.html > suggests to run the command > > # iptables -t nat -I PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080 > > but I can not figure out the corresponding line for the > /etc/sysconfig/iptables > > I have tried running the above command and then "iptables...
2015 Feb 25
0
icecast and proxy
...hat are > at > work, behind firewall or protected environment. > So, I thought that a proxy can be the solution for streaming on port > 80. > I enabled the apache2 proxy and, yes, if I type: > www.nvapple.it/stream > > the stream is ok also now that I am on my office, on port80! > > The problem is that if I look at the IP of people that are connected, > visiting icecast's admin panel, I see always the ip of my machine, and > it is unfortunately right, because they are listening through apache2 > proxy. > > On my proxy.conf, I put: > *** >...
2015 Feb 25
0
icecast and proxy
...39;t. You can easily kill your web server and other things can break too. Icecast explicitly does NOT support being reverse proxied! We recommend to bind Icecast directly (start as root, use changowner) to port 80 on a separate IP address. > the stream is ok also now that I am on my office, on port80! > > The problem is that if I look at the IP of people that are connected, > visiting icecast's admin panel, I see always the ip of my machine, and > it is unfortunately right, because they are listening through apache2 > proxy. [...] > Do you know other solutions that can...
2002 Nov 18
0
help! tc filter dose not work..
...eth0 parent 1:0 protocol ip u32 match ip dport 80 0xffff flowid 1:12 tc filter add dev eth1 parent 1:0 protocol ip u32 match ip dport 80 0xffff flowid 1:12 but when i send traffic from 211.241.219.xx --> 192.168.1.4 or 192.168.1.4 --> 211.241.219.xx ,\ tc filter didn''t recognize port80. but when i tested another computer it works just fine(masqurade setting are same with above) maybe some setting or modules are needed. but I couldn''t found what i should do to work fine . dose anyone know ? a slice hint can make me very very happy~~ In ROUTER port forwarding,an...
2012 Apr 10
2
wine and security - lockdown suggestions
...on 'alert'. 3) Have a windows registry lock - or organise a bat to always restore a trusted registry file every startup. 4) Have greater control over svchost.exe. Same wrapper idea, or alerts or ?????? maybe byte size checking to prevent replacements. 5) Allow a way to have wine block port80 - in a scenario where the software you do run can get by with port 443 only. i.e. small open source firewall that is rootkit proof. Or a firewall that filters both the app and port. 6) rootkit detector - linux built but wine targeted 7) virus detection - again linux built but wine targeted 8)...
2004 May 21
2
fwmark / MARK / --set-mark syntax never run on my system! Search step by step help.
Hello! This arguments never run on my system, but I need this: #!/bin/bash -x echo "1" iptables -t mangle -p tcp -d 0/0 --dport 80 -j MARK --set-mark 2 echo "2" echo "201 T1" >> /etc/iproute2/rt_tables echo "3" ip rule add fwmark 2 table T1 echo "4" ip route add default via 192.168.21.2 dev eth1 table T1 echo "5" ip route
2005 Jun 22
4
tc on a PDA
hello, i have a 5500 iPaq with familiar 0.8.2 on it and i don''t know how to install a traffic shaper tool on it. I installed iproute2 package i found on familiar site and for that i have the tc and ip commands, but when trying to add a qdisc, as a dummy example, i get the next answer: > tc qdisc add dev wlan0 root cbq bandwidth 100Mbit avpkt 100 RTNETLINK answers: Invalid argument
2010 May 12
19
puppet-module-apache
Hey all, I''ve open-sources Digg''s apache module: http://github.com/plathrop/puppet-module-apache I know this isn''t much more advanced than what I''ve seen a lot of people using. Here''s my proposition, though. Let''s get all the disparate "apache" modules out there merged together into One Awesome Module. What do you think? One module