Persian Networks
تبلیغات در Persian Networks

به انجمن Perisan Networks خوش آمدید.
این انجمن محیطی برای بحث و تبادل نظر در مورد مسائل مختلف موجود در شبکه های کامپیوتری است. در این انجمن می توانید پرسشهای خود را مطرح نمایید و در مورد آنها با دیگران به تبادل نظر بپردازید، از تجربیات دیگران استفاده کنید و تجربیات و دانش خود را با دیگران به اشتراک بگذارید.
مشاهده مطالب نوشته شده و خواندن نوشته های دیگران آزاد است، ولی برای دسترسی به تمامی قابلیتهای انجمن (نظیر نوشتن مطلب و دریافت فایل ها و ...) حتما باید ثبت نام کنید. پیش از ثبت نام قوانین انجمن به شما نمایش داده می شود، خواهشمندیم حتما با دقت قوانین را مطالعه فرمایید.

برای ثبت نام در انجمن از این صفحه استفاده کنید.

اگر در حین ثبت نام و یا ورود به انجمن با مشکلی مواجه شدید، از طریق این صفحه و با پر کردن فرم مربوطه به مدیر انجمن اطلاع دهید تا مشکلتان بررسی و برطرف گردد.

Go Back   Persian Networks > پرسش و پاسخ > Linux -ا-
ثبت نام قوانین انجمن جستجو نوشته های امروز علامت گذاری انجمن ها به عنوان خوانده شده


ارسال پاسخ
 
LinkBack امکانات بيشتر جستجو در اين بحث رتبه بدهيد نحوه نمايش
Old 2008-02-25, 05:20 PM   #1 (permalink)
(Alireza HBB)
Registered User
 
Alux's Avatar
 
Join Date: Jan 2006
Location: Tehran
نوشته ها: 1,526
Thanks: 343
Thanked 232 Times in 143 Posts
Groans: 37
Groaned at 17 Times in 11 Posts
معرفی یک فایروال فوق العاده

درود خدمت همه دوستان انجمن

pfSense یک فایروال اپن سورس کامل و رایگان مبتنی بر FreeBSD، با اینتر فیس تحت وب هست که

می تونه به عنوان یک روتر یا فایروال استفاده بشه ، شامل Future هاس زیادی هست که خیلی کاره

آدم رو راه می ندازه من که بشخصه خیلی باهاش حال کردم ، فکر کنم اگه رو سخت افزار توپی ببندید

به راحتی می تونید بسیاری از کار های یک فایروال سخت افزاری رو داشته باشید

لیستی از امکانات PFSENSE رو میبینید :



نقل قول:
Firewall

  • Filtering by source and destination IP, IP protocol, source and destination port for TCP and UDP traffic
  • Able to limit simultaneous connections on a per-rule basis
  • pfSense utilizes p0f, an advanced passive OS/network fingerprinting utility to allow you to filter by the Operating System initiating the connection. Want to allow FreeBSD and Linux machines to the Internet, but block Windows machines? pfSense can do so (amongst many other possibilities) by passively detecting the Operating System in use.
  • Option to log or not log traffic matching each rule.
  • Highly flexible policy routing possible by selecting gateway on a per-rule basis (for load balancing, failover, multiple WAN, etc.)
  • Aliases allow grouping and naming of IPs, networks and ports. This helps keep your firewall ruleset clean and easy to understand, especially in environments with multiple public IPs and numerous servers.
  • Transparent layer 2 firewalling capable - can bridge interfaces and filter traffic between them, even allowing for an IP-less firewall (though you probably want an IP for management purposes).
  • Packet normalization - Description from the pf scrub documentation - "'Scrubbing' is the normalization of packets so there are no ambiguities in interpretation by the ultimate destination of the packet. The scrub directive also reassembles fragmented packets, protecting some operating systems from some forms of attack, and drops TCP packets that have invalid flag combinations."
    • Enabled in pfSense by default
    • Can disable if necessary. This option causes problems for some NFS implementations, but is safe and should be left enabled on most installations.
  • Disable filter - you can turn off the firewall filter entirely if you wish to turn pfSense into a pure router.
