Jump to content

Wordo

Members
  • Gesamte Inhalte

    3.213
  • Registriert seit

  • Letzter Besuch

Beiträge erstellt von Wordo

  1. Also gut, gehen wir mal davon aus du bist mit DSL im Internet und du hast ein IF "Dialer0". Clients von aussen sollen fuer deine Range an den interner Server weitergeleitet werden.

     

    ALSO:

    access-list 101 permit tcp any range 4000 4010 host 192.168.125.1 range 4000 4010

    ip nat inside source list 101 interface dialer 0

     

    So sollte es eigentlich gehn ...

  2. i

    ip nat inside source static udp 192.168.0.2 GRE interface FastEthernet4 GRE

    ip nat inside source static tcp 192.168.0.2 1723 interface FastEthernet4 1723

     

    GRE ist nicht UDP!

     

    ip nat inside source static tcp <server-ip> 1723 interface <externes IF> 1723

     

    Das sollte eigentlich reichen, bei neueren IOSen wird das mit dem GRE automatisch erkannt. Sorry fuer das durcheinander, das is mir auch erst jetzt eingefallen.

  3. Hi,

     

    ich denke mal was du möchtest ist eine extended ACL für deine IP mit der du auch eine Portrange angeben kannst.

    Jetzt mal so aus dem Kopf:

    ip access-list extended ACL_PORT_RANGE

    permit tcp host 192.168.100.3 eq range 1725 - 1800 any

     

    Da am Ende müßte es eine Option für eine Range geben.

     

     

    Fu

     

     

    Du machst die ACL wie hier beschrieben und bindest dann die Liste an dein NAT statement, is doch easy going :)

  4. http://www.sonicwall.com/downloads/InternetSecurityApplianceFamilyManual.pdf

     

    Out-of-band management is available on SonicWALL Internet Security Appliances using the CLI

    (Command Line Interface) feature. SonicWALL Internet Security Appliances can be managed from a

    console using typed commands and a modem or null-modem cable that is connected to the serial

    port located on the back of the SonicWALL appliance. The only modem currently supported is the US

    Robotics v.90/v.92 modem. CLI communication requires the following modem settings:

    • 9600 bps

    • 8 bits

    • no parity

    • no hand-shaking

     

    Also wenn das nicht geht denk ich mal wird das Teil hin sein, oder dein Kabel/Terminal spinnt. Die Kiste hat ein ROM, d.h. auch ohne Firmware sollte sich da was tun.

×
×
  • Neu erstellen...