Networking :: What Protocol To Mention Rtmp In IPTABLES
Oct 22, 2010I am not clear if I should use tcp or udp for rtmp in IPTABLES. I am having a streaming server where I have this problem.
View 1 RepliesI am not clear if I should use tcp or udp for rtmp in IPTABLES. I am having a streaming server where I have this problem.
View 1 Repliesi'm new in linux world i would like to know how can i add the rtp protocol to my iptables rule for Netfilter firewall,but without installing the asterisk server
View 1 Replies View Relateda good IPTABLES protocol to reject all incoming ssh trafiic except for a single IP or IP range?
View 4 Replies View RelatedI am still new to porting wifi drivers. I am currently porting Ralink RT5370 driver, no problem with the compilation but when I execute insmod operation I got a lot of errors regarding RTMP. This is a part of the error I got:
rt5370sta: Unknown symbol rausb_buffer_free
rt5370sta: Unknown symbol RtmpOsFreeSpinLock
rt5370sta: Unknown symbol RtmpOsPktHeadBufExtend
rt5370sta: Unknown symbol RtmpOSTaskNotifyToExit
rt5370sta: Unknown symbol RtmpOsGetNetDevName
rt5370sta: Unknown symbol RtmpOsHtonl
rt5370sta: Unknown symbol RtmpOsAtomicInterlockedExchange
rt5370sta: Unknown symbol RtmpUtilInit
rt5370sta: Unknown symbol RtmpOSTaskInit
rt5370sta: Unknown symbol RtmpOsAtomicInit
insmod: can't insert '/home/rt5370sta.ko': unknown symbol in module or invalid parameter
Based on the some forum that I've read, adding the MODULE_LICENSE("GPL") is one of the solution. I did add it inside usb_main_dev.c and recompile but I still get the same errors.
I am having a streaming server Red5 running on localhost. I have a few HTML pages which should be serving those streams.
I read documentation given here [url] and [url]and the swfobject.js and player.swf are on same directory where the test.html page I created is present.
Following is the HTML code
Red5 is working on localhost.
Code:
I have installed backtrack4 on my laptop with windows7, and installed grub2.I am having a problem on showing a splash screen.I don't have a splash screen that shows neither on grub2 nor grub legacy.I have searched too many tutorials, but I don't know what's the problem, because all of them shows how to change the splash image, but don't mention anything about enabling it.Note that the live cd loads an image.So I don't think it's my vga or something.
View 3 Replies View RelatedI need get video from ip camera (RTSP) and audio from netbook microphone and send to rtmp:// ffmpeg -an -i rtsp://[...] -f alsa -ac 2 -ab 96K -ar 44100 -i hw:0,0 -f flv "rtmp://[...]" It'is not work! Audio get from ip camera If i get only microphone � sound work! ffmpeg -ac 2 -ab 96K -ar 44100 -i hw:0,0 -f flv "rtmp://[...]"
View 1 Replies View RelatedI'd like to announce the release of cmus 2.3.0 here. cmus 2.3.0 features gapless MP3 playback, native PulseAudio output plugin (which cures all the problems with PA ALSA emulation present in 2.2.0), very fast metadata cache and much improved compilations handling.
Not to mention tons of bugfixes since 2.2.0, which was released almost 3 years ago.[URL]..
I have a script from which i want to disable unwanted services. I wanted to have the list of unwanted services in the same script file. I tried the following, but it is not working...How do I mention list of services in the same file and still make the script work ?
Code:
#/bin/bash
#List of services, modify list between SERVICES tag
service_list=$(cat <<SERVICES
acpid
apmd
avahi-daemon
[Code]...
I was trying to install a new protocol under ns2-34 when I execute make command, I got this error :
In file included from ./config.h:60,
from ./routing/address.h:38,
from ant/ant.cc:4:
/usr/local/include/tclcl.h:42: fatal error: tcl.h: Aucun fichier ou dossier de ce type
compilation terminated.
make: *** [ant/ant.o] Erreur 1
I can't find this tcl.h !! I don't know how to add this file !
We are running in to a issue where we don't seem to get our bridging to work as we expected. Meaning passing all traffic from Point A to Point B. As explained below:
[Code]...
This is the original connection. Now we are adding our Linux IP impairment box for IP tables in between Application Server A and Router X so the figure would look as below: Application Server A --> IP Impairment box --> Router X --> router Y --> Application Server B
The issue we are having is When a packets are sent from Server A to Server B they are going through for PING, TCP, UDP, but for BGP the connection is established at a TCP level (SYN, SYN-ACK, ACK), but the BGP OPEN packet does not get through and our BGP relation ship does not come up between Application Server A and B. Application Server A and B are a routers also but there are applications running on those router. BGP is underlying protocol used for Application Server A to be talking with Application Server B and getting routes for each other.
Even with the iptables empty (all rules default ACCEPT) we still can't seem to get these BGP OPEN's through. We see both sides of the application servers sending BGP OPEN's, but the Linux bridge never passes those packets to the other side of the bridge. Tracking the BGP packets, we see the packets at iptables raw PREROUTING and filter FORWARD tables but the packet doesn't get out the other interface.
I have linux running from a cd rom when I need to start linux. I have the dhcp program on my computer and I need to save it to the cd rom with the linux system on it. The dhcp program is in my /users/bennett/downloads/dualserverinstallationv6.83 folder. So how do I get ths save to my linux system on the cd rom so I can use it in Voiphopper.
View 1 Replies View RelatedThe three lines in /etc/services for nfs (2049) has UDP, TCP and one I haven't seen before sctp. what is sctp and does iptables block it?
View 3 Replies View RelatedI have a small home/office network, which currently consists of a very old mac running osx10.4, a windoze 7 laptop and an ubuntu 10.04/windoze vista laptop, along with a homebrew setup on a wii which understands smb. I'm in the process of setting up an additional ubuntu PC which will, among other things act as a file and web server, mainly for web development and for sharing files, music and videos.
Up until now I've just run everything on SMB, and I will have to set samba up on the new server, but I would prefer to use a different protocol for the ubuntu and mac systems, as SMB doesn't recognise/create file permissions properly and it takes a while sometimes to notice new files in folders it's recently looked in.
I want to write a new protocol on transport layer. These are the features that new protocol should include:
-Real time
-Concurrent transfer
-Multipath and Multihoming
the reason why i should write this protocol is in order to transport encoded video stream over 3G link. When i investigated TCP UDP or SCTP source codes, i couldnot understand them at all. What ı want is to help me about steps of the protocol writing or guideline about it. How should i start, is there any book or source about it (i couldnot find over my internet research).
Can we list out some of the open source protocol testing tools for Linux ?It will help us a lot.
View 1 Replies View RelatedI want to know how can I activate SNMP in solaris system??
View 5 Replies View RelatedI used VPN before in Windows only.
How can I connect to VPN network by PPTP protocol in a simple way ?
This message appears very often in teh output of very different programs, for example Firefox/Swiftfox, Thunderbird, Mplayer In case of Mozilla apps it sometimes freezes KDE interface too (can't switch windows or panel does not pop-up) for a few seconds. IPV6 is not compiled into kernel and module is not built. It is disabled on the eth0 interface too.
View 1 Replies View Relatedis it possible in the standard remote desktop viewer in Fedora 14 to use RDP instead of VNC protocol? I know that Ubuntu provides this feature. I already installed tsclient and rdesktop but that didn't help.Before you say I have to use VNC: I know... I am just curious how I can set up RDP to connect to Windows based machines.
View 2 Replies View RelatedI am testing MINE protocol now. I got the basic concept of MINE protocol, but i dont know how to configure MINE protocol by creating a tunnel between two systems.
I did this configuration with linux boxes for GRE protocol.
creating a tunnel for MINE protocol and give me configuration details.?
I configure IPtable on RadHat as firewall and i want to allow for IP Phone using SIP protocol.I already allow port 5060 for IP Phone using SIP Protocol and I can call out.The problem is:
1. I can call out and in but when they pick up my call they hear what i'm saying but i can't hear they are saying.
Why pvdisplay shows sdb2, and df -h has no mention of sdb2.
[root@localhost ~]# pvdisplay
--- Physical volume ---
PV Name /dev/sdb2
VG Name VolGroup00
PV Size 465.57 GB / not usable 5.43 MB
[Code]....
I am unable to restore my iptables from iptables-save after upgrading Fedora. I cannot get iptables-restore to work, and I have resorted to entering rules manually using the GUI.
View 2 Replies View RelatedI am facing a strange problem witht my iptables as there are some firewall entries stored somewhere which is displaying the below firewall entries even after flushing the iptables & when I restart the iptables service then the firewall entries are again shown in my iptables as shown below,
[root@myhome ~]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
[code]....
I am trying to set up autofs in RHEL 5 and every time I run the "automount" command, I receive this message: "automount: test mount forbidden or incorrect kernel protocol version, kernel protocol version 5.00 or above required."
View 1 Replies View RelatedI recently installed a new Ubuntu PC that runs iptables and PSAD. I had the same script on another Ubuntu PC, but when I copied the script onto the new PC, I got this error. I don't remember where I found the tutorial for this, all I know is that this is the script (Edited for my usage):
Code:
#!/bin/bash
# Script to check important ports on remote webserver
# Copyright (c) 2009 blogama.org
# This script is licensed under GNU GPL version 2.0 or above
[code]....
Safe.txt contains:
Code:
127.0.0.1
192.168.1.8
192.168.1.1
98.200.58.73
192.168.0.1
And the error message generated is:
Code:
root@NETWORK-SERVER:/var/ddosprotect# ./ipblock.sh
' not found.4.4: host/network `127.0.0.1
Try `iptables -h' or 'iptables --help' for more information.
' not found.4.4: host/network `192.168.1.8
[code]....
IPtables creates an error during startup as well as when I try to restart it: Here's the output of:
[Code]....
I am running Ubuntu server 10.10 and trying to setup iptables rules in /etc/if-up.d/iptables
Quote:
root@host# cat /etc/network/if-up.d/iptables
#!/bin/sh -e
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
Problem is that iptables doesn't get updated and I don't see them when iptables -L is executed after reboot.
To expand: I'm trying to set up a box with l7-filter, and I need to patch and compile iptables 1.4.1.1 as part of the process. I ./configured it with the prefix= argument so it would install into /sbin instead of /usr/sbin, and I did a yum remove iptables before installing it so as not to get in the way of the original iptables, but I'm wondering if this is really necessary - it's kind of annoying, because removing the original iptables removes the init.d script, deregisters the service, etc. If I don't, is it possible that iptables 1.4.1.1 might get overwritten in a system update or something, or will yum see that I've got a custom/newer version in there and leave it be?
View 4 Replies View Related