Hallo leute,
Ich hab ein Problem und weiß nicht weiter, hoffentlich könnt ihr mir helfen.
Ich habe 3 computer, auf 2 läuft windows 2000 und auf einem suse Linux 7.1 und alle computer hängen an einem switch. Der Linux PC hat 2 NICs (an eth0 10.0.0.140 ADSL modem , eth1 ist für netzwerk 192.168.0.24 ->switch). Die Situtaion sollte so sein das der Linux pc als router fungiert.
Ich bin nach dem Austrian Highspeed Internetconnection & Linux HOWTO
von Heimo Schön vorgegangen. Aber irgent was geht noch nicht.
1)Ich kann mich ins Internet einwählen aber mich nicht gleichzeitig im netzwerk bewegen (es funktioniert kein ping weil er immer über eth0 gehen will dort aber das internet ist).
2)Oder nur im Netzwerk aber nicht ins internet, dann kommt die fehlermeldung bei der einwahl:
warn[open_inetsock

ptp_callmgr.c:287]: connect: No route to host
fatal[callmgr_main

ptp_callmgr.c:122]: Could not open control connection to 10.0.0.138
fatal[launch_callmgr

ptp.c:213]: Call manager exited with error 256
var/log/messages
...
in.identd[336]: started
kernel: IPv6 v0.8 for NET4.0
kernel: IPv6 over IPv4 tunneling driver
/usr/sbin/cron[468]: (CRON) STARTUP (fork ok)
kernel: eth0: no IPv6 routers present
kernel: eth1: no IPv6 routers present
kernel: eth1: no IPv6 routers present
kernel: eth0: no IPv6 routers present
kernel: eth1: Abnormal interrupt, status 00000020
Die konfiguration schaut so aus:
IFCONFIG
eth0 Link encap:Ethernet HWaddr 00:4F:4E:12

4:87
inet addr:10.0.0.140 Bcast:10.0.0.255 Mask:255.255.255.0
inet6 addr: fe80::24f:4eff:fe12:d487/10 Scope:Link
inet6 addr: fe80::4f:4e12d487/10 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:8793 errors:0 dropped:0 overruns:0 frame:0
TX packets:8616 errors:0 dropped:0 overruns:0 carrire:0
collisions:0 txqueuelen:100
Interrupt:10 Base address:0x1000
eth1 Link encap:Ethernet HWaddr 00:4F:4E:12

4:87
inet addr:192.168.0.24 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::4f:4e12:c9b3/10 Scope:Link
inet6 addr: fe80::24f:4eff:fe12:c9b3/10 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrire:0
collisions:0 txqueuelen:100
Interrupt:10 Base address:0x1000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:7 errors:0 dropped:0 overruns:0 frame:0
TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
ROUTE
Destination Gateway Genmask Flags Metric Ref Use Iface
10.0.0.0 * 255.255.255.0 U 0 0 0 eth0 192.168.0.0 * 255.255.255.0 U 0 0 0 eth1
loopback * 255.0.0.0 U 0 0 0 lo
default tux.router.at 0.0.0.0 UG 0 0 0 eth0
thx
zer0