How to screen share outside the local network

I'd like to screen share and be able to make changes to a family iMac that resides in another country. Is this possible with any Apple software or must I go somewhere else for this kind of functionality?

TeamViewer should get the job done for you just fine. I'm currently using it across my iMac, MacBook, and iPad. Because it has to relay the connection over the internet it can be a little sluggish at times. Hope it helps.
http://www.teamviewer.com/download/index.aspx?os=mac

Similar Messages

  • SMTP not accepting realys from OUTSIDE the local network

    I come into the office today to find my SMTP server not accepting realys from the employees that work outide the local network.
    we just keep getting "relay access denied" errors
    here is postconf -n
    running tiger server 10.4.7
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    html_directory = no
    inet_interfaces = all
    localrecipientmaps = proxy:unix:passwd.byname $alias_maps
    luser_relay =
    mail_owner = postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    messagesizelimit = 0
    mydomain = memphisdns.com
    mydomain_fallback = localhost
    myhostname = memphisdns.com
    mynetworks = 192.168.0.0/24,127.0.0.0/24,216.37.68.34
    mynetworks_style = host
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    relayhost =
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = postdrop
    smtpdtls_keyfile =
    unknownlocal_recipient_rejectcode = 550
    Any ideas?

    here is postconf WITH authentication turned on
    which didnt work
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    html_directory = no
    inet_interfaces = all
    localrecipientmaps = proxy:unix:passwd.byname $alias_maps
    luser_relay =
    mail_owner = postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    messagesizelimit = 0
    mydomain = memphisdns.com
    mydomain_fallback = localhost
    myhostname = memphisdns.com
    mynetworks = 192.168.0.0/24,127.0.0.0/24,216.37.68.34
    mynetworks_style = host
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    relayhost =
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = postdrop
    smtpdpw_server_securityoptions = login,plain,cram-md5
    smtpdrecipientrestrictions = permitsasl_authenticated,permit_mynetworks,reject_unauthdestination,permit
    smtpdsasl_authenable = yes
    smtpdtls_keyfile =
    smtpduse_pwserver = yes
    unknownlocal_recipient_rejectcode = 550

  • How do i go beyond the local network?

    hey, i'm making a mini chatserver thing, and i've gotten it to work on the local network, but i was wondering if i could extend it to beyond the local network. is it possible to do this with j2se?

    Hey, i looked online at stuff, and i saw that because
    computers that i use use a private ip, i need to mess
    with some NAT and subnet mask thing to get it to
    work. can someone point me on someway i can do the
    whole private to public ip thing with the NAT stuff?
    (maybe i have it backwards).I already told you, you MUST have a public IP.
    What you read above is referring when YOU control the routers and network. Then your network cloud HAS a public IP. So you can set up forwarding so that it works.
    Do you control the network at your school? Does your school even have a public IP?
    Do you have a public IP at home on the router that connects to your broadband ISP?

  • Mac os x server profilemanager is not available outside the local network

    Hi,
    I have some trouble using the profilemanager. Planed is to install the server for configuring and supporting our iPhone user
    Its a mac mini with OS X Server installed. I've just activated the Websites, OpenDirectory and Profilemanager service. I added the Server to our AD and I'am able to choose the User to allow them to log on to the profilmanager. No problems so far.
    But then I added a port forwarding to our firewall with this ports -> http://support.apple.com/kb/HT5302?viewlocale=de_DE to the server.
    Then I logged on to a external client pc and opened the url forwarded to our ip. The first website with the server logo I got. But if i try to open a subfolder like /profilemanager I get only a white screen without any content. Just a title "Admin" is shown in the browser tab.
    Then I tried it with a local client. This client located in the same IP range can open the subfolders without any problems.
    Whats the problem here? Just a parameter in the server config that tells him to deny connections from external?
    Marcel

    Did you set up your ftp clients outside your LAN to use passive FTP.
    Active FTP uses a control channel on port 21 and a data channel which is on a non predictive port.
    This does not work behind a NAT Router.
    Greetings
    Martin

  • SMB not working from outside the local network

    Hi guys..
    I've set up a storage server so that users can log in remotely and access their files. I have two connections I want to use, AFP and SMB. The AFP connections work great. No matter where our mac users are, they can log in through the net and get to their shares.
    With SMB, I'm currently having a nightmare! I can't log in from other internet connections. I've checked and double checked routers, ports, etc. I have even turned everything (in terms of firewalls) off for testing. Still nothing with SMB. BUT - If I connect to the same machine with smb://127.0.0.1/ I can log in fine. If I try to connect with smb://<server ip address> then it still doesn't work.
    I either get one of these 2 messages:
    Data could not be read or written.
    Username and Password are incorrect (even though I havn't supplied a username or password yet!)
    Any help will be golden! Thanks a lot!
    -Mel

    Thanks a lot for the feedback.. Turns out the connection i'm testing it on (Virgin Media) does block SMB (port 445). Before I look into VPN, is it possible to change the port that SMB is operating on?
    Is it easy to log in with VPN through WindowsXP? Can I send a similar string like smb:user:password@server to gain access to a VPN share through windows? Even through cmd will be fine as I intend on writing a program that can do that. I just need to know if it's possible. As I said, forgive my stupidity, I've never setup VPN before.. I think it's the only thing I havn't really dabbled in yet..
    Thanks!
    -Mel

  • Can't connect to video iCHAT when outside the local network

    I just bought a new Mac Mini and set up iCHAT to auto except connections to it. This worked the first day I did it connecting to my Mac mini at my home from my office.
    The next day and since it has not worked producing this error.
    Date/Time: 2008-01-29 12:39:17.359 -0500
    OS Version: 10.5.1 (Build 9B18)
    Report Version: 4
    iChat Connection Log:
    2008-01-29 12:38:52 -0500: AVChat started with ID 2713863059.
    2008-01-29 12:38:52 -0500: gopguy20041: State change from AVChatNoState to AVChatStateWaiting.
    2008-01-29 12:38:53 -0500: 0x1dd28730: State change from AVChatNoState to AVChatStateInvited.
    2008-01-29 12:38:59 -0500: 0x1dd28730: State change from AVChatStateInvited to AVChatStateConnecting.
    2008-01-29 12:38:59 -0500: gopguy20041: State change from AVChatStateWaiting to AVChatStateConnecting.
    2008-01-29 12:39:13 -0500: 0x1dd28730: State change from AVChatStateConnecting to AVChatStateEnded.
    2008-01-29 12:39:13 -0500: 0x1dd28730: Error -8 (Did not receive a response from 0x1dd28730.)
    2008-01-29 12:39:13 -0500: gopguy20041: State change from AVChatStateConnecting to AVChatStateEnded.
    2008-01-29 12:39:13 -0500: gopguy20041: Error -8 (Did not receive a response from 0x1dd28730.)
    Video Conference Error Report:
    11.194669 @SIP/SIP.c:2719 type=4 (900A0015/0)
    [SIPConnectIPPort failed]
    Video Conference Support Report:
    9.096781 @SIP/Transport.c:2353 type=1 (00000000/0)
    [INVITE sip:user@rip SIP/2.0
    Via: SIP/2.0/UDP sip:4824;branch=z9hG4bK36d5a0001dd8791d
    Max-Forwards: 70
    To: "u0" <sip:user@rip>
    From: "0" <sip:user@lip:16402>;tag=772594917
    Call-ID: 1284fd28-ce91-11dc-b906-acd307cd4012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@sip:4824>;isfocus
    User-Agent: Viceroy 1.3
    Content-Type: application/sdp
    Content-Length: 732
    what has changed to keep it from auto-excepting?

    Have you changed the Quicktime setting ?
    2:41 PM Sunday; February 3, 2008

  • Unable to share files over the local network, OS X Lion

    About two weeks ago, my coworker and I realized that we were no longer able to share files over the local network. We have not made any changes to our preference settings. We are able to access FileMaker Pro databases files located on another computer in our office via the network, but we are unable to access any other files by trying to login to the computer remotely. We also have internet access. I am able to login to each of our work computers form home, but not from the office. I'm am not sure what has changed, but it is important that we have the ability to share files at work. Can you give me directions on how to fix our problem. Thanks!
    Debbie Roberts
    Univesrity of Texas at Austin

    I had this problem when I first setup my Mac. One thing I know is that File Sharing in System Preferences doesn't necessarily need to be on, because iTunes does all of the networking itself.
    I know that you've checked and checked again on the firewall, but what I did was turn the firewall on. In the list of ALLOW, there should be a line that is labeled iTunes Music Sharing. Check it. It was the magic link, and all of my iTunes libraries on the three computers in the house (two Windows, one my Mac) could "see" each other.
    Turning on the firewall might seem strange, but it worked for me.
    I hope this helps.
    MacBook Mac OS X (10.4.9)

  • Is it possible to access my TimeCapsule from outside my local network via internet? If so what is the best app  that  can help me?

    is it possible to access my TimeCapsule from outside my local network via internet? If so what is the best app  that  can help me?

    iCloud can do it..
    http://www.apple.com/au/support/icloud/back-to-my-mac/
    You need Lion and latest firmware on the TC..
    Were you hoping to use the ipad/iphone??  That maybe possible but I am not sure how.
    You cannot use windows without opening SMB to some strange port and this is going to mess with security.. you also need a static ip address from your ISP.. most private net users do not have this.
    You can do it via vpn.. you will need to buy a vpn router and bridge the TC to it.
    Just google remote access time capsule.. there are a zillion posts about it.

  • How Can I print Oracle Report 9i directly To Printer on the local network?

    Dear All;
    How Can I print Oracle Report 9i directly To Printer on the local network?
    or to any other computer ? or to my default printer without prevoiues know the printer name i mean found it in my connected printer?
    plear help me?
    Best Wishes

    1. Check documentation for DESNAME and DESTYPE
    2. See 1 as long as they are a shared resource
    3. Think you must know the name, but please check or documentation
    Regards,
    Martin
    PS. There's a Reports Forum here which would be a better option for posting this question

  • Iphoto does not allow to share events on the local network

    Hello,
    I was trying to share the iphoto library on the local network and it seems to be that I only can share albums, but not events.
    The help on sharing says:
    "Select the “Share my photos” checkbox, and then choose your entire library or only the Events,
    folders, albums, slideshows, books, calendars, or cards that you want to share."
    According to this I should be able to share events, but I'm not. Events don't even appear in the list of possible shares. The list itself says "Share selected albums".
    So is there a way to share events?
    If not then it looks like a bug to me. Basically to share the events I would need to create an album for each event.
    Thanks

    It's a bug or an optimistic writer of Help files...
    It's very easy to make an album from an Event: Simply drag the Event to the Albums section of the Source Pane - result an Album of the same name. As Albums simply reference files on the HD (unlike Events) you use no extra disk space, plus the options for sorting and arranging the photos are enhanced.
    Regards
    TD

  • How to display different Splash Screen depending on the Locale?

    Hi,
    I have a splash screen which is working fine.
    I want to display different spalsh screen depending on the locale the user has.
    Is this possible.
    I can display different Title,Description and the text of the short-cut icon on desktop and startup Menu based on the locale by mentioning it in the JNLP and altering my browser settings. I am not able to use the icon and splash screen corresponding to the specified locale. How to do this?
    EX:
    <information>
    <title> In english</title>
    <description> In english</description>
    <shortcut online="true">
    <!-- create desktop shortcut -->
    <desktop/>
    <menu submenu="My Project in English language"/>
    </shortcut>
    *<icon kind="shortcut" href="images/icon_english.gif"/>
    <icon kind="splash" href="images/splash_english.jpg"/>*
    <!-- locale="nl-NL" specifies dutch -->
    </information>
    <information locale="nl-NL">
    <title> In Dutch</title>
    <description>In Dutch</description>
    <shortcut online="true">
    <!-- create desktop shortcut -->
    <desktop/>
    <menu submenu="My Project in Dutch language"/>
    </shortcut>
    *<icon kind="shortcut" href="images/icon_dutch.gif"/>
    <icon kind="splash" href="images/splash_dutch.jpg"/>*
    </information>
    *Now here i am not getting the splash_dutch screen for the locale "nl-NL"(Dutch) and i am getting splash_english screen.
    Can we acheive this?*

    Hi anjali...
    I have problem with splash screen..
    here is my jnlp file
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="http://localhost:8080/MyProject">
         <information>
              <title>MyProject1.0</title>
              <vendor>none</vendor>
              <description>Application Launcher For MyProject1.0</description>
              <description kind="short"></description>
              <offline-allowed />
              <icon kind="splash" href="images/Splash_MyProject.jpg" width="560" height="300"/>
         </information>
         <resources>
              <jar href="SwingApplication/mysql-connector-java-5.0.6-bin.jar" />
              <jar href="SwingApplication/MyProject1.0.jar" main="true"/>
              <jar href="SwingApplication/liquidlnf.jar" />
              <j2se version="1.6+" java-vm-args="-Xms32M -Xmx256M " />
         </resources>
         <security>
              <all-permissions/>
         </security>
         <application-desc main-class="com.mobius.ui.MainWindow">
              <argument>production%0%3#com.mysql.jdbc.Driver#MyProject4%jdbc:mysql://10.100.1.89:3306/MyProject4%MyProject%info123#MyProject2%jdbc:mysql://10.100.1.89:3306/MyProject2%MyProject%info123</argument>
         </application-desc>
    </jnlp>my post is in
    http://forum.java.sun.com/thread.jspa?threadID=5298381
    http://forum.java.sun.com/thread.jspa?threadID=5298466
    I am in big problem Help me...
    Edited by: arunnprakash on May 22, 2008 1:28 PM
    Edited by: arunnprakash on May 22, 2008 1:28 PM

  • Can't remember how to access voicemail from a landline or phone outside the verizon network?

    Can't remember how to access voice mail from a land line or a mobile phone outside the Verizon network?

    Dial your full 10-digit number, then hit the * key whenyour voicemail answers.  It will ask for your password and you will be connected to your voicemail as if you were on your phone.

  • How to send a file to a certain printer at the local network?

    Hello,
    Is there any Java API (standard or free packages) that allows to send a certain file from the filesystem to a certain printer at the local network, not necessarily the default one that the machine the code is running on is using? In case there is one, a code example could be nice...

    Hi Roy,
    There is a library part of the standard java for printing and searching printers. Have a look at the package
    javax.print
    A google search with the package name will lead to tutorials and code samples I guess.
    HTH
    Peter

  • My computer looks alone on the local network

    Hello,
    Since a few days, I can't see any computer in the "Shared" section of the Finder's side bar.
    Digging into that problem, I noticed I can no more connect to any of the local network computers using their name (i.e.: afp://mycomputer.local) but can well using the IP address (i.e.: afp://192.18.1.10).
    Access to outside world causes no problem.
    Any idea on how to solve this is welcome !
    Regards,
    Lionel

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) at the behest of a stranger. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
    Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts 51 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports 'com.autodesk.AutoCad com.evenflow.dropbox com.google.GoogleDrive' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 ` route -n get default|awk '/e:/{print $2}' ` 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n\t(%s)\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' /^ *$|CSConfigDot/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/\/Users\/[^/]+/~/g ' ' s/^ +//;5p;6p;8p;12p;' ' {sub(/^ +/,"")};NR==6;NR==13&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: [^EO]|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple |Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<200) print "com.apple.";} ' ' $3~/[0-9]:[0-9]{2}$/ { gsub(/:[0-9:a-f]{14}/,"");} { print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:[^:]+//p ' '/root/p' ' !/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/&&/Lib.+\/Info.plist$/ { n++;print;} END { if(n<1000) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' '/\/etc\/(auto_m|hosts[^.]|peri|sshd?_c)/s/^\.\/[^/]+//p' ' /\/(Contents\/.+\/Contents|Frameworks)\//d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| ","||kMDItem'${p[35]}'=");sub("^.."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[9]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/ { next;} /%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]" "$1;b=b$1;} END { if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n   "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n   [N/A]";"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text$|POSIX sh.+ text ex)/) F=F" ("T")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n   ...and %s more line(s)\n",l-L);} ' ' BEGIN{FS="= "} /Path/{print $2} ' ' /^ +B/{ s/.+= |(-[0-9]+)?\.s.+//g;p;} ' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / /{$0="'"${p[28]}"'"};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9;} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps sudo\ crontab sudo\ iotop top pkgutil PlistBuddy whoami cksum kextstat launchctl sudo\ launchctl crontab 'sudo defaults read' stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' defaults\ read scutil sudo\ dtrace sudo\ profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil sudo\ lsof );c2=(com.apple.loginwindow\ LoginHook '-c Print /L*/P*/loginw*' '-c Print L*/P*/*loginit*' '-c Print L*/Saf*/*/E*.plist' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' '-c Print\ :'${p[35]}' 2>&1' '-c Print\ :Label 2>&1' '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status "-F '\$Time \$Message' -k Sender kernel -k Message Req 'Beac|caug|dead[^bl]|FAIL|GPU |hfs: Ru|inval|jnl:|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|tim(ed? ?|ing )o|WARN' -k Message Rne 'Goog|ksadm|SMC:' -o -k Sender fseventsd -k Message Req 'SL'" '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/*/*.{BS,Bas,Es,OSXU,Rem}*.bom' ' {/,}L*/Lo*/Diag* -type f -regex .\*[cgh] ! -name *ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '-L {/{S*/,},}L*/Lau* -type f' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' ' -L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Ca*/*/Ex,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -type f -name Info.plist ' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` " /e*/{auto_master,{cron,fs}tab,hosts,{launchd,sysctl}.conf,ssh{,d}_c*} {,/usr/local}/etc/periodic/*/* .launchd.conf " list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' -i4TCP:0-1023 com.apple.dashboard\ layer-gadgets );N1=${#c2[@]};for j in {0..8};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files Hidden\ apps 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents launchd Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear;};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};';done;A7(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0(){ [[ "$v" ]]&&echo "$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "$s"<<<"$v"`&&C1 1 $1;};for i in 1 2;do for j in 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;A0;{ A2 0 $((N1+1)) 2;C0;A1 0 $N1 1;C0;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 1 10 7 9;D13 1 11 8 10;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 14 12 14;D22 6 36 13 15;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D22 11 17 17 20;for i in 0 1;do D22 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A2 19 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;A2 4 20 21;B7 6;B2 9;A4 14 7 52 9;B2 10;B6 9 10 4;C3 25;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 4 22 29;B7 12;B2 14;A4 14 6 52 14;B2 15;B6 14 15 4;B3 0 0 30;C3 29;A1 4 23 27;B7 13;C3 30;D23 24 24 32 31;D13 25 37 32 33;A1 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D13 21 0 32 19;D13 10 42 32 40;D22 29 35 46 39;};D23 14 1 48 42;D12 34 43 53 44;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 26 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 33 34 42 37;B1&&D23 35 45 55 46;D23 32 31 43 38;D23 20 42 32 41;D23 14 2 48 43;D13 4 5 32 1;D22 4 4 50 0;D13 14 3 49 5;B3 4 22 57;A1 26 46 56;B7 22;B3 0 0 58;C3 47;D23 22 9 37 7;A7;C2 2;} 2>/dev/null|pbcopy;exit 2>&-  
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    7. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    8. If you see an error message in the Terminal window such as "syntax error," enter
    exec bash
    and press return. Then paste the script again.
    9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
    11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with "Model Identifier." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Site-to-Site up but no ping for the local networks from both sides

    I have set the tunnel up between ASA 5505 and ASA 5510, but I can't ping the local networks of both ASAs.
    ASA 5505
    ASA Version 8.2(5)
    hostname ciscoasa
    enable password 8Ry2YjIyt7RRXU24 encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    name 10.2.3.0 baghdad
    name 195.112.215.16 CyberiaNetwork
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    switchport access vlan 3
    interface Ethernet0/3
    switchport access vlan 3
    interface Ethernet0/4
    switchport access vlan 3
    interface Ethernet0/5
    switchport access vlan 3
    interface Ethernet0/6
    switchport access vlan 3
    interface Ethernet0/7
    switchport access vlan 3
    interface Vlan1
    nameif inside
    security-level 100
    ip address 192.168.3.1 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address 81.90.22.188 255.255.255.248
    interface Vlan3
    no forward interface Vlan1
    nameif voice
    security-level 100
    ip address 192.168.1.1 255.255.255.0
    ftp mode passive
    dns domain-lookup inside
    dns domain-lookup outside
    dns server-group DefaultDNS
    name-server 83.138.175.26
    name-server 50.56.16.2
    same-security-traffic permit inter-interface
    same-security-traffic permit intra-interface
    object-group service DM_INLINE_SERVICE_1
    service-object ip
    service-object tcp
    service-object icmp echo-reply
    service-object tcp eq h323
    access-list outside_1_cryptomap extended permit ip 192.168.1.0 255.255.255.0 10.1.3.0 255.255.255.0
    access-list outside_access_in extended permit object-group DM_INLINE_SERVICE_1 10.1.3.0 255.255.255.0 192.168.1.0 255.255.255.0
    access-list outside_access_in extended permit icmp any any echo-reply
    access-list voice_access_in extended permit ip any any
    access-list voice_access_in extended permit ip 10.1.3.0 255.255.255.0 192.168.1.0 255.255.255.0
    access-list voice_nat0_outbound extended permit ip any any
    access-list voice_access_in_1 extended permit ip 10.1.3.0 255.255.255.0 any
    pager lines 24
    logging enable
    logging asdm informational
    mtu inside 1500
    mtu outside 1500
    mtu voice 1500
    icmp unreachable rate-limit 1 burst-size 1
    icmp permit any outside
    icmp permit any voice
    no asdm history enable
    arp timeout 14400
    global (outside) 1 interface
    nat (inside) 1 0.0.0.0 0.0.0.0 dns
    nat (voice) 0 access-list voice_nat0_outbound
    access-group outside_access_in in interface outside
    access-group voice_access_in_1 in interface voice control-plane
    access-group voice_access_in in interface voice
    route outside 0.0.0.0 0.0.0.0 81.90.22.185 1
    route outside 10.1.3.0 255.255.255.0 81.90.22.185 1
    route outside CyberiaNetwork 255.255.255.240 81.90.22.185 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    timeout floating-conn 0:00:00
    dynamic-access-policy-record DfltAccessPolicy
    http server enable
    http 192.168.1.0 255.255.255.0 inside
    http 192.168.3.0 255.255.255.0 inside
    http CyberiaNetwork 255.255.255.240 outside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto ipsec security-association lifetime seconds 3600
    crypto ipsec security-association lifetime kilobytes 4608000
    crypto map outside_map 20 match address outside_1_cryptomap
    crypto map outside_map 20 set pfs
    crypto map outside_map 20 set peer 195.112.215.19
    crypto map outside_map 20 set transform-set ESP-DES-SHA
    crypto map outside_map interface outside
    crypto ca trustpoint _SmartCallHome_ServerCA
    crl configure
    crypto ca certificate chain _SmartCallHome_ServerCA
    certificate ca 6ecc7aa5a7032009b8cebcf4e952d491
        308205ec 308204d4 a0030201 0202106e cc7aa5a7 032009b8 cebcf4e9 52d49130
        0d06092a 864886f7 0d010105 05003081 ca310b30 09060355 04061302 55533117
        30150603 55040a13 0e566572 69536967 6e2c2049 6e632e31 1f301d06 0355040b
        13165665 72695369 676e2054 72757374 204e6574 776f726b 313a3038 06035504
        0b133128 63292032 30303620 56657269 5369676e 2c20496e 632e202d 20466f72
        20617574 686f7269 7a656420 75736520 6f6e6c79 31453043 06035504 03133c56
        65726953 69676e20 436c6173 73203320 5075626c 69632050 72696d61 72792043
        65727469 66696361 74696f6e 20417574 686f7269 7479202d 20473530 1e170d31
        30303230 38303030 3030305a 170d3230 30323037 32333539 35395a30 81b5310b
        30090603 55040613 02555331 17301506 0355040a 130e5665 72695369 676e2c20
        496e632e 311f301d 06035504 0b131656 65726953 69676e20 54727573 74204e65
        74776f72 6b313b30 39060355 040b1332 5465726d 73206f66 20757365 20617420
        68747470 733a2f2f 7777772e 76657269 7369676e 2e636f6d 2f727061 20286329
        3130312f 302d0603 55040313 26566572 69536967 6e20436c 61737320 33205365
        63757265 20536572 76657220 4341202d 20473330 82012230 0d06092a 864886f7
        0d010101 05000382 010f0030 82010a02 82010100 b187841f c20c45f5 bcab2597
        a7ada23e 9cbaf6c1 39b88bca c2ac56c6 e5bb658e 444f4dce 6fed094a d4af4e10
        9c688b2e 957b899b 13cae234 34c1f35b f3497b62 83488174 d188786c 0253f9bc
        7f432657 5833833b 330a17b0 d04e9124 ad867d64 12dc744a 34a11d0a ea961d0b
        15fca34b 3bce6388 d0f82d0c 948610ca b69a3dca eb379c00 48358629 5078e845
        63cd1941 4ff595ec 7b98d4c4 71b350be 28b38fa0 b9539cf5 ca2c23a9 fd1406e8
        18b49ae8 3c6e81fd e4cd3536 b351d369 ec12ba56 6e6f9b57 c58b14e7 0ec79ced
        4a546ac9 4dc5bf11 b1ae1c67 81cb4455 33997f24 9b3f5345 7f861af3 3cfa6d7f
        81f5b84a d3f58537 1cb5a6d0 09e4187b 384efa0f 02030100 01a38201 df308201
        db303406 082b0601 05050701 01042830 26302406 082b0601 05050730 01861868
        7474703a 2f2f6f63 73702e76 65726973 69676e2e 636f6d30 12060355 1d130101
        ff040830 060101ff 02010030 70060355 1d200469 30673065 060b6086 480186f8
        45010717 03305630 2806082b 06010505 07020116 1c687474 70733a2f 2f777777
        2e766572 69736967 6e2e636f 6d2f6370 73302a06 082b0601 05050702 02301e1a
        1c687474 70733a2f 2f777777 2e766572 69736967 6e2e636f 6d2f7270 61303406
        03551d1f 042d302b 3029a027 a0258623 68747470 3a2f2f63 726c2e76 65726973
        69676e2e 636f6d2f 70636133 2d67352e 63726c30 0e060355 1d0f0101 ff040403
        02010630 6d06082b 06010505 07010c04 61305fa1 5da05b30 59305730 55160969
        6d616765 2f676966 3021301f 30070605 2b0e0302 1a04148f e5d31a86 ac8d8e6b
        c3cf806a d448182c 7b192e30 25162368 7474703a 2f2f6c6f 676f2e76 65726973
        69676e2e 636f6d2f 76736c6f 676f2e67 69663028 0603551d 11042130 1fa41d30
        1b311930 17060355 04031310 56657269 5369676e 4d504b49 2d322d36 301d0603
        551d0e04 1604140d 445c1653 44c1827e 1d20ab25 f40163d8 be79a530 1f060355
        1d230418 30168014 7fd365a7 c2ddecbb f03009f3 4339fa02 af333133 300d0609
        2a864886 f70d0101 05050003 82010100 0c8324ef ddc30cd9 589cfe36 b6eb8a80
        4bd1a3f7 9df3cc53 ef829ea3 a1e697c1 589d756c e01d1b4c fad1c12d 05c0ea6e
        b2227055 d9203340 3307c265 83fa8f43 379bea0e 9a6c70ee f69c803b d937f47a
        6decd018 7d494aca 99c71928 a2bed877 24f78526 866d8705 404167d1 273aeddc
        481d22cd 0b0b8bbc f4b17bfd b499a8e9 762ae11a 2d876e74 d388dd1e 22c6df16
        b62b8214 0a945cf2 50ecafce ff62370d ad65d306 4153ed02 14c8b558 28a1ace0
        5becb37f 954afb03 c8ad26db e6667812 4ad99f42 fbe198e6 42839b8f 8f6724e8
        6119b5dd cdb50b26 058ec36e c4c875b8 46cfe218 065ea9ae a8819a47 16de0c28
        6c2527b9 deb78458 c61f381e a4c4cb66
      quit
    crypto isakmp identity address
    crypto isakmp enable outside
    crypto isakmp policy 5
    authentication pre-share
    encryption des
    hash sha
    group 2
    lifetime 86400
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    management-access voice
    dhcpd auto_config outside
    dhcpd address 192.168.3.5-192.168.3.36 inside
    dhcpd auto_config outside vpnclient-wins-override interface inside
    dhcpd enable inside
    dhcprelay timeout 60
    vpnclient server 109.224.18.242
    vpnclient mode network-extension-mode
    vpnclient nem-st-autoconnect
    vpnclient vpngroup MGvilla password *****
    vpnclient username rami password *****
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    webvpn
    group-policy GroupPolicy2 internal
    group-policy GroupPolicy2 attributes
    vpn-tunnel-protocol IPSec
    tunnel-group 195.112.215.19 type ipsec-l2l
    tunnel-group 195.112.215.19 ipsec-attributes
    pre-shared-key *****
    isakmp keepalive disable
    prompt hostname context
    call-home reporting anonymous
    Cryptochecksum:fde05056fe6d738c0b99552721973ac6
    : end
    ASA 5510
    Result of the command: "sh run"
    : Saved
    ASA Version 8.2(1)
    hostname ciscoasa
    domain-name Luna
    enable password 8Ry2YjIyt7RRXU24 encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    name 195.112.215.17 Cyberiaip
    name 82.146.160.65 RouterCyberia
    name 10.1.15.6 test
    name 10.1.5.20 server
    name 10.2.3.0 VILLA
    dns-guard
    interface Ethernet0/0
    nameif Cyberia
    security-level 0
    ip address 195.112.215.19 255.255.255.240
    interface Ethernet0/1
    nameif ServerVpn
    security-level 100
    ip address 10.1.5.234 255.255.255.0
    interface Ethernet0/2
    nameif VPN
    security-level 100
    ip address 10.1.3.198 255.255.255.0
    interface Ethernet0/3
    nameif Inside2
    security-level 100
    ip address 192.168.0.1 255.255.255.0
    interface Management0/0
    nameif management
    security-level 100
    ip address 192.168.2.1 255.255.255.0
    management-only
    ftp mode passive
    clock timezone EEST 2
    clock summer-time EEDT recurring last Sun Mar 0:00 last Sun Oct 0:00
    dns domain-lookup Cyberia
    dns domain-lookup ServerVpn
    dns domain-lookup Inside2
    dns server-group Backup
    name-server 8.8.8.8
    dns server-group DefaultDNS
    name-server 4.2.2.2
    domain-name Luna
    same-security-traffic permit inter-interface
    same-security-traffic permit intra-interface
    object-group service DM_INLINE_SERVICE_1
    service-object ip
    service-object icmp echo-reply
    object-group service DM_INLINE_SERVICE_2
    service-object tcp
    service-object icmp
    service-object tcp eq h323
    service-object ip
    service-object icmp echo-reply
    object-group service DM_INLINE_SERVICE_3
    service-object ip
    service-object tcp
    service-object icmp echo-reply
    service-object tcp eq h323
    object-group service DM_INLINE_SERVICE_4
    service-object ip
    service-object tcp
    service-object icmp echo-reply
    service-object tcp eq h323
    object-group service DM_INLINE_SERVICE_5
    service-object ip
    service-object icmp
    service-object tcp
    service-object icmp echo-reply
    service-object tcp eq h323
    access-list MGVoice_splitTunnelAcl standard permit 10.1.3.0 255.255.255.0
    access-list Cyberia_access_in extended permit object-group DM_INLINE_SERVICE_3 VILLA 255.255.255.0 10.1.3.0 255.255.255.0
    access-list Cyberia_access_in extended permit object-group DM_INLINE_SERVICE_4 192.168.1.0 255.255.255.0 10.1.3.0 255.255.255.0
    access-list server_splitTunnelAcl standard permit 10.1.5.0 255.255.255.0
    access-list Guardia_access_in extended permit object-group DM_INLINE_SERVICE_1 any any
    access-list Accounting_access_in extended permit icmp any any echo-reply
    access-list Voice_nat0_outbound extended permit ip 10.1.3.0 255.255.255.0 10.1.3.192 255.255.255.192
    access-list Voice_nat0_outbound extended permit ip 10.1.3.0 255.255.255.0 any
    access-list Cyberia_1_cryptomap extended permit ip 10.1.3.0 255.255.255.0 VILLA 255.255.255.0
    access-list VPN_nat0_outbound extended permit object-group DM_INLINE_SERVICE_5 any any
    access-list VPN_nat0_outbound extended permit ip 10.1.3.0 255.255.255.0 192.168.1.0 255.255.255.0
    access-list VPN_nat0_outbound extended permit ip 10.1.3.0 255.255.255.0 VILLA 255.255.255.0
    access-list VPN_nat0_outbound extended permit ip 10.1.3.0 255.255.255.0 10.1.3.192 255.255.255.192
    access-list VPN_nat0_outbound extended permit ip 10.1.3.0 255.255.255.0 10.1.3.224 255.255.255.224
    access-list Voice_splitTunnelAcl_5 standard permit 10.1.3.0 255.255.255.0
    access-list MGserver_splitTunnelAcl standard permit 10.1.5.0 255.255.255.0
    access-list ServerVpn_nat0_outbound extended permit ip 10.1.5.0 255.255.255.0 10.1.5.192 255.255.255.192
    access-list ServerVpn_nat0_outbound extended permit ip any any
    access-list ServerVpn_nat0_outbound extended permit ip 10.1.5.0 255.255.255.0 10.1.5.240 255.255.255.240
    access-list test_splitTunnelAcl standard permit 10.1.5.0 255.255.255.0
    access-list mgvoice_splitTunnelAcl standard permit 10.1.3.0 255.255.255.0
    access-list VPN_access_in extended permit object-group DM_INLINE_SERVICE_2 any any
    access-list VPN_nat0_outbound_1 extended permit ip 10.1.3.0 255.255.255.0 192.168.1.0 255.255.255.0
    access-list VPN_nat0_outbound_1 extended permit ip 10.1.3.0 255.255.255.0 VILLA 255.255.255.0
    access-list Cyberia_cryptomap_20 extended permit ip 10.1.3.0 255.255.255.0 192.168.1.0 255.255.255.0
    access-list Cyberia_access_in_1 extended permit ip 192.168.1.0 255.255.255.0 any
    access-list Cyberia_access_in_1 extended permit ip VILLA 255.255.255.0 any
    pager lines 24
    logging enable
    logging asdm informational
    logging from-address [email protected]
    logging rate-limit 50 15 level 4
    mtu Cyberia 1500
    mtu ServerVpn 1500
    mtu VPN 1500
    mtu Inside2 1500
    mtu management 1500
    ip local pool Vocie 10.1.3.235-10.1.3.245 mask 255.255.255.0
    ip local pool test 10.1.5.241-10.1.5.254 mask 255.255.255.0
    no failover
    icmp unreachable rate-limit 1 burst-size 1
    icmp permit any Cyberia
    icmp permit any VPN
    asdm history enable
    arp timeout 14400
    global (Cyberia) 1 interface
    nat (VPN) 0 access-list VPN_nat0_outbound_1
    access-group Cyberia_access_in_1 in interface Cyberia control-plane
    access-group Cyberia_access_in in interface Cyberia
    access-group VPN_access_in in interface VPN
    router rip
    route Cyberia 0.0.0.0 0.0.0.0 Cyberiaip 1
    route VPN 0.0.0.0 0.0.0.0 10.1.3.2 2
    route Cyberia 81.90.22.184 255.255.255.248 Cyberiaip 1
    route Cyberia 192.168.1.0 255.255.255.0 Cyberiaip 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    dynamic-access-policy-record DfltAccessPolicy
    http server enable
    http 192.168.2.0 255.255.255.0 management
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
    crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
    crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
    crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
    crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
    crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
    crypto ipsec transform-set ESP-AES128-SHA esp-aes esp-sha-hmac
    crypto ipsec transform-set ASA-IPSEC esp-des esp-sha-hmac
    crypto ipsec transform-set VILLA esp-des esp-sha-hmac
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto ipsec transform-set OFFICE esp-aes esp-sha-hmac
    crypto ipsec security-association lifetime seconds 28800
    crypto ipsec security-association lifetime kilobytes 4608000
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs group1
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
    crypto map Cyberia_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map Cyberia_map1 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map Lunasat_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map MAP-OUTSIDE 1 match address Cyberia_1_cryptomap
    crypto map MAP-OUTSIDE 1 set pfs
    crypto map MAP-OUTSIDE 1 set peer 109.224.18.242
    crypto map MAP-OUTSIDE 1 set transform-set VILLA
    crypto map MAP-OUTSIDE 1 set security-association lifetime seconds 3600
    crypto map MAP-OUTSIDE 20 match address Cyberia_cryptomap_20
    crypto map MAP-OUTSIDE 20 set pfs
    crypto map MAP-OUTSIDE 20 set peer 81.90.22.188
    crypto map MAP-OUTSIDE 20 set transform-set VILLA
    crypto map MAP-OUTSIDE 20 set security-association lifetime seconds 3600
    crypto map MAP-OUTSIDE 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map MAP-OUTSIDE interface Cyberia
    crypto ca server
    shutdown
    smtp from-address [email protected]
    crypto isakmp identity address
    crypto isakmp enable Cyberia
    crypto isakmp policy 5
    authentication pre-share
    encryption des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 10
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 28800
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    management-access VPN
    vpn load-balancing
    interface lbpublic Cyberia
    interface lbprivate ServerVpn
    threat-detection basic-threat
    threat-detection statistics port
    threat-detection statistics protocol
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    webvpn
    enable Cyberia
    enable VPN
    enable Inside2
    group-policy DfltGrpPolicy attributes
    vpn-tunnel-protocol IPSec l2tp-ipsec svc webvpn
    group-policy server internal
    group-policy server attributes
    dns-server value 4.2.2.2 8.8.8.8
    vpn-tunnel-protocol IPSec
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value server_splitTunnelAcl
    group-policy Voice internal
    group-policy Voice attributes
    dns-server value 4.2.2.2 8.8.8.8
    vpn-tunnel-protocol IPSec
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value Voice_splitTunnelAcl_5
    nem enable
    client-firewall none
    group-policy MGserver internal
    group-policy MGserver attributes
    dns-server value 4.2.2.2 8.2.2.2
    vpn-tunnel-protocol IPSec l2tp-ipsec
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value MGserver_splitTunnelAcl
    group-policy MGVoice internal
    group-policy MGVoice attributes
    dns-server value 4.2.2.2 8.8.8.8
    vpn-tunnel-protocol IPSec l2tp-ipsec svc
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value MGVoice_splitTunnelAcl
    group-policy mgvoice internal
    group-policy mgvoice attributes
    dns-server value 4.2.2.2 8.8.8.8
    vpn-tunnel-protocol IPSec
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value mgvoice_splitTunnelAcl
    username test password k83iXWPan0Gg1s04 encrypted privilege 0
    username test attributes
    vpn-group-policy Voice
    username guardiairaq password espwxXvOvtn.9lWp encrypted privilege 0
    username guardiairaq attributes
    vpn-group-policy server
    username George password Z/rrvuow9WD495rt encrypted privilege 0
    username George attributes
    vpn-group-policy Voice
    username Mohammad password WeG4Vh8yUivCpxGJ encrypted privilege 0
    username Mohammad attributes
    vpn-group-policy Voice
    username MohammadD password WeG4Vh8yUivCpxGJ encrypted privilege 0
    username MohammadD attributes
    vpn-group-policy server
    username Rami password Ap6uwufXoaDJPqK5 encrypted privilege 0
    username Rami attributes
    vpn-group-policy Voice
    username Ziad password JhgChsUSmHfac4nL encrypted privilege 0
    username Ziad attributes
    vpn-group-policy Voice
    username Rabih password spWUrnXW1ECf5.vf encrypted privilege 0
    username Rabih attributes
    vpn-group-policy Voice
    username Bassam password Us/9IhMANcKhz/ab encrypted privilege 0
    username Bassam attributes
    vpn-group-policy Voice
    username Peter password DqbletTihLO7nNEm encrypted privilege 0
    username Peter attributes
    vpn-group-policy Voice
    username server password vfxKzw279fclgSJI encrypted privilege 0
    username server attributes
    vpn-group-policy server
    username Walid password APoN6.aEe2870Ndh encrypted privilege 0
    username Walid attributes
    vpn-group-policy Voice
    username Walidserver password APoN6.aEe2870Ndh encrypted privilege 0
    username Walidserver attributes
    vpn-group-policy server
    username bernard password V/Fqxj2ERUtY84vU encrypted privilege 0
    username bernard attributes
    vpn-group-policy Voice
    username Vanity password 8v6Sr1IM6EXcsg20 encrypted privilege 0
    username Vanity attributes
    vpn-group-policy server
    username Hani password 0FhVusN7CyzoUnZ9 encrypted privilege 0
    username Hani attributes
    vpn-group-policy Voice
    username Ahmad password 1Vqu92EEjwYw4N.6 encrypted privilege 0
    username Ahmad attributes
    vpn-group-policy Voice
    username Elias password FEvweu59nheZBOqM encrypted privilege 0
    username Elias attributes
    vpn-group-policy Voice
    username Elie password Dm9wg5M.rlquePYM encrypted privilege 0
    username Elie attributes
    vpn-group-policy Voice
    username Charles password 0mvBLjD9oOlpXvWM encrypted privilege 0
    username Charles attributes
    vpn-group-policy Voice
    username Tony password k1lDmGM/jEHSwgiu encrypted privilege 0
    username Tony attributes
    vpn-group-policy Voice
    username Chadi password x4YJISOa3GY9pG0r encrypted privilege 0
    username Chadi attributes
    vpn-group-policy Voice
    username tonyb password sUb7eW6f55MDItCG encrypted privilege 0
    username tonyb attributes
    vpn-group-policy Voice
    username Tino password onkxSs5qbJYmlepW encrypted privilege 0
    username Tino attributes
    vpn-group-policy server
    username Rony password 37Hk2MJVRsiTwC11 encrypted privilege 0
    username Rony attributes
    vpn-group-policy Voice
    username AliA password 4T3JfuTi1E0msmx4 encrypted privilege 0
    username AliA attributes
    vpn-group-policy Voice
    username RonyG password 37Hk2MJVRsiTwC11 encrypted privilege 0
    username RonyG attributes
    vpn-group-policy server
    username Aldo password Cq/XUHIHnvc9Ke1x encrypted privilege 0
    username Aldo attributes
    vpn-group-policy Voice
    username Antoine password rJ4Y1txcY1fuURtk encrypted privilege 0
    username Antoine attributes
    vpn-group-policy Voice
    tunnel-group DefaultL2LGroup ipsec-attributes
    isakmp keepalive disable
    tunnel-group MGVoice type remote-access
    tunnel-group MGVoice general-attributes
    address-pool Vocie
    default-group-policy MGVoice
    tunnel-group MGVoice ipsec-attributes
    pre-shared-key *
    tunnel-group server type remote-access
    tunnel-group server general-attributes
    address-pool test
    default-group-policy server
    tunnel-group server ipsec-attributes
    pre-shared-key *
    tunnel-group mgvoice type remote-access
    tunnel-group mgvoice general-attributes
    address-pool Vocie
    default-group-policy mgvoice
    tunnel-group mgvoice ipsec-attributes
    pre-shared-key *
    tunnel-group 109.224.18.242 type ipsec-l2l
    tunnel-group 109.224.18.242 ipsec-attributes
    pre-shared-key *
    isakmp keepalive disable
    tunnel-group 81.90.22.188 type ipsec-l2l
    tunnel-group 81.90.22.188 ipsec-attributes
    pre-shared-key *
    isakmp keepalive disable
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum 512
    policy-map type inspect im MSNBlock
    parameters
    match service chat conference file-transfer games voice-chat webcam
      drop-connection log
    prompt hostname context
    Cryptochecksum:772d567a5ee1458daec08caad6009da9
    : end

    I have added the permit any any on the outside and vpn interfaces of both ASAs. I also change the source and destination of the nat exempt rule to any any.

Maybe you are looking for

  • How do I find what's filling up my Startup Drive?

    I have a small (20g) drive that is supposed to be just for system and applications, but somehow it is filling up -- all my media and data files are elsewhere.... other than searching through every folder, is there a way to identify what is taking up

  • Computer died - iPod died - can I get my music back?

    Recently my hard drive died. I had not backed up all my purchased iTunes songs because I thought (with the proper 3rd party software) that the iPod would serve as a backup. Well, my iPod died around the same time my computer died. iTunes knows what I

  • Does time machine "restore" change all subsequent versions?

    Hi all, This evening I some how accidently "restored" a document I had been working on to a version I started about a month ago.  I honestly have no idea how this happened since I hadn't even opened Time Machine when noticed the document was the old

  • Lightroom does not seem to recognize the files taken with my brand new Canon 7D mark ii

    I am trying to download pictures I just took on my new Canon 7D mark ii camera and Lightroom is saying it can't preview the files.  What do I do??  Can Lightroom not read the raw files from this camera or am I missing something??  Help!

  • Startup screen on laptop

    Recently when bringing up my laptop I get this message, Storage capacity in question, ie. Battery (601). Do not have any idea what this means or what I need to do.