search for: my_internet_ip

Displaying 2 results from an estimated 2 matches for "my_internet_ip".

2006 Jan 26
8
nat table remenbering nat''s
Dear All Why NAT rules stays valid even if I flush nat anf table chains?? I have: iptables -P FORWARD DROP iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT iptables -A FORWARD -s SOME_IP -d SOME_BCP_5_IP --dport 1234 -j ACCEPT iptables -i nat -A PREROUTING -s SOME_IP -d MY_INTERNET_IP \\ --dport 1234 -j DNAT --to-destination SOME_BCP_5_IP The conection is established and the data is flowing normaly. Suddenly I decide to not authorize this data flow anymore. So I iptables -t nat -F PREROUTING iptables -F FORWARD For my surprise the data flow (observed with tcpdump)...
2004 Aug 06
2
Problems streaming Ogg Vorbis with icecast2+ices
Hello, Perhaps it is a typical question but i've got stuck. I'm using icecast2+ices to stream some ogg vorbis files or voice_in_life (/dev/dsp) over the network/internet. All seems to work fine, for example using: ogg123 http://127.0.0.1:8000/mount works :). And: ogg123 http://my_internet_ip:8000/mount works too from another pc over internet and far away :). Using mplayer works fine to. But... With xmms or any windows client (winamp3, freeamp, zinf, foobar2000, videolan - vlc for windows, etc). Don't do nothing, nothing get out :(. And my question is why?? I don't see any...