Hirdetés

Keresés

Új hozzászólás Aktív témák

  • Gery15

    addikt

    válasz crok #12443 üzenetére

    Jelen pillanat ezek vannak be pötyögve.

    vpdn enable

    interface FastEthernet0
    description Uplink
    no ip address
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    pppoe enable group global
    pppoe-client dial-pool-number 1
    ip nat outside
    no sh

    interface Dialer1
    description PPPoE
    ip address negotiated
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip mtu 1492
    ip nat outside
    ip virtual-reassembly
    encapsulation ppp
    dialer pool 1
    dialer-group 1
    ppp pap sent-username password 0
    no sh

    dialer-list 1 protocol ip permit

    ip route 0.0.0.0 0.0.0.0 Dialer1

    interface FastEthernet1
    description LAN
    ip address 192.168.1.1 255.255.255.0
    ip nat inside
    no ip virtual-reassembl
    no sh

    ip dhcp pool DHCP
    network 192.168.1.0 255.255.255.0
    default-router 192.168.1.1

    ip nat inside source list NAT interface FastEthernet1 overload

    ip access-list standard NAT
    permit 192.168.1.0 0.0.0.255

Új hozzászólás Aktív témák