add route 192.168.1.0 mask 255.255.255.0 192.168.0.1 je ispravno
Nekada je mali broj ljudi posedovao racunare ali su puno znali o njima. Danas puno ljudi poseduje racunare ali malo zna o njima.
:: evo sta kaze cm :: :: Microsoft Windows XP [Version 5.1.2600 :: (C) Copyright 1985-2001 Microsoft Corp :: :: D:\Documents and Settings\Goran>route add 192.168.0.0 mask 255.255.255.0 192.16 :: .1. :: The route addition failed: Either the interface index is wrong or the gateway d :: es not lie on the same network as the interface. Check the IP Address Table fo :: the machine :: :: :: D:\Documents and Settings\Goran>route add 192.168.0.0 mask 255.255.255.0 192.16 :: .1. :: The route addition failed: Either the interface index is wrong or the gateway d :: es not lie on the same network as the interface. Check the IP Address Table fo :: the machine :: :: :: D:\Documents and Settings\Goran>
Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp.
D:\Documents and Settings\Goran>add route 192.168.1.0 mask 255.255.255.0 192.168 .0.1 `add` is not recognized as an internal or external command, operable program or batch file.
D:\Documents and Settings\Goran>add route 192.168.1.0 mask 255.255.255.0 192.168 .0.1 `add` is not recognized as an internal or external command, operable program or batch file.
Nekada je mali broj ljudi posedovao racunare ali su puno znali o njima. Danas puno ljudi poseduje racunare ali malo zna o njima.
:: Microsoft Windows XP [Version 5.1.2600 :: (C) Copyright 1985-2001 Microsoft Corp :: :: D:\Documents and Settings\Goran>add route 192.168.1.0 mask 255.255.255.0 192.16 :: .0. :: `add` is not recognized as an internal or external command :: operable program or batch file :: :: D:\Documents and Settings\Goran>add route 192.168.1.0 mask 255.255.255.0 192.16 :: .0. :: `add` is not recognized as an internal or external command :: operable program or batch file :: :: D:\Documents and Settings\Goran>
-f Clears the routing tables of all gateway entries. If this is used in conjunction with one of the commands, the tables are cleared prior to running the command. -p When used with the ADD command, makes a route persistent across boots of the system. By default, routes are not preserved when the system is restarted. Ignored for all other commands, which always affect the appropriate persistent routes. This option is not supported in Windows 95. command One of these: PRINT Prints a route ADD Adds a route delete deletes a route CHANGE Modifies an existing route destination Specifies the host. MASK Specifies that the next parameter is the `netmask` value. netmask Specifies a subnet mask value for this route entry. If not specified, it defaults to 255.255.255.255. gateway Specifies gateway. interface the interface number for the specified route. METRIC specifies the metric, ie. cost for the destination.
All symbolic names used for destination are looked up in the network database file NETWORKS. The symbolic names for gateway are looked up in the host name database file HOSTS.
If the command is PRINT or delete. Destination or gateway can be a wildcard, (wildcard is specified as a star `*`), or the gateway argument may be omitted.
If Dest contains a * or ?, it is treated as a shell pattern, and only matching destination routes are printed. The `*` matches any string, and `?` matches any one char. Examples: 157.*.1, 157.*, 127.*, *224*. Diagnostic Notes: Invalid MASK generates an error, that is when (DEST & MASK) != DEST. Example> route ADD 157.0.0.0 MASK 155.0.0.0 157.55.80.1 IF 1 The route addition failed: The specified mask parameter is invalid. (Destination & Mask) != Destination.
Examples:
> route PRINT > route ADD 157.0.0.0 MASK 255.0.0.0 157.55.80.1 METRIC 3 IF 2 destination^ ^mask ^gateway metric^ ^ Interface^ If IF is not given, it tries to find the best interface for a given gateway. > route PRINT > route PRINT 157* .... Only prints those matching 157* > route CHANGE 157.0.0.0 MASK 255.0.0.0 157.55.80.5 METRIC 2 IF 2
CHANGE is used to modify gateway and/or metric only. > route PRINT > route delete 157.0.0.0 > route PRINT
route add 192.168.1.0 mask 255.255.255.0 192.168.0.1 je kompletna komanda
@bstaletic sa route add komandom zadajes staticku rutu ka drugoj mrezi. U ovom slucaju 192.168.1.0 je mreza, maska za ovu mrezu je 255.255.255.0 192.168.0.1 je default gateway ka toj mrezi.
Nekada je mali broj ljudi posedovao racunare ali su puno znali o njima. Danas puno ljudi poseduje racunare ali malo zna o njima.
:: Microsoft Windows XP [Version 5.1.2600 :: (C) Copyright 1985-2001 Microsoft Corp :: :: D:\Documents and Settings\Goran>route add 192.168.0.1 mask 255.255.255. :: :: Manipulates network routing tables :: :: ROUTE [-f] [-p] [command [destination :: [MASK netmask] [gateway] [METRIC metric] [IF interface :: :: -f Clears the routing tables of all gateway entries. If this i :: used in conjunction with one of the commands, the tables ar :: cleared prior to running the command :: -p When used with the ADD command, makes a route persistent acros :: boots of the system. By default, routes are not preserve :: when the system is restarted. Ignored for all other commands :: which always affect the appropriate persistent routes. Thi :: option is not supported in Windows 95 :: command One of these :: PRINT Prints a rout :: ADD Adds a rout :: delete deletes a rout :: CHANGE Modifies an existing rout :: destination Specifies the host :: MASK Specifies that the next parameter is the `netmask` value :: netmask Specifies a subnet mask value for this route entry :: If not specified, it defaults to 255.255.255.255 :: gateway Specifies gateway :: interface the interface number for the specified route :: METRIC specifies the metric, ie. cost for the destination :: :: All symbolic names used for destination are looked up in the network databas :: file NETWORKS. The symbolic names for gateway are looked up in the host nam :: database file HOSTS :: :: If the command is PRINT or delete. Destination or gateway can be a wildcard :: (wildcard is specified as a star `*`), or the gateway argument may be omitted :: :: If Dest contains a * or ?, it is treated as a shell pattern, and onl :: matching destination routes are printed. The `*` matches any string :: and `?` matches any one char. Examples: 157.*.1, 157.*, 127.*, *224* :: Diagnostic Notes :: Invalid MASK generates an error, that is when (DEST & MASK) != DEST :: Example> route ADD 157.0.0.0 MASK 155.0.0.0 157.55.80.1 IF :: The route addition failed: The specified mask parameter is invalid :: (Destination & Mask) != Destination :: :: Examples :: :: > route PRIN :: > route ADD 157.0.0.0 MASK 255.0.0.0 157.55.80.1 METRIC 3 IF :: destination^ ^mask ^gateway metric^ :: Interface :: If IF is not given, it tries to find the best interface for a give :: gateway :: > route PRIN :: > route PRINT 157* .... Only prints those matching 157 :: > route CHANGE 157.0.0.0 MASK 255.0.0.0 157.55.80.5 METRIC 2 IF :: :: CHANGE is used to modify gateway and/or metric only :: > route PRIN :: > route delete 157.0.0. :: > route PRIN ::
D:\Documents and Settings\Goran>route add 192.168.1.0 mask 255.255.255.0 192.168 .0.1 The route addition failed: Either the interface index is wrong or the gateway do es not lie on the same network as the interface. Check the IP Address Table for the machine.
Da vi samo znate koliko sam se ja cimao da uvedem net. I svaki put bi krenulo naoako sve sto moze da krene. Nemam fiksni, kablovsku... Nemam dobar signal za 3g modem... A komsa je sad uveo adsl, 10mb, milina jedna. Sutra mi dolazi burazer, on se malo vise razume pa ce on da ogleda detaljno... nemam vise zivaca. Ipak, hvala svima na pomoci .)
Na primarnom su lan i wlan kartica. Samo dve lan kartice mogu da se bridzuju, koliko ja znam. Inace.. ni strucnijji burazer mi nije mnogo pomogao, mozda smo probali koju stvar vise ali bz uspeha i sa dosta nerviranja. Ipak, pitanje interneta je reseno. Prebacio sam sekundrani u sobu gde ima signal i zalozio pec .) Steta da komsija traci 10mbps na poker na fejsu. Meni uveliko radi torrent :-D
Broj postavljenih tema: 60435. Broj poslatih odgovora: 647767. Trenutno niste prijavljeni na PC Berzu i zbog toga imate status 'gosta'. Kao gost ne možete da šaljete poruke na Forum. Ako ste registrovani kao član PC Berze, prijavite se. Ako ste novi korisnik, molimo registrujte se da bi dobili mogućnost aktivnog učešća u radu Foruma.