Disable IPV4

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Disable IPV4
# 1  
Old 11-16-2015
Turning off IPv6 is pretty easy, but most of the time IPv4 is built into your kernel. You may have to compile it out (or compile it out and make it a module).

I have *not* tested this....

---------- Post updated at 10:50 AM ---------- Previous update was at 10:46 AM ----------

Trying compiling out CONFIG_INET

CONFIG_INET=n

or

CONFIG_INET=m
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Ntp between ipv4 and ipv6

Hi, I am looking for a solution to configure ntp between ipv4 ( ntp server ) to ipv6 ( client) . I had google, but lot many sites suggest to have dual stock or tunnaling. my issue is I have client has only ipv6 address ans server has ipv4 address. is it possible to sync time,... (4 Replies)
Discussion started by: naveen.surisett
4 Replies

2. Programming

IPv4 string->int

Does anyone know how to convert a IP address given as 'string' into a 'u_int32_t'? Are there any build any functions already? (1 Reply)
Discussion started by: Freaky123
1 Replies

3. AIX

IPv6/IPv4 Only in AIX

Hi all, I have setup ipv6 in AIX machine using autoconf6 command. I was successfull in doing this. after execution of the command local link address was assigned to one of the interfaces (en1).But I have to setup the following environment as well. 1) Machine with only IPv6 support(IPv4... (0 Replies)
Discussion started by: ard
0 Replies

4. Red Hat

SSL/TLS renegotiation DoS -how to disable? Is it advisable to disable?

Hi all Expertise, I have following issue to solve, SSL / TLS Renegotiation DoS (low) 222.225.12.13 Ease of Exploitation Moderate Port 443/tcp Family Miscellaneous Following is the problem description:------------------ Description The remote service encrypts traffic using TLS / SSL and... (2 Replies)
Discussion started by: manalisharmabe
2 Replies

5. IP Networking

Modifying IPv4 headers

Hi, My query is: I need to set the IPv4 header fields(like TOS, TTL, Precedence and Flags) in the linux kernel using the system calls. I tried setting the fields using the setsockopt() call using sockets but it is not reflecting the actual IPv4 header fields. Is it possible to modify these... (0 Replies)
Discussion started by: kiran_4u
0 Replies

6. Shell Programming and Scripting

How to disable Enable/Disable Tab Key

Hi All, I have bash script, so what is sintax script in bash for Enable and Disable Tab Key. Thanks for your help.:( Thanks, Rico (1 Reply)
Discussion started by: carnegiex
1 Replies

7. AIX

convert ipv4 ti ipv6

hello i'm working on AIX 5300-05-03 P520 hacmp 5.4 when connection to the internet is going down , firewall down, my application work verey verey slowly!!! and on the sliffer output i'm got trys of my serevr to do convert from ipv4 ipv6 ( 0.0.2.0 and AAAAAAAA). some one have an idea why... (1 Reply)
Discussion started by: ariec
1 Replies

8. UNIX for Advanced & Expert Users

convert from ipv4 to ipv6

hello i'm working on aix 5300-05-03 hacmp ver 5.4 well my issue is that when firewall (gateway to internet ) goes down my machine start to work very very slowly!!! the output of the sniffer is that on the output card , my machine try to convert ipv4 to ipv6 0.0.2.0 my machine is not configure... (1 Reply)
Discussion started by: ariec
1 Replies

9. Programming

IPv4 LSRR Option

Hello Friends, I have one doubt regarding LSRR (Loose Source and Record Route) IP option. Whether IPv4 optoins will be processed only by Router or they can be processed by any PC within the network?? What i'm trying is: i'm giving a list of IP address in the option using setsockopt system call,... (1 Reply)
Discussion started by: aamirglb
1 Replies
Login or Register to Ask a Question
RYGEL(1)							 Rygel User Manual							  RYGEL(1)

NAME
rygel - a collection of DLNA/UPnP AV services SYNOPSIS
rygel [options] DESCRIPTION
rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. OPTIONS
The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help Show summary of options. --help-all Show all help options. --help-gst Show GStreamer related help options. --version Show version of program. -n, --network-interface=INTERFACE Set the network-interface rygel listens on. -p, --port=PORT Set the listen-port. -t, --disable-transcoding Disable any transcoding. -m, --disable-mp3-transcoder Disable transcoding to MP3. -s, --disable-mp2ts-transcoder Disable transcoding to MPEG2 in TS container. -l, --disable-lpcm-transcoder Disable transcoding to Linear PCM. -w, --disable-wmv-transcoder Disable transcoding to WMV. -a, --disable-aac-transcoder Disable transcoding to AAC. -z, --disable-avc-transcoder Disable transcoding to AVC. -U, --disallow-upload Disable uploading of media files via UPnP. -D, --disallow-deletion UPnP clients are not allowed to delete media files on the server. -g, --log-level=LEVEL Comma-separated list of DOMAIN:LEVEL pairs, allowing to set the log level individually for each domain, where DOMAIN is eiher "*", "rygel" or the name of a plugin. Allowed log levels are 1=critical, 2=error, 3=warning, 4=message/info, 5=debug. -u, --plugin-path=PATH Set the plugin search path. -d, --disable-plugin=PLUGIN_NAME Disable the plugin PLUGIN_NAME. -i, --title=PLUGIN_NAME:TITLE Set the title of plugin PLUGIN_NAME to TITLE You can use this option more than once for every plugin you want to set the name of. -o, --plugin-option=PLUGIN_NAME: OPTION:VALUE1[,VALUE2,...] Set options for a plugin. -P, --disable-upnp Disable advertisement via UPnP and set rygel into streaming-only mode. -c --config=CONFIG_FILE Use CONFIG_FILE instead of ${XDG_CONFIG_DIR}/rygel.conf. FILES
/etc/rygel.conf The system-wide configuration file to control the behaviour of rygel. See rygel.conf(5) for further details. ${XDG_CONFIG_DIR}/rygel.conf The per-user configuration file to control the behaviour of rygel. See rygel.conf(5) for further details. ${XDG_CONFIG_DIR}/Rygel/*.xml Cached UPnP device description files. ENVIONMENT
RYGEL_DISABLE_UPNP Disable advertisement via UPnP and set rygel into streaming-only mode. RYGEL_IFACE Set the network interface to bind to. RYGEL_PORT Define the network port to bind to. RYGEL_DISABLE_TRANSCODING Disable transcoding globally. RYGEL_DISABLE_MP3_TRANS Disable the MP3 transcoder. RYGEL_DISABLE_LPCM_TRANS Disable the Linear PCM transcoder. RYGEL_DISABLE_MP2TS_TRANS Disable the MPEG2 in TS transcoder. RYGEL_DISABLE_WMV_TRANS Disable transcoding to WMV format. RYGEL_DISABLE_AAC_TRANS Disable transcoding to AAC format. RYGEL_DISABLE_AVC_TRANS Disable transcoding to AVC format. RYGEL_LOG Set the log level of rygel. RYGEL_PLUGIN_PATH Set the plugin search path of rygel. RYGEL_DISABLE_UPLOAD Disable media file upload via UPnP. RYGEL_DISABLE_DELETION Disable remote file deletion via UPnP. RYGEL_PLUGIN_TIMEOUT Set the time-out for finding the plugins. Useful to increase when running inside valgrind. Also for every plugin you can set the following environment variables: RYGEL_PLUGIN_NAME_TITLE Set the title of the plugin. RYGEL_PLUGIN_NAME_ENABLED Enable or disable the plugin. BUGS
The BTS can be found at https://bugzilla.gnome.org/buglist.cgi?product=rygel. SEE ALSO
rygel.conf(5) AUTHOR
Jens Georg <mail@jensge.org> Wrote this manpage. rygel 08/07/2012 RYGEL(1)