Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem z konfiguracją Dialnetu
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish)
View previous topic :: View next topic  
Author Message
unK
l33t
l33t


Joined: 06 Feb 2007
Posts: 769

PostPosted: Sun Oct 14, 2007 9:19 pm    Post subject: Problem z konfiguracją Dialnetu Reply with quote

Witam

Ostatnio zmieniłem taryfę Dialnetu, więc musiałem ze stałego ip przerzucić się na PPPoE. No i wszystko byłoby fajnie, gdyby nie to, że on nie za bardzo chce działać (tzn. działa, ale niekoniecznie całkiem poprawnie). Przy starcie net.ppp0 dostaję taki komunikat:

Code:
net.ppp0          | * Bringing up interface ppp0
net.ppp0          | *   Starting pppd in ppp0 ...                           [ ok ]
net.ppp0          | *   received address 81.168.143.163/32
net.ppp0          | * WARNING: net.ppp0 not under our control, aborting

A przy restarcie:

Code:
localhost conf.d # /etc/init.d/net.ppp0 restart
net.ppp0          | * WARNING: you are stopping a boot service
scmpc             | * Stopping scmpc ...                                    [ ok ]
apache2           | * Stopping apache2 ...                                  [ ok ]
netmount          | * Unmounting network filesystems ...                    [ ok ]
net.ppp0          | * Bringing down interface ppp0
net.ppp0          | *   Stopping pppd on ppp0                               [ ok ]
net.ppp0          | *   Removing addresses
net.ppp0          |ppp0: error fetching interface information: Device not found
net.ppp0          |ppp0: error fetching interface information: Device not found
net.ppp0          | * Bringing up interface ppp0
net.ppp0          | *   Starting pppd in ppp0 ...                           [ ok ]
net.ppp0          | *   received address 81.168.143.34/32
net.ppp0          | * WARNING: net.ppp0 not under our control, aborting

Po czym nie uruchamia mi już ponownie tych usług, które zastopował, czyli scmpc i apache. No i nie wiem, o co chodzi z tym errorem, google pokazuje, że ludzie mają z tym problemy przy włączaniu netu, a nie przy jego stopowaniu :?

EDIT: Ok, zrobiłem downgrade baselayoutu do wersji 2.0.0_rc4 i już startuje ponownie te usługi, ale dalej wyświetla error i warningi.

Próbowałem już rekompilować ppp z obsługą dhcp i bez, ale bez rezultatu.

Mój /etc/conf.d/net:
Code:
config_eth0=("null")
config_ppp0=("ppp")
link_ppp0="eth0"
plugins_ppp0=("pppoe")
username_ppp0='user@dialnet.pl'
password_ppp0='haslo'
pppd_ppp0=(

    "noauth"
    "defaultroute"
    "usepeerdns"
    "updetach"
    "lcp-echo-interval 15"
    "lcp-echo-failure 3"
    "default-asyncmap"
   
)

Code:
localhost linux # cat .config | grep PPP
CONFIG_PPP=y
# CONFIG_PPP_MULTILINK is not set
# CONFIG_PPP_FILTER is not set
CONFIG_PPP_ASYNC=y
CONFIG_PPP_SYNC_TTY=y
CONFIG_PPP_DEFLATE=y
CONFIG_PPP_BSDCOMP=y
# CONFIG_PPP_MPPE is not set
CONFIG_PPPOE=y


Czy ktoś z używających Dialnet ma/miał taki problem i wie, jak sobie z nim poradzić? Ew. jeżeli wszystko wam dobrze działa, to podzielcie się swoimi konfigami.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum