Forum
Bilgisayarıma 2 eternet kartı bulunmaktadır.1.Eternet Katına Kiralık devre 192.168.1.1 adres ile bağlı 2. Ethernet Kartına Wimax bağlı 192.168.1.1 adres üzerinden bağlı ben 2. eternet kartına bağlı olandan internete bağlanmak istiyorum 1. Eternet Kartından da genel dosya ve printer bağlantılarına ulaşmak ve diğer bilgisayarlarından 1. eternet kartıma bağlı olan kiralık devre üzerinden bana ulaşmasını istiyorum bu işlemi nasıl geröeklerştire bilirim.
Saygılarımla.
Merhaba;
her iki Nic' in de sahip olduğu IP adresleri aynı görünüyor. Bu yapılandırma ile sistem çalışamaz
Elle ile İp versek internete bağlanmasını istediğimiz gateway kullansak diğer eternet kartındaki Gatewayi kaldırsak sağlıklı çalırşırmı.?
Yoksa mümkün değilmi böyle birşey.
Teşekkürler,
Merhaba;
yapmanız gereken işlem budur. Bir sunucu/client işletim sistemi üzerinde iki farklı GW atanması hiç bir zaman için tavsiye edilmemektedir.
Çoklu yönlendirmeler için Route add komutlarını kullanmanız gerekmektedir.
Updated: January 21, 2005
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
To add a static IP route
- Open Command Prompt.
- At the command prompt, type:
route adddestinationmasksubnetmaskgatewaymetriccostmetricifinterface
where:
For example, to add a static route to the 10.0.0.0 network that uses a subnet mask of 255.0.0.0, a gateway of 192.168.0.1, and a cost metric of 2, you type the following at a command prompt:
Static IP route entry
Definition
destination
Specifies either an IP address or host name for the network or host.
subnetmask
Specifies a subnet mask to be associated with this route entry. If subnetmask is not specified, 255.255.255.255 is used.
gateway
Specifies either an IP address or host name for the gateway or router to use when forwarding.
costmetric
Assigns an integer cost metric (ranging from 1 through 9,999) to be used in calculating the fastest, most reliable, and/or least expensive routes. If costmetric is not specified, 1 is used.
interface
Specifies the interface to be used for the route that uses the interface number. If an interface is not specified, the interface to be used for the route is determined from the gateway IP address.
route add 10.0.0.0 mask 255.0.0.0 192.168.0.1 metric 2