Disable packet forwarding on SLES 10 SP 3 (OES2)

Hi,
Possible silly question.
I found that my OES server is forwarding packets - when I setup on workstation server IP as router (ordinary internal file server) it is forwarding packets (acting as internal router).
How to block that ?
Regards,
Maciej

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
sudo cat 0 > /proc/sys/net/ipv4/ip_forward
See if that helps. If it does, go into Yast to the kernel settings and
make that persistent in the sysctl section, or set it with the sysctl
command from the command line.
Good luck.
On 06/30/2011 05:36 AM, mjwojciechowski wrote:
>
> Hi,
> Possible silly question.
> I found that my OES server is forwarding packets - when I setup on
> workstation server IP as router (ordinary internal file server) it is
> forwarding packets (acting as internal router).
> How to block that ?
> Regards,
> Maciej
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQIcBAEBAgAGBQJODHGtAAoJEF+XTK08PnB5LLgP/0TRpoGI+enBPMKwHfE5wPAD
K4El/BB7ZL7z5SAFlk6CPk/UmAyNEYihSw92hA6S3htFFJd68zWTJWfB+qwL9QFk
RYPyOeLsQgDIOXGvZIoSyAe5wsHljxEa+OfPyc+R25Ux7FSni4 DR2nwBEHd/YFfZ
BF5cRHMzJYnN/t8SU1hlcI/6MnMF5bzOJh3/cXtAuleGe0r7F/y0jSi36tBSXGWw
Zf/sFNO1RT3ABJfrCLgiN6ynLUSHRS+Lzt0m8Y1sqJwC/HSVi+/l+Y9IlB244h6k
kgQH+Qv/1MVRvmsXHLhWYgAy1AZdgoyxuF10s4QLuWfs6jg1LypoqlEiLq WjnQ+I
rJIzezAHrHoA1boy0XGxz2ZP9QWq10UyVPzvtm8r4HbduDRGN1 jIcu29hRLAIMBT
NnHabUkzOxH3oV24PGz+MpmGFWBzrwVZvW04o96opGpkpK19Q+ fRVgDovSO5Ew+D
cigQbd2vJFJpJJffEp3iWOHmH5NHPNCAXuaQf3z2VX9dPChEOd zAP/82oK/nr4Js
2ofFigFqBuMfNXIH/xWyuKKtnXbgbcZY/lEavbcgxIrneKQw8n5EIml7WPrlc7tB
T8mkXqHV8spyxFwXNjHiFI4Lt6gj3CK+7EfLfdn7dM6ZpqwFVP dYQ1PMU4k2rzEI
MdG1M6W4CswwRhvk1Z7M
=RciC
-----END PGP SIGNATURE-----

