Jump to content

Cisco C3845 soll für 1:1 NAT eingerichtet werden


Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Empfohlene Beiträge

HI

 

was meinst du mit 1:1 NAT?

 

 

 

 

ip nat inside source static tcp 192.168.1.1 5022 interface 200.1.1.1 5022

ip nat inside source static tcp 192.168.1.50 49152 interface 200.1.1.1 49152

 

mit diesem Befehl machst du das NAT auf die Internen Adresse 10.1.1.3 auf den TCP/5022 von der externe Adresse 200.1.1.1 von TCP/5022

 

und natürlich eine Access-list die aufs Externe Interface gebunden ist welche Ports du freigeben willst.

 

das wäre der Befehl wie du ein Nat am Router machst.

 

von EXTERN nach INTERN.

 

mfg

onedread

Link zu diesem Kommentar

Innen nach außen.

Config (Teile davon) sieht derzeit so aus:

 

interface GigabitEthernet0/0

ip address 192.168.1.1 255.255.255.0

ip nat inside

!

interface GigabitEthernet0/1

ip address 172.16.0.1 255.255.255.0

ip nat outside

 

ip nat inside source static 192.168.1.1 10.0.0.1

 

wobei die IPs natürlich nur zum Test sind.

In der letzten Zeile sollte für meine Zwecke wohl "outside" stehen, oder?

Link zu diesem Kommentar

The router performs the following process in overloading inside global addresses, as shown in Figure 2. Both host B and host C believe they are communicating with a single host at address 2.2.2.2. They are actually communicating with different hosts; the port number is the differentiator. In fact, many inside hosts could share the inside global IP address by using many port numbers.

 

1. The user at host 1.1.1.1 opens a connection to host B.

 

2. The first packet that the router receives from host 1.1.1.1 causes the router to check its NAT table:

 

–If no translation entry exists, the router determines that address 1.1.1.1 must be translated, and sets up a translation of inside local address 1.1.1.1 to a legal global address.

 

–If overloading is enabled, and another translation is active, the router reuses the global address from that translation and saves enough information to be able to translate back. This type of entry is called an extended entry.

 

3. The router replaces the inside local source address 1.1.1.1 with the selected global address and forwards the packet.

 

4. Host B receives the packet and responds to host 1.1.1.1 by using the inside global IP address 2.2.2.2.

 

5. When the router receives the packet with the inside global IP address, it performs a NAT table lookup, using the protocol, the inside global address and port, and the outside address and port as a key; translates the address to inside local address 1.1.1.1; and forwards the packet to host 1.1.1.1.

 

Host 1.1.1.1 receives the packet and continues the conversation. The router performs Steps 2 through 5 for each packet.

SUMMARY STEPS

 

1. enable

 

2. configure terminal

 

3. ip nat pool CLIENTS start-ip end-ip {netmask netmask| prefix-length prefix-length}

 

4. access-list access-list-number permit source [source-wildcard]

 

5. ip nat inside source list access-list-number pool name overload

 

6. interface type number

 

7. ip address ip-address mask

 

8. ip nat inside

 

9. exit

 

10. interface type number

 

11. ip address ip-address mask

 

12. ip nat outside

 

Bei Fragen nur schreiben, is vo der Cisco Seite über NAT.

 

mfg

onedread

Link zu diesem Kommentar

Ich habe jetzt das interface GigabitEthernet0/0 für interne IPs gewählt und GigabitEthernet0/1 für externe.

Intern soll es folgende zwei Netze geben:

1.2.3.0/25

1.2.3.128/25

Extern sollen die dann 1:1 so aussehen:

4.5.6.0/25

4.5.6.128/25

 

Als Beispiel hat dann die interne IP 1.2.3.11 die externe IP 4.5.6.11 .

Ohne das geteilte Class C Netzwerk wäre es mir klar. Da würde es reichen für beide Interfaces die IP 1.2.3.1 (GigabitEthernet0/0 - intern) und die IP 4.5.6.1 (GigabitEthernet0/1 - intern) zu verteilen und dann nach dem Schema

 

ip nat inside source static 1.2.3.11 4.5.6.11

ip nat inside source static 1.2.3.12 4.5.6.12

 

für die einzelnen Clients die IPs vergeben.

Wie mache ich das jetzt allerdings mit dem /25 Netzwerk?

Ich kann ja die Interfaces nicht teilen oder wie?

Soll ich dafür zwei VLANs erstellen? Wenn ja, welche IP hat dann der physikalische Adapter?

Danke.

Link zu diesem Kommentar
Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Schreibe einen Kommentar

Du kannst jetzt antworten und Dich später registrieren. Falls Du bereits ein Mitglied bist, logge Dich jetzt ein.

Gast
Auf dieses Thema antworten...

×   Du hast formatierten Text eingefügt.   Formatierung jetzt entfernen

  Only 75 emoji are allowed.

×   Dein Link wurde automatisch eingebettet.   Einbetten rückgängig machen und als Link darstellen

×   Dein vorheriger Inhalt wurde wiederhergestellt.   Editor-Fenster leeren

×   Du kannst Bilder nicht direkt einfügen. Lade Bilder hoch oder lade sie von einer URL.

×
×
  • Neu erstellen...