State Table

The firewall's state table maintains information on your open network connections. pfSense is a stateful firewall, by default all rules are stateful.
Most firewalls lack the ability to finely control your state table. pfSense has numerous features allowing granular control of your state table, thanks to the abilities of OpenBSD's pf.
  • Adjustable state table size - there are multiple production pfSense installations using several hundred thousand states. The default state table size is 10,000, but it can be increased on the fly to your desired size. Each state takes approximately 1 KB of RAM, so keep in mind memory usage when sizing your state table. Do not set it arbitrarily high.
  • On a per-rule basis:
    • Limit simultaneous client connections
    • Limit states per host
    • Limit new connections per second
    • Define state timeout
    • Define state type
  • State types - pfSense offers multiple options for state handling.
    • Keep state - Works with all protocols. Default for all rules.
    • Modulate state - Works only with TCP. pfSense will generate strong Initial Sequence Numbers (ISNs) on behalf of the host.
    • Synproxy state - Proxies incoming TCP connections to help protect servers from spoofed TCP SYN floods. This option includes the functionality of keep state and modulate state combined.
    • None - Do not keep any state entries for this traffic. This is very rarely desirable, but is available because it can be useful under some limited circumstances.
  • State table optimization options - pf offers four options for state table optimization.
    • Normal - the default algorithm
    • High latency - Useful for high latency links, such as satellite connections. Expires idle connections later than normal.
    • Aggressive - Expires idle connections more quickly. More efficient use of hardware resources, but can drop legitimate connections.
    • Conservative - Tries to avoid dropping legitimate connections at the expense of increased memory usage and CPU utilization.
Network Address Translation (NAT)


  • Port forwards including ranges and the use of multiple public IPs
  • 1:1 NAT for individual IPs or entire subnets.
  • Outbound NAT
    • Default settings NAT all outbound traffic to the WAN IP. In multiple WAN scenarios, the default settings NAT outbound traffic to the IP of the WAN interface being used.
    • Advanced Outbound NAT allows this default behavior to be disabled, and enables the creation of very flexible NAT (or no NAT) rules.
  • NAT Reflection - in some configurations, NAT reflection is possible so services can be accessed by public IP from internal networks.
