Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Saeed42
  • Order by date
  1. Saeed42

    ACL on Serial 0/0.1 Incoming

    The order of the access list is crucial as once a match is found is acted upon and no further action is taken, so if you have permit any host xx.xxx.xxx.xxx eq 25 and then deny host xx.xx.xx.xx host xxx.xxx.xx.xxx eq 25 this will never get to the deny statement as the permit any would allow any...
  2. Saeed42

    Question on Route-Maps

    I would've probably use combination of route-map and NAT for this http://www.cisco.com/en/US/tech/tk648/tk361/tk438/tech_protocol_home.html ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Don't be content with being average. Average is as close to the bottom as it is to the top...
  3. Saeed42

    ACL on Serial 0/0.1 Incoming

    instead of blocking only TCP why don't you block IP from those networks, if your email comes from your ISP best thing to do is only to allow SMTP from your ISP's mail servers, and block everything else accept established sessions that is if you don't have any other services (i.e...
  4. Saeed42

    Radius, PPP, and dynamic routing

    We have radius authenticating our remote users (PPP) and that works fine, we have specific group profiles on the radius and that determines what IP user gets and timeouts and so on, now I'm trying to inject route into the NAS using the ip:rout AV-pair, we now have to put a static route in our...
  5. Saeed42

    Tacacs+, Cisco PIX and enable password

    Any ideas ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Don't be content with being average. Average is as close to the bottom as it is to the top ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6. Saeed42

    Search and Replace Strings inside "text" fields

    I had a similar problem a while a ago, and I modified the PHP script that used to query the db and display the result so the script with a regular expression searches for the text I wanted to change and replace it on the fly. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Don't be content with being...
  7. Saeed42

    Replication problem

    Don't pay attention to the bit about rebooting the system that was lack of sleep, the log only shows when the system is shutting down and stopping all the services. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Don't be content with being average. Average is as close to the bottom as it is to the...
  8. Saeed42

    Can't log into MySQL

    If I was You I would probably reset the root password for Mysql and see if that solves the problem http://www.mysql.com/doc/en/Resetting_permissions.html ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Don't be content with being average. Average is as close to the bottom as it is to the top...
  9. Saeed42

    Replication problem

    I'm trying to setup two mysql servers so that one is a slave and always in sync with the master. I read the Mysql manual and did everything or at least I think I did but I still have a problem where the slave crashes out after full reboot and gives the following error message 040120...
  10. Saeed42

    Tacacs+, Cisco PIX and enable password

    We use Tacacs to authenticate SSH connections to the firewall and use the local enable password to go into enable mode, now we wanted to use the Tacacs for enable as well just like we do with our routers, but this is proofing to be difficult to say the least, as soon as I setup enable to be...
  11. Saeed42

    The Joys of IPtables

    Server IP address is 192.168.253.157 and the test firewall is 192.168.253.139 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Don't be content with being average. Average is as close to the bottom as it is to the top ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  12. Saeed42

    The Joys of IPtables

    We have server which we use as a tftp server and everything seems to work fine but PIX firewall, after close investigation I realised that the pix connects to the firewall on the normal tftp port then the server connects to the pix to a random port and the source port is 12345 the firewall...
  13. Saeed42

    Is DNS-Bind misbehaving?

    For example if I do nslookup server xxx.xxx.xxx.xxx set q=any waryaa.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Don't be content with being average. Average is as close to the bottom as it is to the top ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  14. Saeed42

    Is DNS-Bind misbehaving?

    We've moved our DNS servers from Suse to Red Hat 9/bind-9.2.1-16 and everything went very smoothly indeed, now when I do certain queries I get the following com nameserver = K.GTLD-SERVERS.NET com nameserver = L.GTLD-SERVERS.NET com nameserver = M.GTLD-SERVERS.NET com...
  15. Saeed42

    PIX and TFTP on Red Hat 9

    We have the TCP wrappers enabled and they are allowing tacacs+, NTP, syslog and tftp for our range. The strange thing is to login into the firewall I have to be authenticated by the same server that is running the tftp server and that works like a charm, but as soon as we try to backup the...
  16. Saeed42

    PIX and TFTP on Red Hat 9

    All the firewalls see the Server as we use TACACS+ to authenticate ssh sessions from the same server, we also use the same server as Syslog server and the firewalls seem to have no problem logging to the remote syslog server, the server uses IPtables, which I disabled just to make but to no joy...
  17. Saeed42

    PIX and TFTP on Red Hat 9

    This is the only line in the config that relates to the TFTP-server "tftp-server inside 10.10.10.10 pix" which never changed and worked fine with our old TFTP server. judging from the error msg in the syslog it sounds like the new tftp-server doesn't like the write command that pix...
  18. Saeed42

    PIX and TFTP on Red Hat 9

    We used have TFTP server running on an old Suse machine and we decided to replace it with a new machine with Red Hat 9, now we have a small problem, the TFTP server seems to work ok with the routers but as soon as we try to backup pix configs we get the following error in the syslog...
  19. Saeed42

    authentication enable, Tacacs+

    Anyone ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Don't be content with being average. Average is as close to the bottom as it is to the top ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  20. Saeed42

    Tacacs+ and Groups

    The only thing each group seems to have is list of what commands they can execute and group password. Do you remember what commands you had in your tacacs+ config file? I'm pretty sure the Linux and the Windows version are probably similar and seeing that config file would probably point me to...

Part and Inventory Search

Back
Top