Similar Messages

  • Feature request - Disable packet data

    I would like to make a feature request for the otherwise awesome phone Nokia Asha 302. You have done a great job there, the phone is very nice and popular.
    Can you please make an additional setting, so that we can DISABLE packet data completely? Currently, only two options are available - 'when needed' and 'always on'.
    I see a lot of people are using different bizzare techniques to overcome a basic problem - there is no setting to disable packet data. Why there isn't, is beyond me, and as far as I can tell - beyond a lot of people. It is most intuitive to make it 'yes' and 'no' in the first place, but engineers made it 'yes' and 'yes, please' instead, which does not make any sense. It is a source of MAJOR frustration and inconveniences - applications fire up the internet and keep it always on, leading to battery drain and unwanted bandwidth charges.
    So, can you please implement 3 states in Settings - Connectivity - Packet data:
    - always on
    - when needed
    - disabled
    I would go even further and ask to make a shortcut (like WiFi and Bluetooth) and a dedicated hardware key, since I think it is a base setting that needs to be easily accessible.
    Please do it as soon as possible, since it is a major shortcomming, and make a release immediately. My phone is Asha 302, but I think all S40 users are complaining of the same.
    Thank you very much and hope you will consider it.
    If other users also think it is important, please star this message.

    Yes, this is a feature which is definitely required.
    It will reduce power consumption by a lot, and also save us valuable bandwidth.
    Please consider implementing it. If there is a new release, please let us know.

  • Disabling of FORWARD and BACK Button of Internet Explorer.......

    Hello everybody,
    Can anyone tell me how to disable the FORWARD and BACK Button of Internet Explorer through JavaScript.......If possible give me the code snippet.....

    Hi
    I I tell you the answer, I suppose it means you'll be able to spend less time on JavaScript and more time on Java, so here goes:
    Open your page in a new window using window.open(...). This JavaScript takes lots of parameters, such as the page you want to display in the window, as well as settings for hiding the toolbar (which includes the forward/back buttons).
    Do a search on the net for window.open for full syntax. I think you can modify the properties of the current window if you want to stay in the same window, but can't remember the syntax.
    Note you can also disable the right mouse button by defining the following function:
    <SCRIPT language="JavaScript">
    <!--
    var message="Right-click disabled!";
    function click(e) {
    if (document.all) {
    if (event.button==2||event.button==3) {
    alert(message);
    return false;
    if (document.layers) {
    if (e.which == 3) {
    alert(message);
    return false;
    if (document.layers) {
    document.captureEvents(Event.MOUSEDOWN);
    document.onmousedown=click;
    // -->
    </SCRIPT>
    I don't know how to stop the user from pressing 'Backspace' unless you use Java to monitor the navigation.
    Hope this helps

  • How can I disable back, forward and refresh button in browser running ADF 11.1.2.2

    How can I disable back, forward and refresh button in browser running ADF 11.1.2.2?

    I insert the java script into ADF page. But it does not work. The ADF source look like below. Did I insert into wrong region?
       <f:view>
            <af:document id="d1">
                <af:messages id="m1"/>
                <af:resource type="javascript">
                  window.history.forward();
                  function noBack() {
                      window.history.forward();
                </af:resource>
                <af:form id="f1">
                    <af:pageTemplate viewId="/template/temp2.jspx" id="pt1">
                        <f:facet name="body">
                            <af:panelStretchLayout id="psl1" topHeight="30px">
                                <f:facet name="bottom"/>
                                <f:facet name="center">
                                    <af:panelBox text="Incident List" id="pb1">
                                        <f:facet name="toolbar"/>
                                        <af:panelCollection id="pc1">
                                            <f:facet name="menus"/>
                                            <f:facet name="toolbar"/>
                                            <f:facet name="statusbar"/>
                                            <af:table value="#{bindings.ServiceRequestMain.collectionModel}" var="row"
                                                      rows="#{bindings.ServiceRequestMain.rangeSize}"

  • [URGENT] WCCPv2 + L2 rewrite packet forwarding method.

    Hi All!
    I have few doubts and questions for you people on WCCPv2
    1. Wont routers support L2 rewrite packet forwarding feature?
    2. Is it true that all switches only support L2 rewrite and not GRE? (switch 3550 as an e.g.)
    3. While configuring WCCP, Normally on router side we dont select the mode forwarding method, we only specify this option on cache engines to negotiate the required mode of forwarding( l2-rewrite option on cache engine as an e.g.)
    4. routers 2811 and 3640 routers supports GRE mode of packet forwarding by default, is there a way out to make it do a L2 redirect. Note: i will deploy 2811/3640 not as a cache engine but as a WCCP router redirector.
    5. Let me explain my problem here. I have a 2811 and 3640 router configured(separately) for WCCP. i intend to use L2 rewrite packet forwarding method of WCCPv2 spec, but these routers looks like they only support GRE method. Can anyone suggest a way to enable L2 rewrite feature by either adding some addon hardware or by issuing some commands.
    -Ananth

    L2 redirection takes place on the switch, and is not visible to the Multilayer Switch Feature Card (MSFC). The WCCP L2 PFC redirection feature requires no configuration on the MSFC.

  • Disable Jabber Forward Calls

    Is it possible to disabled the "Forward Call to" feature in Jabber? There doesn't appear to be an option to disable within jabber-config.xml
    We are running Jabber V 10.5.0 Build 37889.
    Cheers

    No, best you could do is limit what they can reach via CSS config, but the option cannot be removed/disabled

  • AEBS VPN PPTP & GRE packet forwarding

    Hi, Anyone know if you can forward PPTP and GRE packets to a computer behind the AEBS. I would like to access a Windows SBS 2003R2 server that is setup for incoming VPN connections (PPTP). I know AEBS can forward PPTP (port 1723) but can we setup GRE packet (port 47) forwarding as well. Anyone ever test this?
    tks!

    Tested it out myself and the answer is no. Also i find it aweful that i cannot turn off DHCP feature on this thing. I tried the trick of setting the DHCP to only 1 address and attributing it to a bogus mac address but my W2K3 Server detects that there is another DHCP server on network and disables it's own DHCP service. Too bad!

  • Disabling Auto Forward Option in Outlook 2007

    Hello All,
    i have Exchange Server 2007 and a client running MS Outlook 2007.
    this client is a member of a ditribution group. when she sends and e-mail to this distribution group, Exchange sends her back the email she sent(as it should), but also two more emails which have on the top a message "This message was AutoForwarded".
    in the "From" field it has her name and in the "To" field it has again her name.
    there were some Rules in Outlook related to these Distribution Groups, which the client messed up with them yesterday and after that this issue occurs.
    i have disabled and deleted all the Rules in Outlook, but with no effect.
    Also i used her OWA to see if the Rules are there, or if there is any Rule in Out Of Office, but no Rules appear.
    Also i started Outlook as: Run - Outlook.exe /cleanrules and Run - Outlook.exe /cleanclientrules. Same issue...
    Strange is that it doesn't happen with all Distribution Groups, but only with the ones that had Rules applied to them by the client.
    From the Exchange side now, the option for Forwarding emails to another account is disabled.
    Also there are no Transport Rules in Hub Transport related to this client or to affected Distribution Groups.
    Any help would be appreciated
    Thanks.

    Hi,
    Please try to use the MFCMAPI tool to check if there are corrupted and hidden rules in the user's mailbox. To do this, please refer:
    http://support.microsoft.com/kb/924297/en-us
    In addition, we can also try to create a new mail profile in Control Panel to test the issue. See:
    http://support.microsoft.com/kb/829918/en-us
    Hope this helps.
    Best Regards,
    Steve Fan
    TechNet Community Support

  • Disabling URL forwarding

    We have a new box for SGD. On the old box I had put URL forwarding so anyone try accessing the SGD on old URL, get forwarded to new URL.
    Now I need to check few settings on old machine before we retire it but it keep taking me to new one. I can't logon as admin either. I still could remote to box itself. Is there any way to disable it so I could logon to SGD?
    Thanks.
    Habib.

    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)

  • Command to disable packet inspection?

    cisco 2651XM
    IOS: c2600-ipbasek9-mz.124-23.bin
    I need to diable RDP packet inspection on this router but I can't find where I do that. I'm having troubele with audio on a sip line and I read here (bottom of page)
    http://forums.asterisk.org/viewtopic.php?f=1&t=76056&p=150405&hilit=one+way+audio+forward+ports#p150405
    that turning off RDP packet solved the problem. I've looked through the config and searched on google but couldn't find the asnwer. what is the command to turn off RDP packet inspection?

    Do you have a firewall in the picture because it would be the firewall like ASA performing packet inspection not the 2600 router.  Also unless I am missing something I think it is weird that RDP (Port 3389) packet inspection causing issues with your SIP line.  Unless asterik uses that port for something.  Any ways start from your firewall.  Also setup a sniffer and see what is happening to the packets.

  • Is there opportunity to disable back,forward buttons in browser?

    It would be great... Is there?

    Hi,
    See this thread...
    disable the back and forward buttons
    Keep Smiling,
    Bob R

  • How to prevent packet forwarding over non-MPLS connection.

    I'm wondering if it is possible to configure Cisco ESR to not forward packet over non-MPLS connection(VPI/VCI=0/32) when an LSP for its destination has not been established, while allowing control packets(BGP, LDP, OSPF) to be sent over non-MPLS connection. The reason why I ask about is as follows.
    Referring to the following network configuration,
    R1 --- Cisco_ESR --- ATM_LSR --- LER --- R2
    <--> non-MPLS connection
    ----------------------->
    LSPs
    ----------------------->
    In the ordinary operation, when a packet arrives at Cisco_LER from R1, it gets forwarded over an LSP if available, while getting forwarded over non-MPLS connection(VPI/VCI=0/32) if the corresponding LSP is not available. In the configuration mentioned above,ATM_LSR does software-based packet processing for incoming packet through non-MPLS channel, while doing cell-switching for LSP traffic. Thus if ESR sends packet over non-MPLS connection, e.g, STM-1c, the ATM_LSR could get crashed or time-critical control traffic could be delayed or lost, thereby resulting in BGP/LDP session failure between ESR and ATM_LSR or LER.
    In summary, my question is how to prevent Cisco_ESR from forwarding packets over non-MPLS connection when LSPs for their destinations are not available due to LSP failures.
    Thanks.
    Yongjun.

    It already is, except for Aliens, they have access to everything on your phone(they always have had this access) .

  • Disabling browser forward & back buttons

    Does anyone know how to disable those 'windows/browser' forward and back buttons next to the arrows on the T510 with win 7 x64?
    I know older thinkpads had software to modify the keyboard, i'm not seeing any options here.
    I find those keys to be somewhat annoying -- i've already lost work by accidentally tapping them.
    thanks!
    Solved!
    Go to Solution.

    Have a look here:  http://forum.notebookreview.com/showthread.php?t=4​69665  I think that utility might do the trick!
    ThinkPad T510 : i5-540M : 8GB PC-10600 : 500GB 7200rpm : 15.6" HD+ : Intel 6300 : Win7 Pro 64 : 9Cell
    Ordered 2/Feb/2010 : Shipped 22/Feb/2010 : Received 3/Mar/2010

  • Packet Forwarding in a FEX ?

    Simple question regarding FEX module,
    FEX 2248-TP-E
    I have host-a on port 1 on FEX 101 and     host-b on port 2 on fex 101.
    assuming they are in the same VLAN, will the packet need to go to the parent switch for forwarding?
    Or
    Does the 2K have something like a DFC functinality like 6500 Line cards to allow for local switching on the line card without going to the "SUP" / (Parent)         
    Thanks in advance
    T

    Packets are need to go through the parent switch, the FEX don't have local switching capability.

  • IPCC express disable call forward all restriction

    Hello
    Is there no possibility to disable the call forward forward all restriction on the agent phone on the IPCCX 8.0?
    Thanks
    Thomas

    Hi all
    Thanks for the answer. I know how to disable the call forward on the callmanager.
    What I mean is, that when I have a Contact Center Express (Cisco IPCCX 8.0), the contact center monitors the status from the agent telephone. When I forward the agent telephone to an other telephone, the call is not forwarded and remains in the queue. I want to disable this feature that I can forward the agent phone to the mobile phone and answer the calls from there.
    Thanks, Thomas

Maybe you are looking for

  • Mac no longer sees external USB audio device

    Under System Settings/ Sound, I no longer see my Yamaha Audiogram 3 listed as an input OR output device. When plugged into the USB connector, I have power to the device. I tried a different USB port... same thing. I reloaded the driver, rebooted stil

  • Database Migration and upgrade

    Hi, We are planning to migrate the data center to new location. The new data center already have the hard ware. We have to move the data dump and upgrade the Database. Our most DB are on Oracle 10g Solar UNIX and the new hardware is on Oracle 11.2.0.

  • Sub Menu alignment in IE7

    On my test website www.psweb-test4.com On the nav bar "about us" sub menu I am having a real issue that I cannot seem to resolve. In IE7 I am trying to reposition/realign the background element I think this is ul.MenuHorizontal ul (this is highlighte

  • Watching purchases ITunes movies on a TV

    I bought the AV cable and connected my IPOD to my TV according to these instructions. I am receiving audio, yet no video, any idea what's wrong? Method 1 setup (Composite video) This method can be used when the supported iPod is either in or out of t

  • Unable to start web cache Service

    Hi, I have installed 9iAS-10200 version successfully on windows-2000 but in last when it started all the selected services then It fail to start web cache Service.... In event_log file of web cache error msg is like this :- 0800 -- Information: Max C