View Full Version : قطعی اتوماسیون اداری در هنگام اتصال به اینترنت
Fastdesign
سه شنبه 24 دی 1392, 13:13 عصر
با سلام
در یک شبکه داخلی Lan ، که چند سیستم به هم متصل هستند زمانی که می خوام تو سیستم خودم به اینترنت وصل بشم اتوماسیون اداری قطع میشه ولی برنامه های دیگه که در شبکه داخلی از طریق سرور اجرا میشن کار می کنن.
اگه اینترنت رو قطع کنم ، اتوماسیون کار می کنه! ولی با اتصال به اینترنت اتوماسیون قطع میشه!
نوع شبکه Workgroup است.IP ها و Subnet Mask ها همه در یک رنج قرار دارن. Firewall رو هم off کردم.
دوستان علت قطعی اتوماسیون اداری در هنگام اتصال به اینترنت میتونه از چی باشه؟
razeghi_loved
سه شنبه 24 دی 1392, 15:38 عصر
می شه توضیح بدین چه طوری به اینترنت وصل می شوین؟
cybercoder
سه شنبه 24 دی 1392, 17:16 عصر
سرور اتوماسیونتون کجاست
Fastdesign
چهارشنبه 25 دی 1392, 07:12 صبح
از ویندوز xp استفاده می کنم.
از اینترنت Adsl استفاده می کنم و برای اتصال هم کانکشن دارم.
ip ها رو در شبکه بصورت دستی وارد کردیم.
سرور اتوماسیونتون کجاست
ما در شهرستان هستیم سرور در مرکز استان قرار دارد.
razeghi_loved
چهارشنبه 25 دی 1392, 07:51 صبح
می شه در مورد شبکه خودتون یه توضیحی بدین
سرور اتوماسیون چه طوری بهش وصل هستین از طریق اینترنت یا رادیو؟
اینترنت و اتوماسیون شما دوتا رنج مختلف هستند و شما هم با کانکشن وصل می شی و وقتی این طوری باشه یعنی دیگه عملاً به اتوماسیون نمی تونی وصل بشی اگر این طوری هست باید حتماً یک route دستی بنویسی
hraeissi
چهارشنبه 25 دی 1392, 11:24 صبح
از ویندوز xp استفاده می کنم.
از اینترنت Adsl استفاده می کنم و برای اتصال هم کانکشن دارم.
ip ها رو در شبکه بصورت دستی وارد کردیم.
ما در شهرستان هستیم سرور در مرکز استان قرار دارد.
اینطوری متوجه شدم که شما بدون هیچ موردی وقتی سیستم را روشن می کنید میتوانید به اتوماسیون که در محل دیگری است وصل بشوید و وقتی که میخواهید به اینترنت متصل شوید بایستی کانکشن بزنید به مودم و اینترنت بگیرید که در این حالت قطع می شوید .درسته ؟
Identifier
چهارشنبه 25 دی 1392, 11:34 صبح
اینطوری متوجه شدم که شما بدون هیچ موردی وقتی سیستم را روشن می کنید میتوانید به اتوماسیون که در محل دیگری است وصل بشوید و وقتی که میخواهید به اینترنت متصل شوید بایستی کانکشن بزنید به مودم و اینترنت بگیرید که در این حالت قطع می شوید .درسته ؟
این چیزی که من متوجه شدم مشکل ایشون اینه :
ما در شهرستان هستیم سرور در مرکز استان قرار دارد. وقتی به اینترنت وصل میشه گیت وی پیشفرض میشه ای دی اس ال و باعث میشه اینترنال روتینگ را از دست بده . برای حلش میشه یک استاتیک روت اد کنه برای آی پی اون سرور روی سیستم خودش .
Fastdesign
چهارشنبه 25 دی 1392, 13:29 عصر
اینطوری متوجه شدم که شما بدون هیچ موردی وقتی سیستم را روشن می کنید میتوانید به اتوماسیون که در محل دیگری است وصل بشوید و وقتی که میخواهید به اینترنت متصل شوید بایستی کانکشن بزنید به مودم و اینترنت بگیرید که در این حالت قطع می شوید .درسته ؟
بله درسته!
راه حل چیه!
razeghi_loved
چهارشنبه 25 دی 1392, 13:53 عصر
من همون اول اشاره کردم اما کو چشم بینا.
route به صورتی دستی بنویس
route [-f] [-p] [Command [Destination] [mask Netmask] [Gateway] [metric Metric]] [if Interface]]
================================================== ===========
Parameters
-f: Clears the routing table of all entries that are not host routes (routes with a netmask of 255.255.255.255), the loopback network route (routes with a destination of 127.0.0.0 and a netmask of 255.0.0.0), or a multicast route (routes with a destination of 224.0.0.0 and a netmask of 240.0.0.0). If this is used in conjunction with one of the commands (such as add, change, or delete), the table is cleared prior to running the command.
-p: When used with the add command, the specified route is added to the registry and is used to initialize the IP routing table whenever the TCP/IP protocol is started. By default, added routes are not preserved when the TCP/IP protocol is started. When used with the print command, the list of persistent routes is displayed. This parameter is ignored for all other commands. Persistent routes are stored in the registry location HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters\PersistentRoutes.
Command: Specifies the command you want to run. The following table lists valid commands.
CommandPurposeadd
Adds a route.
change
Modifies an existing route.
delete
Deletes a route or routes.
print
Prints a route or routes.
Destination: Specifies the network destination of the route. The destination can be an IP network address (where the host bits of the network address are set to 0), an IP address for a host route, or 0.0.0.0 for the default route.
maskNetmask: Specifies the netmask (also known as a subnet mask) associated with the network destination. The subnet mask can be the appropriate subnet mask for an IP network address, 255.255.255.255 for a host route, or 0.0.0.0 for the default route. If omitted, the subnet mask 255.255.255.255 is used. Because of the relationship between the destination and the subnet mask in defining routes, the destination cannot be more specific than its corresponding subnet mask. In other words, there cannot be a bit set to 1 in the destination if the corresponding bit in the subnet mask is a 0.
Gateway: Specifies the forwarding or next hop IP address over which the set of addresses defined by the network destination and subnet mask are reachable. For locally attached subnet routes, the gateway address is the IP address assigned to the interface that is attached to the subnet. For remote routes, available across one or more routers, the gateway address is a directly reachable IP address that is assigned to a neighboring router.
metricMetric: Specifies an integer cost metric (ranging from 1 to 9999) for the route, which is used when choosing among multiple routes in the routing table that most closely match the destination address of a packet being forwarded. The route with the lowest metric is chosen. The metric can reflect the number of hops, the speed of the path, path reliability, path throughput, or administrative properties.
ifInterface: Specifies the interface index for the interface over which the destination is reachable. For a list of interfaces and their corresponding interface indexes, use the display of the route print command. You can use either decimal or hexadecimal values for the interface index. For hexadecimal values, precede the hexadecimal number with 0x. When the if parameter is omitted, the interface is determined from the gateway address.
/?: Displays help at the command prompt.
================================================== ============
Examples
To display the entire contents of the IP routing table, type:
route print
To display the routes in the IP routing table that begin with 10., type:
route print 10.*
To add a default route with the default gateway address of 192.168.12.1, type:
route add 0.0.0.0 mask 0.0.0.0 192.168.12.1
To add a route to the destination 10.41.0.0 with the subnet mask of 255.255.0.0 and the next hop address of 10.27.0.1, type:
route add 10.41.0.0 mask 255.255.0.0 10.27.0.1
To add a persistent route to the destination 10.41.0.0 with the subnet mask of 255.255.0.0 and the next hop address of 10.27.0.1, type:
route -p add 10.41.0.0 mask 255.255.0.0 10.27.0.1
To add a route to the destination 10.41.0.0 with the subnet mask of 255.255.0.0, the next hop address of 10.27.0.1, and the cost metric of 7, type:
route add 10.41.0.0 mask 255.255.0.0 10.27.0.1 metric 7
To add a route to the destination 10.41.0.0 with the subnet mask of 255.255.0.0, the next hop address of 10.27.0.1, and using the interface index 0x3, type:
route add 10.41.0.0 mask 255.255.0.0 10.27.0.1 if 0x3
To delete the route to the destination 10.41.0.0 with the subnet mask of 255.255.0.0, type:
route delete 10.41.0.0 mask 255.255.0.0
To delete all routes in the IP routing table that begin with 10., type:
route delete 10.*
To change the next hop address of the route with the destination of 10.41.0.0 and the subnet mask of 255.255.0.0 from 10.27.0.1 to 10.27.0.25, type:
route change 10.41.0.0 mask 255.255.0.0 10.27.0.25
hraeissi
چهارشنبه 25 دی 1392, 19:04 عصر
بله درسته!
راه حل چیه!
نگاه کنید آن چه که مشخص است لازم است این مشکل توسط کارشناس امر انجام بپذیرد ولی به طور کل اگر بخواهم کار درست را به شما توصیه کنم اینطوری است که یک فایروال و یا روتر خریداری بفرمائید و به آن 2 تا لینک اینترنت و اینترانت را متصل نمائید و سپس در آن تنظیمات روت را انجام دهید به طوریکه هر موقع درخواست برای اینترانت شما آمد ،درخواست را به پورت اینترانت و هر موقع درخواست اینترنت آمد آن را به سمت اینترنت هدایت نماید .
با این کار مشکل اینترنت و اینترانت برای کل سیستم ها حل خواهد شد .
موفق باشید
hghyami
چهارشنبه 25 دی 1392, 19:36 عصر
فکر نمیکنید یک static route بهتر باشه تا به جای اینکه شما هزینه Firewall و غیره رو بپردازید ؟ این یک مقدار زیاد از حد نخواهد بود؟
شما میتونید یک route ساده به صورت زیر هست
فرض:
نتورک شما: ۱۹۲.۱۶۸.۰.۰/۲۴
سرور شما: ۱۹۲.۱۶۸.۱.۲
gateway: ۱۹۲.۱۶۸.۰.۱
route -p add ۱۹۲.۱۶۸.۱.۰ ۲۵۵.۲۵۵.۲۵۵.۰ ۱۹۲.۱۶۸.۰.۱
بالا هم همین موضوع رو گفتند که شما بدون دارد سر میتونید با Static Route ساده اینکارو کنید
http://technet.microsoft.com/en-us/library/cc757323%28v=ws.10%29.aspx
hraeissi
پنج شنبه 26 دی 1392, 07:37 صبح
خوب درسته اینکار شدنیه ولی با توجه به اینکه در اینگونه شبکه ها کارشناس وجود ندارد و ممکن است هر از چند وقتی سیستم عامل تعویض گردد به نظرم هزینه های اینچنینی به صرفه خواهد بود نسبت به دردسر های بعدی
البته باز به خودشون بستگی دارد ولی هر چیزی را پایه ای حل کنیم فکر کنم در آینده مشکل کمتر وجود داشته باشد
vBulletin® v4.2.5, Copyright ©2000-1404, Jelsoft Enterprises Ltd.