Netzwerkprobleme

Αρχική Σελίδα
Συνημμένα:
Μήνυμα σαν ηλεκτρονικό μήνυμα
+ (text/plain)
+ Grundeinstellung (text/html)
+ route (text/plain)
Delete this message
Reply to this message
Συντάκτης: singlespeed
Ημερομηνία:  
Προς: list
Αντικείμενο: Netzwerkprobleme
Hallo miteinander,

leider hat es nicht geklappt, inst Internet zu kommen, wenn ich nur das
Laptop hochfahre. Das mit der statischen und dynamischen IP fällt also
weg. Ich häng noch meine Router Grundkonfiguration sowie die Ausgabe von
"route" mit an. Sollte jemand einen Tip für mich haben, bitte meldet Euch.
Vielen herzlichen Dank im Voraus
mfg. Peter



Grundeinstellung-PPPoE







function SubmitCheck()
{
    if(document.CF.PPPoEMTU.value > 1492)
    {    
        alert("The MTU is larger than 1492,please enter again!!");
        return false;
    }
    return true;
}
function Goto(index)
{
    if(index == 0)
        document.location='./BasicSetup_dhcp.htm';
    else if(index == 1)
        document.location='./BasicSetup.htm';
    else
        document.location='./BasicSetup_pptp.htm';
}
function SetAction(n)
{
    document.CF.WhichButton.value=n;
    return true;
}



    
        
        
        
            Grundeinstellung-PPPoE
        
    
    
         
         
    
    
        
              Grundeinstellung
              DHCP Einstellung
              URL Zugang
              Zugangskontrolle
              Virtual Server
              DMZ Host
              Ger&aumlte Admin
              Status Monitor
              RIP
              Statisches Routing            
              Dynamic DNS
              Spezielle Aplicationen
              Statistik
              Sicherheits Einstellungen
              Verbindungsprotokoll
              Zeiteinstellung
              UPnP


        
        
            
            
            



                Host Name:
                DrawTxtBox('CF', 'HostName', va_HostName, 17, 32, 0);
                (Für einige ISPs notwendig)
            
            
                Domain Name:
                DrawTxtBox('CF', 'DomainName', va_DomainName, 17, 32, 0);
                (Für einige ISPs notwendig)
            
            
                Eigene IP Addresse
                (MAC Addresse: document.write(va_PrivateMACAddress);00-02-44-a0-a9-d7)
            
            
                  Eigene IP Addresse:
                
                DrawIpBox('CF', 'PrivateIPAddress', va_PrivateIPAddress);
                ...
            
            
                  Subnet Mask:
                DrawIpBox('CF', 'PrivateSubnetMask', va_PrivateSubnetMask);
                SetEditMask('CF', 'PrivateSubnetMask', '0001');
                ...
            
            
                Öffentliche IP Addresse
                (MAC Addresse: document.write(va_PublicMACAddress);00-02-44-a0-4d-70)
            
            
                DNS Proxy :
                
                    document.write('EnableDisable');EnableDisable
                
            
            
                
                    document.write('');
                    IP Addresse automatisch beziehen  (DHCP)
                
            
            
                
                    document.write('');
                    IP Addresse automatisch beziehen  (PPPoE)
                
            
            
                    Benutzer Name:
                DrawTxtBox('CF','PPPoEUserName',va_PPPoEUserName,20,128,0);
            
            
                    Passwort:
                DrawTxtBox('CF','PPPoEUserPass',va_PPPoEUserPass,20,128,1);
            
            
                    ISP Name:
                DrawTxtBox('CF','PPPoEServiceName',va_PPPoEServiceName,20,128,0);
            
            
                    MTU:
                DrawNumBox('CF','PPPoEMTU',va_PPPoEMTU,10,10,0);
                (Max=1492)
                
            
            
                    Verbindung auf Anforderung:
                
                    document.write('EnableDisable');EnableDisable
                
            
            
                    Verbindungsabbruch nach Zeit
                DrawNumBox('CF','PPPoEDisConnectTime',va_PPPoEDisConnectTime,4,4);min   (0=kein Abbruch Zeitwahl,Min=5 min)
            
                
                
                    document.write('');
                    Statische IP Addresse
                
            
                
                
                    document.write('');
                    PPTP Client
                
            
            
            
            
            
                
                                
            
            
            
        
    


ubuntu@ubuntu:~$ sudo -i
root@ubuntu:~# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
default 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
root@ubuntu:~# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
root@ubuntu:~#