1841 configured as pptp server, but 1723 port are filtered

IOS: c1841-advsecurityk9-mz.124-15.T4.bin
nmap reports port 1723 filtered.
Acl 101 doesn't deny port 1723. I have try to remove acl 101 from FastEthernet 0/1, but the result were the same... With or without acl 101 on FastEthernet0/1, nmap reports 1723 as filtered. On lan interface, FastEthernet0/0 1723 is "visible" and I can connect vpn client. I suspect that route-map may cause this, because the same configuration worked fine without second Cellular interface which we use as failover.
Interesting parts of conf:
vpdn enable
vpdn-group vpn-dialin
! Default PPTP VPDN group
accept-dialin
protocol pptp
virtual-template 1
local name PPTP-Tunel
interface FastEthernet0/0
description $FW_INSIDE$$ETH-LAN$
ip address xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
no ip redirects
no ip unreachables
no ip proxy-arp
ip nbar protocol-discovery
ip flow ingress
ip flow egress
ip nat inside
ip virtual-reassembly
rate-limit input access-group 100 16000 8000 8000 conform-action transmit exceed-action drop
speed auto
full-duplex
no mop enabled
interface FastEthernet0/1
description $FW_OUTSIDE$$ETH-WAN$
ip address xxx.xxx.xxx.xxx 255.255.255.248
ip access-group 101 in
ip verify unicast reverse-path
no ip redirects
no ip unreachables
no ip proxy-arp
ip nbar protocol-discovery
ip flow ingress
ip flow egress
ip ips sdm_ips_rule in
ip nat outside
ip virtual-reassembly
rate-limit input access-group 100 16000 8000 8000 conform-action transmit exceed-action drop
duplex auto
speed auto
no mop enabled
interface Cellular0/0/0
description WAN MTS
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer in-band
dialer string xxxxx
dialer-group 1
async mode interactive
ppp chap hostname xxx
ppp chap password 7 xxxxxxxxxx
ppp ipcp dns request
interface Virtual-Template1
ip unnumbered FastEthernet0/0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip virtual-reassembly
peer default ip address pool vpn-pool
ppp encrypt mppe auto required
ppp authentication ms-chap ms-chap-v2
ip nat inside source route-map FR interface FastEthernet0/1 overload
ip nat inside source route-map 3G interface Cellular0/0/0 overload
route-map 3G permit 10
match ip address 1 103
match interface Cellular0/0/0
route-map FR permit 10
match ip address 1 103
match interface FastEthernet0/1

try the following
route-map 3G permit 10
match ip address 103
match interface Cellular0/0/0
route-map FR permit 10
match ip address 103
match interface FastEthernet0/1
access-list 103 deny ip 192.168.10.250 any
access-list 103 permit ip 192.168.10.0 0.0.0.255 any
access-list 103 permit ip 192.168.11.0 0.0.0.255 any
access-list 103 permit ip host 192.168.9.4 any
access-list 103 permit ip host 192.168.9.5 any
end
clear ip nat tr *

