Artem_1987 |
07-08-2013 23:26 2198211 |
Очистка arp таблицы для компьютеров домена
Подскажите у меня такая проблема...у всех пк стоит шлюз на прокси сервер, у прокси поменял сетевую плату
теперь некоторые пк не видят этот прокси..arp таблица на проблемном пк показывает mac адрес старой платы.
Скажите как можно через домен очистить у всех пк таблицу записей arp...
|
ключ d. выполнить как логон скрипт.
А вообще arp таблица живёт 10 минут.
Код:
C:\Users\suser>arp
Displays and modifies the IP-to-Physical address translation tables used by
address resolution protocol (ARP).
ARP -s inet_addr eth_addr [if_addr]
ARP -d inet_addr [if_addr]
ARP -a [inet_addr] [-N if_addr] [-v]
-a Displays current ARP entries by interrogating the current
protocol data. If inet_addr is specified, the IP and Physical
addresses for only the specified computer are displayed. If
more than one network interface uses ARP, entries for each ARP
table are displayed.
-g Same as -a.
-v Displays current ARP entries in verbose mode. All invalid
entries and entries on the loop-back interface will be shown.
inet_addr Specifies an internet address.
-N if_addr Displays the ARP entries for the network interface specified
by if_addr.
-d Deletes the host specified by inet_addr. inet_addr may be
wildcarded with * to delete all hosts.
-s Adds the host and associates the Internet address inet_addr
with the Physical address eth_addr. The Physical address is
given as 6 hexadecimal bytes separated by hyphens. The entry
is permanent.
eth_addr Specifies a physical address.
if_addr If present, this specifies the Internet address of the
interface whose address translation table should be modified.
If not present, the first applicable interface will be used.
Example:
> arp -s 157.55.85.212 00-aa-00-62-c6-09 .... Adds a static entry.
> arp -a .... Displays the arp table.
|
Artem_1987 |
08-08-2013 08:45 2198289 |
появилась другая проблема... через некоторое время на проблемных пк возвращается опять старая
arp таблица той платы которую я заменил... и интернет соответственно опять не работает...
|
а куда старую карту дели? статически arp не назначаете нигде?
|
Artem_1987 |
08-08-2013 15:15 2198462 |
старая сгорела... статически arp нигде не назначал.... причем большинство пк работают нормально...
|
Время: 03:36.
© OSzone.net 2001-