Autor: singlespeed Datum: To: list Betreff: 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;
}
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:~#