[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:55260] 固定IPでppp接続をしたいのですが



こんにちは。tamakiといいます。

ターミナルアダプタを使ってのISDN接続です。
固定IPアドレスを取得しているのでこれを設定したいのですが、
なかなかうまく行きません。/dev 以下にppp0は見えないのです
が、これはあるべきなんでしょうか。
アドバイスいただけると助かります。

# vi /etc/network/interfaces
 # auto lo
iface lo inet loopback
proveder provider
iface ppp0 inet static
     address ***.***.***.***
     netmask ***.***.***.***
     network ***.***.***.***
     broadcast ***.***.***.***
     gateway ***.***.***.***
     dns-nameservers ***.***.***.***
# ifup ppp0
SIOCSIFADDR: No such device
ppp0: ERROR while getting iterface flags: No such device
SIOCSIFNETMASK: No such device
SCIOSIBRDADDR: No such device
ppp0: ERROR while getting interface flags: No such device
ppp0: ERROR while getting interface flags: No such device
Failed to bring up ppp0.
# netstat -rn
kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
                           (各項目、記載なし)
# ping ***.***.***.***
connect: Network is unreachable
# /etc/init.d/networking restart
Running /etc/init.d/networking restart is deprecated 
because it may not enable again some interfaces...(warning).
Reconfiguring network interfaces ...done.
# ifconfig ppp0
ppp0: error fetching interface information: Device not found

こういう感じです。

---
tamaki