NAT Limitations

  • PPTP and GRE Limitation - The state tracking code in pf for the GRE protocol can only track a single session per public IP per external server. This means if you use PPTP VPN connections, only one internal machine can connect simultaneously to a PPTP server on the Internet. A thousand machines can connect simultaneously to a thousand different PPTP servers, but only one simultaneously to a single server. The only available work around is to use multiple public IPs on your firewall, one per client, or to use multiple public IPs on the external PPTP server. This is not a problem with other types of VPN connections.
  • SIP Limitation - By default, all TCP and UDP traffic other than SIP and IPsec gets the source port rewritten. More information on this can be found in the static port documentation. Because this source port rewriting is how pf tracks which internal IP made the connection to the given external server, and most all SIP traffic uses the same source port, only one SIP device can connect simultaneously to a single server on the Internet. Unless your SIP devices can operate with source port rewriting (most can't), you cannot use multiple phones with a single outside server without using a dedicated public IP per device. The sipproxd package will provide a work around for this issue, and is currently under development.
  • NAT Reflection limitations - NAT reflection can only be used with port ranges less than 500 ports and cannot be used with 1:1 NAT hosts.
Redundancy

CARP from OpenBSD allows for hardware failover. Two or more firewalls can be configured as a failover group. If one interface fails on the primary or the primary goes offline entirely, the secondary becomes active. pfSense also includes configuration synchronization capabilities, so you make your configuration changes on the primary and they automatically synchronize to the secondary firewall.
pfsync ensures the firewall's state table is replicated to all failover configured firewalls. This means your existing connections will be maintained in the case of failure, which is important to prevent network disruptions.
Limitations

  • Only works with static public IPs, does not work with DHCP, PPPoE, PPTP, or BigPond type WANs (will be resolved in a future release)
  • Requires a minimum of three public IP addresses (will be resolved in a future release)
  • Backup firewalls are idle (active-passive failover), no active-active clustering is possible at this time.
  • Failover is not instantaneous, it takes about 5 seconds to switch a backup host to master. During this time no traffic will be passed, but existing states will maintain connectivity after failover is completed. This 5 second outage during a failure isn't even noticeable in most environments.
Load Balancing

Outbound Load Balancing

Outbound load balancing is used with multiple WAN connections to provide load balancing and failover capabilities. Traffic is directed to the desired gateway or load balancing pool on a per-firewall rule basis.
Inbound Load Balancing

Inbound load balancing is used to distribute load between multiple servers. This is commonly used with web servers, mail servers, and others. Servers that fail to respond to ping requests or TCP port connections are removed from the pool.
Limitations

  • Equally distributes load between all available servers - unable to unequally distribute load between servers at this time.
  • Only checks if the server responds to pings or TCP port connections. Cannot check if the server is returning valid content.
VPN

pfSense offers three options for VPN connectivity, IPsec, OpenVPN, and PPTP.
IPsec

IPsec allows connectivity with any device supporting standard IPsec. This is most commonly used for site to site connectivity to other pfSense installations, other open source firewalls (m0n0wall, etc.), and most all commercial firewall solutions (Cisco, Juniper, etc.). It can also be used for mobile client connectivity.
Limitations

  • NAT-T is not supported, which means mobile clients behind NAT are not supported. This limits pfSense's usefulness with mobile IPsec clients. OpenVPN or PPTP is a better solution.
  • Only one end of an IPsec tunnel can have a dynamic IP address.
  • Some of the more advanced capabilities of ipsec-tools are not yet supported, including DPD, XAuth, NAT-T, and others.
OpenVPN

OpenVPN is a flexible, powerful SSL VPN solution supporting a wide range of client operating systems. See the OpenVPN website for details on its abilities.
Limitations

  • Not all of the capabilities of OpenVPN are supported yet. Support for virtually all of OpenVPN's capabilities will be included in the next release.
  • Filtering of OpenVPN traffic is not yet possible. Support for this will be in the next release.
PPTP Server

PPTP is a popular VPN option because nearly every OS has a built in PPTP client, including every Windows release since Windows 95 OSR2. See this Wikipedia article for more information on the PPTP protocol.
The pfSense PPTP Server can use a local user database, or a RADIUS server for authentication. RADIUS accounting is also supported. Firewall rules on the PPTP interface control traffic initiated by PPTP clients.
Limitations

  • Because of limitations in pf NAT, when the PPTP Server is enabled, PPTP clients cannot use the same public IP for outbound PPTP connections. This means if you have only one public IP, and use the PPTP Server, PPTP clients inside your network will not work. The work around is to use a second public IP with Advanced Outbound NAT for your internal clients. See also the PPTP limitation under NAT on this page.
PPPoE Server

pfSense offers a PPPoE server. For more information on the PPPoE protocol, see this Wikipedia entry. A local user database can be used for authentication, and RADIUS authentication with optional accounting is also supported.
Reporting and Monitoring


RRD Graphs

The RRD graphs in pfSense maintain historical information on the following.
  • CPU utilization
  • Total throughput
  • Firewall states
  • Individual throughput for all interfaces
  • Packets per second rates for all interfaces
  • WAN interface gateway(s) ping response times
  • Traffic shaper queues on systems with traffic shaping enable
Real Time Information

Historical information is important, but sometimes it's more important to see real time information.
SVG graphs are available that show real time throughput for each interface.
For traffic shaper users, the Status -> Queues screen provides a real time display of queue usage using AJAX updated gauges.
The front page includes AJAX gauges for display of real time CPU, memory, swap and disk usage, and state table size.
Dynamic DNS

A Dynamic DNS client is included to allow you to register your public IP with a number of dynamic DNS service providers.
  • DynDNS
  • DHS
  • DyNS
  • easyDNS
  • No-IP
  • ODS.org
  • ZoneEdit
A client is also available for RFC 2136 dynamic DNS updates, for use with DNS servers like BIND which support this means of updating.
Limitations

  • Only works on primary WAN interface - multi-WAN support not available at this time.
  • Can only update one account with a single provider.
  • Only works when pfSense has the public IP assigned to one of its interfaces. If you have a modem that obtains your public IP and gives pfSense a private IP, the private IP will be registered with the provider.
Captive Portal

Captive portal allows you to force authentication, or redirection to a click through page for network access. This is commonly used on hot spot networks, but is also widely used in corporate networks for an additional layer of security on wireless or Internet access. For more information on captive portal technology in general, see the Wikipedia article on the topic. The following is a list of features in the pfSense Captive Portal.
  • Maximum concurrent connections - Limit the number of connections to the portal itself per client IP. This feature prevents a denial of service from client PCs sending network traffic repeatedly without authenticating or clicking through the splash page.
  • Idle timeout - Disconnect clients who are idle for more than the defined number of minutes.
  • Hard timeout - Force a disconnect of all clients after the defined number of minutes.
  • Logon pop up window - Option to pop up a window with a log off button.
  • URL Redirection - after authenticating or clicking through the captive portal, users can be forcefully redirected to the defined URL.
  • MAC filtering - by default, pfSense filters using MAC addresses. If you have a subnet behind a router on a captive portal enabled interface, every machine behind the router will be authorized after one user is authorized. MAC filtering can be disabled for these scenarios.
  • Authentication options - There are three authentication options available.
    • No authentication - This means the user just clicks through your portal page without entering credentials.
    • Local user manager - A local user database can be configured and used for authentication.
    • RADIUS authentication - This is the preferred authentication method for corporate environments and ISPs. It can be used to authenticate from Microsoft Active Directory and numerous other RADIUS servers.
  • RADIUS capabilities
    • Forced re-authentication
    • Able to send Accounting updates
    • RADIUS MAC authentication allows captive portal to authenticate to a RADIUS server using the client's MAC address as the user name and password.
    • Allows configuration of redundant RADIUS servers.
  • HTTP or HTTPS - The portal page can be configured to use either HTTP or HTTPS.
  • Pass-through MAC and IP addresses - MAC and IP addresses can be white listed to bypass the portal. Any machines with NAT port forwards will need to be bypassed so the reply traffic does not hit the portal. You may wish to exclude some machines for other reasons.
  • File Manager - This allows you to upload images for use in your portal pages.
Limitations

  • Can only run on one interface simultaneously.
  • "Reverse" portal, i.e. capturing traffic originating from the Internet and entering your network, is not possible.
  • Only entire IP and MAC addresses can be excluded from the portal, not individual protocols and ports.
  • Currently not compatible with multi-WAN rules (will be fixed in the next release)
DHCP Server and Relay

pfSense includes both DHCP Server and Relay functionality

اسکرین شات هایی از محیط برنامه


دانلود Image فقط با حجم 26 مگ دانلود

پس از دانلود بصورت Image اونو رایت کرده با سیدی بووت بشید و نصب کنید

اطلاعات بیشتر
http://www.pfsense.org
__________________
Alux @ Dci . IR
A.Habibi@Datak-Telecom.net
Alux is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
پاسخ به همراه نقل قول
10 سپاس و تایید
ali_aaa (2008-03-25), darklove (2008-09-10), Jix (2008-06-13), M-r-r (2008-09-09), nkm (2008-10-06), offers2you (2008-03-01), power (2008-10-08), Reza_reza_reza (2008-03-17), sky_star2 (2008-10-06), webgard3 (2008-02-25)
تبلیغات

تبلیغات در Persian Networks
Old 2008-09-09, 10:06 AM   #2 (permalink)
(farzaneh a)
Registered User
 
Join Date: Aug 2008
Location: esfahan
نوشته ها: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
سلام
من این فایروال رو روی نرم افزار vmware نصب کردم ولی موفق به ورود به سایت آن یعنی محیط گرافیکی آن نشدم .باید چی کار کنم؟؟؟
farzaneh22 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
پاسخ به همراه نقل قول
Old 2008-09-10, 09:03 AM   #3 (permalink)
(( حسن رئیسی ))
Registered User
 
hraeissi's Avatar
 
Join Date: Oct 2007
Location: تهران-ایران
نوشته ها: 440
Thanks: 5
Thanked 133 Times in 86 Posts
Groans: 3
Groaned at 3 Times in 3 Posts
ممنون از معرفیتان .
منم به شما SmothWall را معرفی میکنم
بد نیست امتحان کنید
__________________
هیچ می دانی فرصتی که از آن بهره نمی گیری ، آرزوی دیگران است؟! جک لندن
http://www.raeissi.ir
hraeissi is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
پاسخ به همراه نقل قول
Old 2008-10-06, 07:42 AM   #4 (permalink)
nkm
(Ali Niknam)
مدیر بخش Proxy/Cache/Firewall
 
nkm's Avatar
 
Join Date: Mar 2003
Location: Shiraz - Fars - Iran
نوشته ها: 1,948
Thanks: 26
Thanked 62 Times in 54 Posts
Groans: 1
Groaned at 1 Time in 1 Post
,لی جان
هنوز داری با این کار میکنی؟؟؟

راضی هستی؟
چیز بهتری پیدا نکردی؟؟؟
__________________
علی نیکنام
ali { a@t } niknam.ir
nkm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
پاسخ به همراه نقل قول
Old 2008-10-06, 08:37 AM   #5 (permalink)
(saman)
Registered User
 
Join Date: Apr 2008
نوشته ها: 82
Thanks: 0
Thanked 5 Times in 4 Posts
Groans: 0
Groaned at 1 Time in 1 Post
سلام
ممنون از معرفی فایروال لطفا نحوه ورود به کنسول گرافیکی هم توضیح بدید ممنون میشم
saman608 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
پاسخ به همراه نقل قول
Old 2008-10-06, 08:59 AM   #6 (permalink)
(yasser)
Registered User
 
Join Date: Oct 2007
نوشته ها: 201
Thanks: 42
Thanked 6 Times in 6 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
سلام

جناب رئیسی اگه ممکنه لینک دانلود نرم افزار SmothWall و توضیحاتی درباره اون در انجمن بزارید ممنون میشم
yasser6431 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
پاسخ به همراه نقل قول
Old 2008-10-06, 09:29 PM   #7 (permalink)
Registered User
 
hyper's Avatar
 
Join Date: Mar 2005
نوشته ها: 61
Thanks: 13
Thanked 4 Times in 4 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Icon1 pfsense

نقل قول:
نقل از yasser6431 View Post
سلام

جناب رئیسی اگه ممکنه لینک دانلود نرم افزار SmothWall و توضیحاتی درباره اون در انجمن بزارید ممنون میشم
با سلام

آقای علی رضا خان خیلی ممنون از پست های خوبت و راهنمایی های شما
من این فایروال رو تست کردم ولی در عمل وقتی زیر بار هستند جالب نیستن .
علاوه بر pfsense من smoothwall-ipcop-redwall-endian firewall و حتی comixwall که بر پایه OpenBSD هست رو زیر بار امتحان کردم .............. حداقل 300 کاربر آن لاین . ولی هیچ کدوم مثل سرور و سرویس دهنده ای نیست که خود آدم با وسواس و دقت خودش و حتی با کمک کسانی مثل شما برقرار میکنه !!! و یک سرور خوب با توجه به نیازهای خودش و شبکه کاریش بر پا میکنه .
به هر حال امیدوارم موفق و خوش باشین
بای
hyper is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
پاسخ به همراه نقل قول
تبلیغات

تبلیغات در Persian Networks
Old 2008-10-06, 11:23 PM   #8 (permalink)
aka
(Aka)
Registered User
 
aka's Avatar
 
Join Date: Feb 2005
نوشته ها: 1,206
Thanks: 31
Thanked 89 Times in 59 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Flexibility از میکروتیک بیشتر برادر*؟
__________________
Aka ...
Aka @َAka.ir
aka is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
پاسخ به همراه نقل قول
Old 2008-10-07, 12:26 PM   #9 (permalink)
nkm
(Ali Niknam)
مدیر بخش Proxy/Cache/Firewall
 
nkm's Avatar
 
Join Date: Mar 2003
Location: Shiraz - Fars - Iran
نوشته ها: 1,948
Thanks: 26
Thanked 62 Times in 54 Posts
Groans: 1
Groaned at 1 Time in 1 Post
میکروتیک کش هم میکنه؟؟؟
__________________
علی نیکنام
ali { a@t } niknam.ir
nkm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
پاسخ به همراه نقل قول
Old 2008-10-08, 03:41 PM   #10 (permalink)
(محمد بازویی)
Registered User
 
power's Avatar
 
Join Date: Mar 2006
نوشته ها: 263
Thanks: 55
Thanked 8 Times in 8 Posts
Groans: 1
Groaned at 4 Times in 2 Posts
نصبت به IPtable چطوره ؟؟؟
اینم تویه Search پیدا کردم :
__________________
:::اگه بخوای می تونی:::
محمد ابراهیم بازویی

آخرین ویرایش توسط power در 2008-10-08 ساعت 03:48 PM.
power is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
پاسخ به همراه نقل قول
Old 2008-10-08, 06:12 PM   #11 (permalink)
(Mohammad Hakimi)
Administrator
 
koorosh's Avatar
 
Join Date: Dec 2002
Location: Iran - Tehran
نوشته ها: 4,270
Thanks: 79
Thanked 400 Times in 187 Posts
Groans: 8
Groaned at 12 Times in 6 Posts
Mikrotik کش هم داره.

تقریبا اکثر این Solution ها (آنهایی که تحت Linux هستند، نظیر Smoothwall, IPCop, ...) از IPTables استفاده می کنند.
__________________
محمد حکیمی
mh [a t] mhme.net
koorosh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
پاسخ به همراه نقل قول
Old 2008-10-09, 09:13 AM   #12 (permalink)
(Peyman Yousefi)
Registered User
 
darklove's Avatar
 
Join Date: Oct 2005
Location: ABHAR
نوشته ها: 1,615
Thanks: 13
Thanked 83 Times in 67 Posts
Groans: 0
Groaned at 4 Times in 4 Posts
Icon1

نقل قول:
نقل از koorosh View Post
Mikrotik کش هم داره.

تقریبا اکثر این Solution ها (آنهایی که تحت Linux هستند، نظیر Smoothwall, IPCop, ...) از IPTables استفاده می کنند.
بله , اکثرشون از Iptable استفاده میکنند.
فقط لینوکس
__________________
لحظه ای پاک بزرگ دل به دریا زد و رفت
Metal_S2004@Yahoo.CoM
darklove is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
پاسخ به همراه نقل قول
Old 2008-10-10, 02:12 AM   #13 (permalink)
(amin djoneidi)
سرپرست بخش Wireless
 
almas455's Avatar
 
Join Date: Nov 2004
Location: persia
نوشته ها: 2,466
Thanks: 21
Thanked 426 Times in 321 Posts
Groans: 2
Groaned at 7 Times in 5 Posts
توی این فایروال هایی که اپن سورس هستند این از همه سرتر هست البته به نظر منm0n0wall
__________________
هیچ اگر سایه پذیرد ما همان سایه هیچیم
In God We Trust
almas455 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
پاسخ به همراه نقل قول
Old 2008-10-10, 01:34 PM   #14 (permalink)
(hojat askari)
Registered User
 
Join Date: Oct 2008
Location: abadan
نوشته ها: 7
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
untangle هم خوب است.

کس کیر کون جنده کسکش لسبین لزبین گی آویزون دختر سکسی کیر کلفت گشاد فاک -18 +18 sex fuck pussy dick cock fucky lesbian gay hardcore anal oral bitch pink pussy penis valvue mother fucker baby bondage bizzari blond black big بل سینه پستان کردن sexy sexi xxx XXL XXX
cisco2000 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
پاسخ به همراه نقل قول
1 سپاس و تایید
offers2you (2008-10-10)
تبلیغات

تبلیغات در Persian Networks
Old 2008-10-10, 02:27 PM   #15 (permalink)
(مرتضی نکویی)
Registered User
 
offers2you's Avatar
 
Join Date: Sep 2004
Location: اصفهان
نوشته ها: 290
Thanks: 72
Thanked 39 Times in 31 Posts
Groans: 1
Groaned at 0 Times in 0 Posts
نقل قول:
نقل از cisco2000 View Post
untangle هم خوب است.

کس کیر کون جنده کسکش لسبین لزبین گی آویزون دختر سکسی کیر کلفت گشاد فاک -18 +18 sex fuck pussy dick cock fucky lesbian gay hardcore anal oral bitch pink pussy penis valvue mother fucker baby bondage bizzari blond black big بل سینه پستان کردن sexy sexi xxx XXL XXX
با سلام و عرض ادب
البته فایروالهای مذکور به هیچ وجه برای شبکه های اینترپرایز طراحی نشده اند (علیرغم قابلیتهای نسبتا خوب آنها).
ولی میکروتیک با توجه به قابلیت Customization نسبتا بالایش بیشتر قابل توجه هست ، ولی باز هم سیاستهای مورد نیاز شبکه است که ما را در انتخاب یک فایروال مناسب کمک میکند .
موفق و پیروز باشید
__________________
مرتضی نکویی
cisco.ir@gmail.com
Toward Achievement
offers2you is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
پاسخ به همراه نقل قول
ارسال پاسخ


امکانات بيشتر جستجو در اين بحث
جستجو در اين بحث:

جستجوی پیشرفته
نحوه نمايش Rate This Thread
Rate This Thread:

قواعد نوشتن
ارسال مطالب جدید: not مجاز
ارسال پاسخ: not مجاز
ارسال ضمیمه: not مجاز
ویرایش نوشته های خود: not مجاز

کدهای vB: مجاز
شکلک ها: مجاز
کدهای [IMG]: مجاز
کدهای HTML: غیر مجاز
Trackbacks are مجاز
Pingbacks are مجاز
Refbacks are مجاز


مطالب مشابه
مطلب آغازگر انجمن پاسخ آخرین نوشته
فروش فوق العاده VPNبسیار ارزان s.scisco بازارچه -ا- 43 2007-05-08 04:26 PM
جشنواره زمستانه فروش فوق العاده محصولات Cisco انديشه نگاران دوران vahsha1 بازارچه -ا- 6 2006-12-29 12:16 PM
با کاربرد فایروال آشنا شویم subzero_icecity Proxy / Cache / Firewall -ا- 2 2006-12-02 12:59 PM
شبکه VPN چیست؟ masood_y مقالات عمومی شبکه -ا- 0 2005-08-02 12:11 PM
درباره DNS masood_y مقالات عمومی شبکه -ا- 0 2005-06-01 09:08 PM




تمام زمان ها برپایه ساعت جهانی (GMT - گرینویچ) +3.5 می‌باشد.
اکنون ساعت 02:11 AM است.


Powered by vBulletin® Version 3.6.9
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.