NFS protocol across the Pix firewall

I have a Pix 515E running PixOS version 8.0.4 with two interfaces, inside and outside.
On the inside interface, I have a Redhat Enterprise Linux 5.4 64 bits machine as an NFS server version 4 (NFSv4).
On the outside interface, I have three (3) Redhat Enterprise Linux 5.4 64 bits as NFS clients.
I have the following configuration on the Pix:
static (inside,outside) 192.168.1.1 4.2.2.2 netmask 255.255.255.255
access-list external permit icmp any any log
access-group external in interface outside
At the moment, none of the Linux client machines can mount a share on the NFS server because
my ACL is too restrictive.  I would like to be able to open the firewall so that Linux client
machines can mount the NFS server using NFS over UDP or NFS over TCP.
I am looking for the exact UDP and TCP ports to be added to the ACL in order to accomplish
this, from someone who have done this before.
Anyone know how to do this?
Thanks,

I think I just answer my own post.  Just need to add about three lines to the configuration:
access-list external permit tcp any host 4.2.2.2 eq 111 log
access-list external permit udp any host 4.2.2.2 eq 111 log
fixup protocol sunrpc 111
Now I can mount the NFS server from my linux machines

Similar Messages

  • PIX Firewall Setup

    Hi,
    I need urgent help about PIX firewall setup.......
    My one of the pix firewall flash was correpted it mean don't have flash file inside... I want to install flash file how to install...
    It's showing "monitor >"   mode.
    monitor > help
    by
    senthil

    And also i need to know how to reset password i forgot the password for the another firewall...
    I have to configure as per diagram(attached) already config is there but i need to know it's write or nor becasue this one last year one.
    Please check and let me know ASAP.
    Thanks....
    Regards,
    Senthil
    I have to configure as per diagram(attached) already config is there but i need to know it's write or nor becasue this one last year one.
    Please check and let me know ASAP.
    Thanks....
    Regards,
    Senthil

  • BorderManager and Pix Firewall

    Hello,
    Just implemented NSBS6.5 for a small bank with Pix firewall's inner IP
    address as my next router on hop.Was able to send mails out but could not
    receive inbound mails.Also the Bank's web site could no longer be
    assesible from within the bank but could be connected to from any where
    outside the bank's network.Could ping from the BorderManager proxy with
    public IP of 172.16.1.2 to the Pix private with IP of 172.16.1.1
    Moreover,a MaCafe Antivirus appliance was brought in and connected btw
    the BorderManager Proxy server and the Pix firewall with a bridged
    connection and an assigned IP address of 172.16.1.3 and 172.16.1.4 At
    this
    instance,could no longer ping the Pix 172.16.1.1, but could ping both
    interface of the MaCafe appliance.Could not also send nor receive mails
    via the mail proxy.
    I intend bringing the MaCafe appliance before the BorderManager Proxy
    and
    assign a LAN address to it since it has a bridged config,so as to isolate
    the problem of this appliance.
    I need to get the mail server running perfectly and the website
    assesible.Pls kindly help my case.
    Regards,
    Sesan.

    you need to go ask this in the support.bordermanager.install-setup
    group as this group is for the client firewall product only.
    Cheers!
    Richard Beels
    http://www.dsi-consulting.com
    Collaboration without complication

  • Picture of Pix Firewall 506E

    Our US counterpart has shipped the Pix Firewall 506E to us. I need a picture of it so that I can do a customs pre-declaration before it arrives. Could you provide me the picture.

    http://www.cisco.com/en/US/prod/collateral/vpndevc/ps5708/ps5709/ps2030/ps4336/product_data_sheet09186a0080091b13.html

  • Failing IP communication across the network with 3750x

    Hi!
    I'm facing a very odd problem. A week ago I've installed a 3750x on a client.
     On it, was connected, a Lan2Lan fiber channel(with IP associated directly to 
     the interface) and a MPLS link(over a Cisco 2901) interconnecting a branch, 
     and several HP v1910 L2 swtiches.
    By the day of the activation, everything works great. I have at this first moment, 
    configured static routes with IP SLA on the L2L link and, with higher cost on the 
    MPLS due the larger bandwidth of the L2L. It worked very well, and the tests of 
    redundancy were ok.
    My problems started a couple of days after. First, I've lost the IP communication 
    with the L2 switches from the stations, but, from the 3750x, they still were 
    accessible(both telnet and ping).
    And now, there's another problem. Because of a previous design, there are two 
    gateways configured across the network, all the stations and some servers, 
    use as the default gateway the IP 10.31.1.1, and several servers and other 
    appliances where configured with the gateway 10.31.1.2. So, as a workaround, 
    I had configured both address on the 3750x, the 10.31.1.1/16 as primary IP 
    and the 10.31.1.1/16 as secondary IP, both are on the VLAN 1 yet, as all the 
    devices. All the stations, servers and appliances are configured with 
    this /16 mask. And, it is working.
    The problem is, every time that the communications between the branches 
    is changed from one link to the another, on some servers and appliances, after the IP SLA 
    take away the route, the communications only occurs if I manually change the 
    default gateway on the servers/appliance to the other IP, and, get back to the 
    previous one.
    Does anyone saw something like that?

    Carlos
    The short answer is you can't as far as i know. You need to do NAT to able to do this and i don't think the Nexus switches support NAT.
    You need a device that can NAT both address ranges. If prod is always the one that initiates the connection then you need static NAT translations for the test machines and you can dynamicaly NAT prod addresses as they go into the test env.
    But if both prod and test can initiate connections then you need to have static NAT translations for both sides.
    We used a pix firewall for this when we connected our prod and test environments. A firewall is a good choice because you can make the test enviornment the outside interface where all traffic is denied by default. You do not want test affecting prod.
    Jon

  • Basic Administration Radius configuration on the PIX using 6.2

    I am looking for a real basic Radius login configuration for the PIX running 6.2. I just want to be able to have the Radius Server (Steel-Belted) authenticate and account for administrators that access the PIX for doing changes.
    Thanks for any help in this issue.
    Scott

    Here is how I did it in our Cisco 520 PIX firewalls:
    aaa-server TACACS+ protocol tacacs+
    aaa-server TACACS+ max-failed-attempts 3
    aaa-server TACACS+ deadtime 10
    aaa-server RADIUS protocol radius
    aaa-server RADIUS max-failed-attempts 3
    aaa-server RADIUS deadtime 0
    aaa-server RADIUS (inside) host radius_server_ip radius_secret_key timeout 5
    aaa-server LOCAL protocol local
    aaa authentication enable console RADIUS LOCAL
    aaa authentication http console RADIUS LOCAL
    aaa authentication ssh console RADIUS LOCAL
    aaa authentication telnet console RADIUS LOCAL
    username admin password very_secret_password encrypted privilege 15
    Of course, replace radius_server_ip with your own and radius_secret_key with a real one.
    In the RADIUS server (I'm using IAS built-in in Windows 2000/2003 servers) I just defined a policy to allow only the group "Domain Admins" and added the firewall as clients with their own ip address and secret key.
    Don't forget to add a username and a password, should your RADIUS server become unavailable, that will be your last resort to get in the PIX.
    Catalin.

  • Another port question - multiple Macs behind the same firewall

    I've searched for this issue, but I can't seem to find a topic directly on point. I know how to forward the right points for this to work, but...
    I'm coming from outside the network, and I need to control multiple machines that are behind the same firewall. I can't forward a port to more than one machine. How do I control all these machines?

    To be able to connect to a workstation from outside it's network, the ports that ARD uses must be open on both ends of the connection. ARD uses ports 3293 and 5900 so those must be open.
    If your workstations get their addresses from an NAT device rather than being "real", as seems to be the case from your description, the ports also need to be forwarded in the router to the workstation's internal IP address. ARD uses port 3283 for the reporting and updating function, so if your Macs are getting their IP addresses through NAT, since you can only forward a port to a single workstation, you can only get reports, push package/files to etc. for a single workstation.
    ARD uses the VNC protocol for observation and control, though, and there are a range of IP addresses for that protocol, starting with 5900. ARD uses 5900 by default, so that port would be forwarded to the first workstation. You would, I believe, need to install VNC servers on the systems (since the ARD client cannot listen on any port other than 5900 while VNC servers can be set for other ports such as 5901, 5902, etc. You would then forward 5901 to the second workstation (and on to 5902, 5903, etc.). You can then use the following information:
    Remote Desktop 2: How to specify a port number for a VNC client
    to connect.
    Hope this helps.
    Forum Tip: Since you're new here, you've probably not discovered the Search feature available on every Discussions page, but next time, it might save you time (and everyone else from having to answer the same question multiple times) if you search a couple of ways for a topic before you post a question.
    Regards.
    Message was edited by: Dave Sawyer

  • Error -8. Can iChat w/computer in house but not across the net

    Hello and thanks in advance for any help.
    I can initiate and carry on a Video Chat with another Mac in our house, but get communication error 8 almost every time I try to Video Chat to anyone across the Internet.
    Here is my setup:
    Time Warner (Road Runner). Most recent speed test was 6600kb down and 478kb upstream.
    Toshiba PCX1000 Cable Modem (probably 8 years old)
    Apple Airport Extreme (802.11n) router (1 month old)
    Apple MacBook Pro (less than 1 month old)
    I do not have the Firewall turned on on the Mac.
    Have tried changing port to 443. Have changed all Quicktime and iChat settings to recommended changes in this forum.
    Here is my most recent error log while trying to connect to appleu3test01 on AIM.
    iChat Connection Log:
    AVChat started with ID 149940115.
    legardp3: State change from AVChatNoState to AVChatStateWaiting.
    0x18b2a280: State change from AVChatNoState to AVChatStateInvited.
    0x18b2a280: State change from AVChatStateInvited to AVChatStateConnecting.
    legardp3: State change from AVChatStateWaiting to AVChatStateConnecting.
    legardp3: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    0x18b2a280: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    Video Conference Error Report:
    Video Conference Support Report:
    Video Conference User Report:
    Binary Images Description for "iChat":
    0x1000 - 0x17dfff com.apple.iChat 3.1.8 (445) /Applications/iChat.app/Contents/MacOS/iChat
    0x15c5d000 - 0x15c66fff com.apple.IOFWDVComponents 1.9.0 /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x15ceb000 - 0x15d1bfff com.apple.QuickTimeIIDCDigitizer 7.2
    I am pretty tech savvy so this is particularly frustrating. Am willing to try any suggestions. Thank you very much for any help.

    And as if it couldn't get any stranger, I was able to connect perfectly to the Apple test account (appleu3test01) as was my sister from her end. However, we still can not get a good connection.
    Here is the error message we got this time. It is much different and has much more information (which I hope is a good sign).
    iChat Connection Log:
    AVChat started with ID 1775273183.
    0x18bb22a0: State change from AVChatNoState to AVChatStateWaiting.
    legardp8: State change from AVChatNoState to AVChatStateInvited.
    0x18bb22a0: State change from AVChatStateWaiting to AVChatStateConnecting.
    legardp8: State change from AVChatStateInvited to AVChatStateConnecting.
    0x18bb22a0: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    legardp8: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    Video Conference Error Report:
    @:0 type=4 (00000000/2)
    [VCSIP_INVITEERROR]
    [19]
    @SIP/SIP.c:2448 type=4 (900A0015/2)
    [SIPConnectIPPort failed]
    @SIP/SIP.c:2448 type=4 (900A0015/2)
    [SIPConnectIPPort failed]
    Video Conference Support Report:
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP 192.168.1.100;branch=z9hG4bK541611ed66bd561b
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "legardp8" <sip:[email protected]>;tag=937357473
    Call-ID: 6ec1d274-4aba-11dc-8e46-ce87b18c13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 509
    v=0
    o=Prescott 0 0 IN IP4 192.168.1.100
    s=legardp8
    c=IN IP4 192.168.1.100
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2200
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-1482077046
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:617060009
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP 192.168.1.100;branch=z9hG4bK541611ed66bd561b
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "legardp8" <sip:[email protected]>;tag=937357473
    Call-ID: 6ec1d274-4aba-11dc-8e46-ce87b18c13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 509
    v=0
    o=Prescott 0 0 IN IP4 192.168.1.100
    s=legardp8
    c=IN IP4 192.168.1.100
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2200
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-1482077046
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:617060009
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP 192.168.1.100;branch=z9hG4bK541611ed66bd561b
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "legardp8" <sip:[email protected]>;tag=937357473
    Call-ID: 6ec1d274-4aba-11dc-8e46-ce87b18c13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 509
    v=0
    o=Prescott 0 0 IN IP4 192.168.1.100
    s=legardp8
    c=IN IP4 192.168.1.100
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2200
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-1482077046
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:617060009
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP m.0;branch=z9hG4bK5c571caf32ac1f9d
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "legardp8" <sip:[email protected]>;tag=1789002625
    Call-ID: 6d90714e-4aba-11dc-8e46-e342bfb313c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 503
    v=0
    o=Prescott 0 0 IN IP4 m.0
    s=legardp8
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2200
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-1482077046
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:617060009
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP m.0;branch=z9hG4bK5c571caf32ac1f9d
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "legardp8" <sip:[email protected]>;tag=1789002625
    Call-ID: 6d90714e-4aba-11dc-8e46-e342bfb313c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 503
    v=0
    o=Prescott 0 0 IN IP4 m.0
    s=legardp8
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2200
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-1482077046
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:617060009
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP m.0;branch=z9hG4bK5c571caf32ac1f9d
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "legardp8" <sip:[email protected]>;tag=1789002625
    Call-ID: 6d90714e-4aba-11dc-8e46-e342bfb313c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 503
    v=0
    o=Prescott 0 0 IN IP4 m.0
    s=legardp8
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2200
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-1482077046
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:617060009
    @:0 type=2 (00000000/22)
    [VCVIDEO_OUTGOINGATTEMPT]
    [4]
    Video Conference User Report:
    Binary Images Description for "iChat":
    0x1000 - 0x17dfff com.apple.iChat 3.1.8 (445) /Applications/iChat.app/Contents/MacOS/iChat
    thanks again for any help.

  • PIX Firewall 525 can not start

    Hi,
    Today my colleague add 2 lines of access-list to our PIX 525.  After 10 minutes, my firewall was rebooted and until now can't start.  The booting process as listed below.
    The questions are :
    1. What is my OS version? Flash?
    2. How to remove those 2 lines (reset the config to default)?
    3. How to solve the issue?
    Thanks,
    Andy
    Booting process
    ================
    Rebooting..þ
    Wait.....
    PCI Device Table.
    Bus Dev Func VendID DevID Class              Irq
    00  00  00   8086   7192  Host Bridge
    00  07  00   8086   7110  ISA Bridge
    00  07  01   8086   7111  IDE Controller
    00  07  02   8086   7112  Serial Bus         9
    00  07  03   8086   7113  PCI Bridge
    00  0D  00   8086   1209  Ethernet           11
    00  0E  00   8086   1209  Ethernet           10
    Cisco Secure PIX Firewall Embedded BIOS Version 4.3
    Wait...ndeavor Board, Boot Block BIOS
    +------------------------------------------------------------------------------+
    |          System BIOS Configuration, (C) 2000 General Software, Inc.          |
    +---------------------------------------+--------------------------------------+
    | System CPU           : Pentium III    | Low Memory           : 638KB         |
    | Coprocessor          : Enabled        | Extended Memory      : 255MB         |
    | Embedded BIOS Date   : 08/25/00       | Serial Ports 1-2     : 03F8 02F8     |
    +---------------------------------------+--------------------------------------+
    Cisco Secure PIX Firewall BIOS (4.0) #39: Tue Nov 28 18:44:51 PST 2000
    Platform PIX-525
    System Flash=E28F128J3 @ 0xfff00000
    Use BREAK or ESC to interrupt flash boot.
    Use SPACE to begin flash boot immediately.
    Reading 1528320 bytes of image from flash.
    256MB RAM
    System Flash=E28F128J3 @ 0xfff00000
    BIOS Flash=am29f400b @ 0xd8000
    mcwa i82559 Ethernet at irq 11  MAC: 0006.5336.8129
    mcwa i82559 Ethernet at irq 10  MAC: 0006.5336.8128
                                   ||        ||
                                   ||        ||
                                  ||||      ||||
                              ..:||||||:..:||||||:..
                             c i s c o S y s t e m s
                            Private Internet eXchange
                            Cisco PIX Firewall
    Cisco PIX Firewall Version 6.2(1)
    Licensed Features:
    Failover:           Enabled
    VPN-DES:            Enabled
    VPN-3DES:           Disabled
    Maximum Interfaces: 8
    Cut-through Proxy:  Enabled
    Guards:             Enabled
    URL-filtering:      Enabled
    Inside Hosts:       Unlimited
    Throughput:         Unlimited
    IKE peers:          Unlimited
    An internal error occurred.  Specifically, a programming assertion was
    violated.  Copy the error message exactly as it appears, and get the
    output of the show version command and the contents of the configuration
    file.  Then call your technical support representative.
    assertion "addr < sfmm_chip_size" failed: file "sfmm.c", line 254
    No thread name
    Traceback:
    0: 802decd5
    1: 8007a8ce
    2: 800769bb
    3: 80078223
    4: 8007635e
    5: 800017d5
    6: 800758ab
    7: 80120ed6
        vector 0x00000003 (breakpoint)
           edi 0x8007a887
           esi 0x000000fe
           ebp 0x7ffffcb8
           esp 0x7ffffcac
           ebx 0x8007a5a3
           edx 0x000003fd
           ecx 0x0000000a
           eax 0x00000042
    error code n/a
           eip 0x802dffac
            cs 0x00000008
        eflags 0x00000046
           CR2 0x00000000
    Stack dump: base:0x7ffffc2c size:64, active:64
    0x7ffffd2c: 0x00020000
    0x7ffffd28: 0x807f2828
    0x7ffffd24: 0xfffe0000
    0x7ffffd20: 0x00000300
    0x7ffffd1c: 0x800769bb
    0x7ffffd18: 0x7ffffd48
    0x7ffffd14: 0x00000001
    0x7ffffd10: 0x00000002
    0x7ffffd0c: 0x800762f4
    0x7ffffd08: 0x804a849c
    0x7ffffd04: 0x00000020
    0x7ffffd00: 0x805100c0
    0x7ffffcfc: 0x7ffffd48
    0x7ffffcf8: 0x8007a887
    0x7ffffcf4: 0x000000fe
    0x7ffffcf0: 0x8007a5a3
    0x7ffffcec: 0x8007a8ce
    0x7ffffce8: 0x7ffffd18
    0x7ffffce4: 0x80317cd4
    0x7ffffce0: 0xffffffff
    0x7ffffcdc: 0x80078163
    0x7ffffcd8: 0x807f2828
    0x7ffffcd4: 0xfffe0000
    0x7ffffcd0: 0x805100c0
    0x7ffffccc: 0x000000fe
    0x7ffffcc8: 0x8007a5a3
    0x7ffffcc4: 0x8007a887
    0x7ffffcc0: 0x802dec68
    0x7ffffcbc: 0x802decd5
    0x7ffffcb8: 0x7ffffce8
    0x7ffffcb4: 0x00000046
    0x7ffffcb0: 0x00000008
    0x7ffffcac: 0x802dffac *
    0x7ffffca8: 0x00000042
    0x7ffffca4: 0x0000000a
    0x7ffffca0: 0x000003fd
    0x7ffffc9c: 0x8007a5a3
    0x7ffffc98: 0x7ffffcac
    0x7ffffc94: 0x7ffffcb8
    0x7ffffc90: 0x000000fe
    0x7ffffc8c: 0x8007a887
    0x7ffffc88: 0x00000003
    0x7ffffc84: 0x80004779
    0x7ffffc80: 0x7ffffcb8
    0x7ffffc7c: 0x802c4deb
    0x7ffffc78: 0x7ffffc98
    0x7ffffc74: 0x7ffffd48
    0x7ffffc70: 0x00000001
    0x7ffffc6c: 0x000000fe
    0x7ffffc68: 0x8007a5a3
    0x7ffffc64: 0x7ffffd48
    0x7ffffc60: 0x80120ed6
    0x7ffffc5c: 0x00000007
    0x7ffffc58: 0x7ffffcac
    0x7ffffc54: 0x80002d70
    0x7ffffc50: 0x7ffffc80
    0x7ffffc4c: 0x7ffffcac
    0x7ffffc48: 0x80002ab0
    0x7ffffc44: 0x00000040
    0x7ffffc40: 0x7ffffc80
    0x7ffffc3c: 0x74656720
    0x7ffffc38: 0x7ffffe28
    0x7ffffc34: 0x2c737261
    0x7ffffc30: 0x8007a887
    Nested traceback attempted via interrupt.
    Traceback output aborted.
    Rebooting..þ

    Urgent help!!!

  • NFS protocol

    Hello Experts,
         I do have a doubt in using NFS protocol in FILE Adapter.
    Is it is possible post the Message to a Local drive ( Say D drive ) or a Network Drive ( Say Z drive ) whcih was Mapped to server Machine .
    If so please provide me some suggestions to post the message.
    Cheers!
    Ram

    Hi Smitha,
    Thanks for the blog
    Unfortunately, I can able to post the message sucessfully.
    As mentioned I have downloaded GUILDFTPd server and installed in my system .
    I have even given the paths as mentioned. ( After clicking ok, I cant able t o find the path once again ... Stange !!!!)
    As mentioned I have also created a folder by name Output .
    I have also given my local System IP in File communication channel ( with FTP Protocol) .
    After all this when I have tried to post the message from FTP server I can see below error in RWB .
    Attempt to process file failed with Error when getting an FTP connection from connection pool: com.sap.aii.af.service.util.concurrent.ResourcePoolException: Unable to create new pooled resource: SocketException: Connection timed out:could be due to invalid address

  • Oracle 8i through CISCO PIX Firewall

    HI all,
    I Need some help here with CISCO PIX Firewall 506e series. The ORACLE Server 8i on Windows NT.4, placed at the inside interface of PIX Firewall.
    The Firewall has been configured to allow all the port to come from outside interface (this is where the Oracle client reside). When the client from outside try the oracle client application (where the login promt for username and password) when pressed enter the error msg
    =============================
    oracle error con 440
    unable to make connection oracle - 12514 tns.couldn't resolve service name
    the menu was not connectable with oracle. a menu is ended
    ==============================
    Many thanks for PIX and Oracle config.
    HATO

    Varun,
    Thank you for your help.
    I have one quick question, this pix is not in failover, it is standalone but it has Unrestricted license. It only has 64Mb of Ram. Will I have any problems based on your link recommendation?
    Memory Requirements:
    If you are using a PIX 515/515E running PIX Version 6.2/6.3, you must increase your memory before upgrading to PIX Version 8.0(2). This version requires at least 64 MB of RAM for Restricted (R) licenses and 128 MB of RAM for Unrestricted (UR) and Failover (FO) licenses
    What is the difference between the restricted Licenses and the Unrestricted Licenses?
    Thanks!

  • Randomly a blue bar scans across the screen when apps are open, how can I stop that?

    After updating a blue bar scans across the screen. It does it in most of my apps and even when viewing my pix. This never happened before the latest update I installed. It's very annoying. Does anyone have an idea to stop this blue bar?

    I have a very strong feeling that this has something to do with the government requesting the data of 5,000 apple customers. This blue bar scans my screen too coincidentally. While Im on my facebook messages, text messages, recent calls, even on snapchat. On the other discussion, people have cleared their whole phone and it still happens. Your best shot would be calling Apple

  • PIX firewall 525 on Voice Network for 5000 CC calls

    Dear all ,
    can some one suggest me will it be recommended to use PIX firewall 525 on Voice ( sip ) network for 5000 CC to 1000 CC calls in signaling mode since our server are using public IP so will i be able to use it without NAT / PAT also will there be any issue of QOS .
    Regards

    Sohail,
    If your idea is to add some security between your devices the PIX will work fine (I will prefer and ASA since it can run the latest software). The quality of your voice traffic shouldn't be impacted by the PIX.
    Luis Silva

  • PDM losing connection to PIX firewall

    I'm having this problem if I login to my PIX either a PIX 501 or 506E, the PDM will lose it connection with the PIX after so many minutes. If i go to apply a change or save a config, PDM will tell me it can't communicate with the PIX. I would then have to close my web browser and open a new connection.
    I'm running PIX OS 6.3(5) and PDM 3.0(4) with IE 6, Java 1.6.0 on Windows XP
    Is there anyway to prevent this from happening??

    Hi jghiller,
    Question: should I share the 7520 on al pcs or none at all?
    The printer should not be shared from one computer to another.  Each computer can directly access the printer.
    Question: If I disable my security software firewall, should the printer be found and installed on wireless network OK?
    The firewall can cause problems, but not like they used to.  With this being a current printer, most firewalls should work fine with the printer.
    Dropping from the network:
    There are multiple possibilities.
    1. Try turning off UPnP in the printer embedded web server.  Type the IP of the printer into a web browser to access the EWS.  On the network tab, selecting Networking on the left side and then UPnP.
    2. If your router supports double width data channels, try changing the router to use single width channel.  You will need to access the EWS of the router.  Most routers will say either default or double.  There might be a number listed instead.  Try setting the router to 20Mhz channel width.
    3. Also, setting a static IP for the printer could be a good idea.  That way the printer IP won't change and possibly get lost by the computers.  This setting also appears in the printer EWS.
    Try the HP Wireless Printing Center for tips:
    http://www8.hp.com/us/en/campaigns/wireless-printing-center/overview.html
    I was an HP employee.
    Please mark the post that solves your problem as "Accepted Solution"

  • When I log into the iTunes store my screen shows the marker go half way across the loading indicator, the screen show a blank screen with the heading accessing  iTunes. If I go to the right side and search the store the names drop down. Nothing happens

    When I log into the iTunes store my screen shows the marker go half way across the loading indicator, the screen shows a blank screen with the heading "accessing  iTunes". If I go to the right side and search the store the "search names" drop down. Then nothing happens. My iTunes store account info is shown on the right side
    I am using a Dell Vostro 3400, with 8 GB RAM, Windows 7 64bit Ultimate OS. ITunes version 10.5? (Latest)
    What I have tried:
    Uninstalled iTunes,
    Removed firewall and protection.
    Re-installed iTunes 64bit (still get the same issue)
    Restarted firewall, added apple.com etc.
    I have created a new user profile to no vail.
    Still the same issue. I can access using my iPod 

    I am having the same problem ever since I upgraded.  Have received four emails from Apple support on the
    issue and nothing has worked.  Unloaded 10.5 and went back to 10.3 which worked fine but it would not allow
    me to sync my Iphone with the ios 5 upgrade.  Went back to 10.5 and sometimes get exactly what you do when
    I try an access the store.  It looks like something is clearly missing.  Have done just about everything I have seen
    on threads but nothing works.  Really need help.

Maybe you are looking for

  • Can I trade in my Ipad to get another one?

    I was wondering if I could trade in my Ipad 2 to get a new Ipad.  If I could, can I go to the apple store to do it?

  • Copy a journal template ?

    is there a way to copy a journal template in HFM 9.3.1 ?

  • String/char operators

    Is there an equivalent to the "!" operator for strings and characters, to put it in context, how would I write the piece of code between the parenthesis correctly? while("Y" != answer) number=1; }

  • Sun One Server in Windows

    I installed Sun one server in NT machine and tried creating a port. It is not providing the support for Servlets directory whereas iPlanet 4.1 provides it by means of giving a style "ServeltByExtn" while creating the additinal direcctories. How can i

  • Importing models created in SP 9 into VC SP 8

    Hi Is it possible to import models that were created in SP 9 into a VC SP 8? I got an error : "Kit is incompatible or outdated"