Similar Messages

  • Port-channel "bouncing" but physical ports are not

    Refer to the attached PDF for topology diagram and configuration information.
    Here's the issue.  According to the logs on DC2-5548-P1 and DC2-5548-P2, port-channels Po3107 and Po3108 are going down numerous times.  However, in the same timeframe, the physical interfaces are not reporting any down/up events at all.  This issue began just a few days ago.  Before that, the systems were operating fine.
    NOTE: Po29 is the vPC peer link between P1 and P2.
    UPDATE:  I totally missed this in the logs somehow but the 5Ks are showing that the physical ports are bouncing.  "show interface" output shows the "interface reset" counter incrementing on the physical ports.  This problem started in two separate environments 9 minutes apart at approx 01:52 AM on the 16th of March.  I'm wondering if there was a power event of some sort which caused physical damage to the hosts.  Seems kind of odd that 3 servers started having similar issues within 9 minutes of each other in two 5K environments.

    Hi,
    Putting the EtherChannel to the "on" mode will force the ports to become bundled unconditionally but the true problem, then, is truly seeing if it works. The Cisco switch will happily keep the ports bundled and will even transmit data over these ports but how do we know if Oracle is happy with that and does the same?
    Personally, I would not recommend using the "on" mode precisely because of lack of any indication that things are operating just as they should, unless it can be shown without doubts that Oracle runs without LACP and uses a static EtherChannel.
    Best regards,
    Peter

  • Server Admin refuses to connect, servermgrd runs but no ports are open

    Server Admin refuses to connect to server when run locally or remotely. Upon investigating, servermgrd seems to run but when I run network utilities and port scan the server, neither port 311 or 687 are open. All other services appear to be running fine. No firewall is running. Server Monitor also has the same problems but WorkGroup Manager seems to work fine.
    About 3 weeks ago, I had the problem and after trying many things, I did a clean install but the problem has reappeared after a few days/weeks.
    At some point, servermgrd was crashing with a message about NSURL.... (lost and forgot the exact message).
    -Tried to remove all the files in /private/var/servermgrd/
    This solved the crashes but it now runs without opening the ports. After starting, it doesn't run away and consume any CPU.
    Could not locate in system.log, console.log and servermgr.log any error messages indicatind something is wrong with servermgrd.
    The log does show that server names are coherent.
    Apr 18 23:06:31 server-1 servermgrd: servermgr_dns: hostname and DNS entries for this server are synchronized
    - Tried rebooting.
    - Tried running servermgrd with various flags, including alternate port but nothing happen. In fact the alternate ports do noot seem to get open. Even passing faulty options, it runs without complaining !
    - Tried to reinstall the admin tools
    - Tried to remove keychain paswords entries
    - Tried Disk Utilities repair permissions.
    Searching the posts, found somebody talkingabout servermgr_ctl
    I'm starting to suspect some hardware failure (RAM).
    Any suggestion how to test the ram.
    Running out of idea.
    Desperate for solution.
    Background
    OS X Server 10.4.9
    Server Admin version Version 10.4.7 (157.8)
    Xserve Dual G4 with 2 GB ram.   Mac OS X (10.4.9)  

    Ok, I ran memtest 4.2 and discovered the ram was failing, In replacing the dimm, they started working again so it may have been a mis-seated dimm module or some oxidation on the contact. My file system was already corrupt despite it being a fresh install. Then I checked and notice that the file com.apple.servermgrd.plist in Library preferences was gone. Either I stuppidly deleted it trying to fix the problem or it was hosed by the memory/file system corruption. Anyway, I copied it from another server and Both Server Admin and Server Monitor are now working.
    SOLVED.
    PS: in view of this event, once I'm satisfied the memory issues is solved, I'll do again a clean install. Who know what else was corrupted.

  • After a network hijacking, I removed the link to the non-existant proxy server, but all sites are now missing components, ie buttons, thumbnails, backgrounds, etc.

    A site downloaded a program which warned of corruption; spyware,
    viruses, etc., on my system and that an attack was going on now.
    I located the program file, deleted it and stopped the process.
    Afterwards, HTTP connections (in Firefox and IE) could not
    complete. After disabling the use of the Proxy Server in both,
    IE now works correctly, but Firefox loses many components of a
    page, and generates many Warnings in the Error Log with
    "Declaration Dropped". Some other setting was changed, but I
    can't locate what. (It would be great if there was a wizzard
    which compared all the settings to "recommended" values, and
    warned if different and the effect.)
    (Also, a log of which settings have been changed and when.)

    Hi,
    According to your description, it seems like 3rd app process startup with Windows caused this problem.
    In my opinion, it would be better to use Autoruns to check Window Startup items if there is any IE activX start with IE.
    Download Autoruns:
    http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx
    Pleasse use Autoruns to check system startup items carefully, and try to remove 3rd items for test.
    Roger Lu
    TechNet Community Support

  • After installing Mountain Lion, able to connect to Windows Server, but no files are showing up.  What's up with that?

    I've upgraded to Mountain Lion, and since then I have not been able to view folders on a networked server.  Only thing that appears is a folder labeled "/".  Error message comes up whenever it is selected.  This was working with no issues just prior to the upgrade.  Any ideas?

    Exactly the same issue for me.

  • Single Nexus 5548UP- FCoE configuration with multiple server ports

    Hello Everyone,
    I am new to Networking so please bear with me.
    Here is some background information. We have a SINGLE Nexus 5548 UP switch to which we are connecting both the storage and the UCS C240 M3 servers (with CNA). Both the storage and server has 2 ports each going to this nexus switch.
    We want to implement FCoE with this solution.
    Below are the steps (for server ports) that I have followed to configure the nexus. But the port not logging into the SAN (no flogi) with the config.
    Enable Features
    config t
    feature lacp
    feature dot1x
    feature interface-vlan
    feature sshServer
    feature npiv
    end
    Confgure Ethernet Ports - Server 
    configure
    interface ethernet 1/17
    description To_UCS_rack_server_1_FCoE_port_1
    switchport mode trunk
    switchport trunk native vlan 6
    switchport trunk allowed vlan 1,6
    spanning-tree port type edge trunk
    priority-flow-control mode on
    no shutdown
    end
    configure
    interface ethernet 1/18
    description To_UCS_rack_server_1_FCoE_port_2
    switchport mode trunk
    switchport trunk native vlan 6
    switchport trunk allowed vlan 1,6
    spanning-tree port type edge trunk
    priority-flow-control mode on
    no shutdown
    end
    Create VLAN
    configure
    vlan 6
    name FCOE_VLAN
    fcoe vsan 6
    end
    Setup FCoE QOS
    configure terminal
    system qos
    service-policy type qos input fcoe-default-in-policy 
    service-policy type queuing input fcoe-default-in-policy 
    service-policy type queuing output fcoe-default-out-policy 
    service-policy type network-qos fcoe-default-nq-policy 
    end
    Create vfc for Initiators (UCS Servers)
    configure
    interface vfc 17
    bind interface ethernet 1/17
    switchport description virtual_fiber_channel_Server1_Port1
    end
    configure
    interface vfc 18
    bind interface ethernet 1/18
    switchport description virtual_fiber_channel_Server1_Port2
    end
    Adding vFC’s to VSAN
    configure
    vsan database
    vsan 6 interface vfc 17
    vsan 6 interface vfc 18
    Create Zonesets and Zones
    configure
    show flogi database vsan 6      ----> Do not see any pwwn here???
    show fcns database vsan 6
    Any help in the regard would be highly appreciated.
    Cheers,
    KS

    Fixed the issue. "switchport trunk native vlan 6" was causing the issue. Maybe the storage and Servers were not configured with proper VLAN's. I removed the native vlan and everything logged in fine.
    Any how I have configured a single zone with all 3 servers pWWN's. I know single initiator zoning is the way to go.
    Can you please guide me if I can move these servers in their separate zones without any outages?  If it helps, all severs have 2 pWWN's. The current zoneset is active with that single zone.
    Please let me know if you need any additional details.
    Cheers,
    KS

  • PPTP server on ASA 5505 8.2.1

    Hi everyone,
    I am willing to setup a PPTP server on ASA 5505 that is at version 8.2.1.  I have found a lot of documentation on how to do it on a Cisco 800 series, but that doesn't apply to ASA 5505.  When I try to configure VPDN, I only have the option to configure L2TP.  I know there is IPSEC and SSL-VPN functionnality, but I need PPTP.  I don't want to use an internal server to accept PPTP, so I don't want to just set-up PPTP passthrough.
    Is there a way to configure a PPTP server on a ASA 5505?
    Thanks for your help
    Stephane

    PPTP server is never supported on ASA platform.
    PPTP server was supported earlier on PIX platform, however, no longer supported on ASA.

  • Error in workflow mailer configuration - Inbound Email Server

    Hi
    I have Windows 2000 SP4.
    I have installed Oracle Workflow 2.6.3 Standalone as below
    I have installed Oracle Database 10gR1 and Oracle Workflow Server 2.6.3 in same oracle home.
    I have installed Apache HTTP Server 9.0.4 and Workflow Middle Tier in the same oracle home.
    I have finished installation and configuration successfully.
    Now I want to configure mailer parameters.
    I have started Workflow Component Container and Workflow Management Container.
    When I try to enter paramters for mailer I get error in Inbound EMail Account Server Name.
    The error says: Unable to make a network connection.
    I do not want to configure Inbound Mail Server but I need to enter these parameters as they are mandatory.
    I set Inbound Thread Count = 0 so that configuration does not consider parameters for IMAP server.
    My mail server is SMTP server.
    Any idea how to overcome this error and continue with notification mailer configuration?
    Thanks

    You would need to modify all the parameters listed in this script. This script updates each of the mailer and agent listener parameter. You may edit the script to remove all API calls OTHER THAN those for "Workflow Notification Mailer".
    Then update ALL the parameters for "Workflow Notification Mailer" with appropriate values with Inbound Thread Count to 0 and Outbound Thread Count to 1. Inbound Server Name, Account, Inbox, Discard and Processed values can be ignored. Make sure Outbound Server Name is valid SMTP Server name.
    Values like From, HTML Agent should point appropriately as per your env.
    Hope this helps
    Vijay

  • Can anybody know how to configure Multi threaded server?

    Hi
    All,
    Can anybody know how to configure Multi threaded server?
    Thanks,
    Vishal

    Values are just samples only. use what ever appropriate for your environment. Understand each of them before using in production.
    alter system set DISPATCHERS="(PROTOCOL=tcp)(DISPATCHERS=3)(CONNECTIONS=1000)"
    alter system set shared_servers=100
    replace "DEDICATED" with "SHARED" in tns names
    Ready to go.
    select username,server from gv$session (server should show none or shared)

  • COM port are not shown in my applicatio​n

    Hello,
    there is a reason why com ports are not shown on a Xp Embedded Touch Panel? 
    I have to communicate through a serial port in my application but com ports are not shown in Visa Resource Name control ...
    I have included all VISA related things in additional installer ...
    Solved!
    Go to Solution.

    Ok, i checked functionality of COM ports with a non-National Instruments programs and all it's working. Only Labview apps cannot see them.
    On another PC where the Labview app works if i look at installed Programs in NATIONAL INSTRUMENTS section i can see:
    NI VISA RUN TIME 5.1.0
    NI VISA 4.5 for Labview on Windows Mobile/CE
    On the machine where there the problem under National Instruments SW i can see only:
    NI system components
    but i've added in additional installer section of the app installer all VISA related stuff...

  • FPN configured for message server port

    Hello,
    I would like to configure my Consumer Portal to connect to my Producer on port :8101 (the default message server port of the Producer).  However, each time I try with this conifguration FPN breaks and nothing works - can't browse the PCD or see remote roles via Identity Management (when I switch the config back to point to port :50000 in the Producer object on the Consumer it works fine again).  I'm not using a SAP web dispatcher between the two portals but Producer portal is indeed listening on port :8101 since I can hit it directly.  Is this a limitation of FPN?
    My http trace shows an ABORT message when trying to connect with the :8101 configuration.
    The 8101 port is necessary to be configured in order to leverage our clustered load balanced environment which has the 8101 message server port listening and redirecting to a cluster of servers.
    Patrick

    When using Remote Delta Links one can configure the SAP Message Server's RMI-P4 port (3901 by default) for RMI-P4 communication.
    For the HTTP load balancing you cannot configure it to point to the HTTP port of SAP Message Server (8101 by default) only the application server's HTTP port on the Central Instance (e.g. 50000) can be used.
    But don't bother yourselves with this, because SAP recommends using SAP Webdispatcher for HTTP load balancing in FPN scenario, so don't use SAP Message Server directly for HTTP load balancing in the FPN connection setup!

  • How to do a silent configuration of SQL Server 2005 to a static tcp port ?

    Hello,
    I have a SQL server 2005 but after checking the ports of sql server,it is observed that dynamic ports are being used.
    I want to install SQL server 2005 and configure SQL serevr to a static TCP port by using silent mode of installation.There are ways to do it using SQL configuration manager and using server network utility but I want it through the silent mode.
    Please help to assist how this can be achieved through silent mode of installation.

    Hi AshishB,
    According to your description, you want to configure SQL Server to a static TCP port by using silent mode of installation. I recommend you use WMI scripting and the SQL Server WMI provider. After installation, change the TCP/IP port with the script. For
    more information about silent installing with fixed TCP port, you can review the following article.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/914f8b72-3164-47ae-91fb-f7ed6f8ea7e6/silent-install-with-fixed-tcp-port?forum=sqlexpress
    There is detail about how to configure that manual by launching the SQL Server configuration manager, enabling TCP/IP connections, specifying the ports from the command line, you can review the following post.
    http://stackoverflow.com/questions/9138172/enable-tcp-ip-remote-connections-to-sql-server-express-already-installed-databas
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Where is the server address and port stored that is configured in NI License Manager?

    Hi,
      I am trying to configure a silent installation of LabView.  I have tried the specfile and put in the license code etc..  I cannot see a place there to configure a license server address.
    I've run NI License Manager on a reference PC and have configured one there but how can I deploy that config to a number of PCs?  How is it stored and where is it stored?
    thanks
    Paul

    Last question (I promise)
    If I dont have a volume license how do I determine what my 'package' or 'family' is?
    Package
    Syntax: nilmUtil.exe -activate "packagename version"
    Example: nilmUtil.exe -activate "LabVIEW_PDSM_PKG 8.0500" 
    Family
    Syntax: nilmUtil.exe -family "family"
    Example: nilmUtil.exe -family "LabVIEW_ADE_080600" 

  • HT1552 Im setting up a server with the port 25565 and im doing it with Port Map but the problwem is i cant seem to get it to work with my router. it goes through my macmini to the router and the expansion hardrive

    Im setting up a server with the port 25565 and im doing it with Port Map but the problwem is i cant seem to get it to work with my router. it goes through my macmini to the router and the expansion hardrive

    Im setting up a server with the port 25565 and im doing it with Port Map but the problwem is i cant seem to get it to work with my router. it goes through my macmini to the router and the expansion hardrive

  • How do I fix "Domain not configured This domain points to a Wikimedia Foundation server, but is not configured on this server."

    The message
    Domain not configured
    This domain points to a Wikimedia Foundation server, but is not configured on this server.
    That’s all we know.
    Keeps appearing for different sites I use. First it was Facebook then Fanfiction.net and others.
    It's driving me nuts. I'm fine and going about my business on either site and then I go to a new page and boom I get slapped with that "Domain not configured" message and can not access the page or any other page under that domain name.
    I've cleared my cookies, history and other private data on all three of the Internet applications I use (Safari, Chome, Firefox) and I still can not access those pages on any Internet app.
    I don't understand it and I'm really starting to hate wikipedia.
    Any help is much appreciated. I'm running out of hair to pull.
    10.8.2 on a Macbook Pro Retina.

    Please read this whole message and be sure you understand all of it before doing anything. Back up all data before making changes to your settings.
    Write down the server addresses.
    Click Cancel to close the Advanced sheet. Unlock the preference pane, if necessary, by clicking the lock icon in the lower left corner and entering your password. Open the DNS tab again and change the server addresses to the following:
    8.8.8.8
    8.8.4.4
    That's Google DNS. Click OK, then Apply.
    In Safari, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. If you’re using another browser, empty the cache. Test. Any difference?
    Notes:
    1. If you lose Internet access after making the above change to your network settings, delete the Google servers in the Network preference pane, then select the TCP/IP tab and click Renew DHCP Lease. That should restore the original DNS settings; otherwise restore them yourself.
    2. I’m not advocating Google or anything else as a DNS provider; the server addresses are offerred merely for testing purposes. There may be privacy and technical issues involved in using that service, which you should investigate personally before you decide whether to keep the settings. Other public DNS services exist.

Maybe you are looking for