@Home en Red Alert 2

Pagina: 1
Acties:

  • CHiLL1972
  • Registratie: November 2000
  • Laatst online: 20-07 23:28
Wie weet een oplossing voor het volgende probleem:
Ik wil via Westwood On-Line een potje Red Alert 2 spelen tegen een collega. We zijn beiden verbonden via Essent@Home en we zitten blijkbaar op hetzelfde @Home-segment. We kunnen beiden wel tegen andere mensen spelen, maar niet tegen elkaar... Nu wordt er blijkbaar bij @Home het een en ander geblokkeerd. En volgens de klantenservice van @Home zouden we dit probleem kunnen oplossen d.m.v. een ROUTE ADD huppelepup. Ik weet het IP adres van mijn collega en van de @Home gateway, maar wat ik tot nu heb geprobeerd lukt niet. Wie vertelt me wat ik precies moet intypen? :?

  • Pjosch
  • Registratie: November 2000
  • Laatst online: 02-06-2016

Pjosch

Moo Fighter (BVD)

Als je " Route /? " intypt krijg je een overzicht hoe dit commando te gebruiken is.

quote:
route ADD 157.0.0.0 MASK 255.0.0.0 157.55.80.1 METRIC 3 IF 2

If IF is not given, it tries to find the best interface for a given
gateway.

Linux is free, when time is no money...but still I try


  • CHiLL1972
  • Registratie: November 2000
  • Laatst online: 20-07 23:28
Dat heb ik uiteraard ook gedaan, maar ik wil er graag iets meer van begrijpen.

  • Pjosch
  • Registratie: November 2000
  • Laatst online: 02-06-2016

Pjosch

Moo Fighter (BVD)

OK, nog een quote:
Deze keer uit Technet:

Configuring Routes for a Multihomed Computer

If your computer is multihomed and has connections to two separate IP networks, such as the corporate network and the Internet, the default gateway for only one network is used. For the computer to be able to communicate with the other network, routes must be added to the route table. This can be accomplished in one of two ways:
1. If a router on the network sends RIP broadcasts and your computer is configured to listen to RIP broadcasts, routes will be added automatically. (For more information about configuring your computer to listen to RIP broadcasts, see the section “Support for RIP Listening” later in this chapter.)
2. You can manually add static routes to the route table.
To add static routes, use the following format:
Route add [subnet] mask [netmask] [gateway] metric [metric]

The following is an example route:
Route add 172.20.255.0 mask 255.255.255.0 172.20.234.232 metric 2

The route in this example means that to get to the subnet 172.20.255.0 with a mask of 255.255.255.0, use gateway 172.20.234.232, and that the gateway is 2 hops away.

Linux is free, when time is no money...but still I try