Sabayon+PPPoE+ethernet

Sabayon, Calculate, Funtoo, Exherbo

Модератор: /dev/random

Аватара пользователя
snn
Сообщения: 21
ОС: mops linux

Sabayon+PPPoE+ethernet

Сообщение snn »

Добрый день!
Я живу в общаге. У нас местный провайдер провел сеть и дает доступ через PPPoE.
Так вот поставил себе sabayon

Как же без инета?

Код:

# pppo-setup: - username **** Enter the Ethernet interface connected to the DSL modem For Solaris, this is likely to be something like /dev/hme0. For Linux, it will be ethn, where 'n' is a number. - eth0 Do you want the link to come up on demand, or stay up continuously? - no DNS - server PASSWORD: - ******* - ******* FIREWOLLING: - 1 $ pppoe-start .. Connected! # route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 80.80.111.92 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0 192.168.0.0 0.0.0.0 255.255.128.0 U 0 0 0 eth0 127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0 0 lo 0.0.0.0 192.168.0.5 0.0.0.0 UG 0 0 0 eth0 #tail /var/log/messages Oct 14 15:01:17 sfinx pppd[22693]: Connect: ppp0 <--> /dev/pts/2 Oct 14 15:01:17 sfinx /etc/init.d/net.ppp0: net.ppp0 is not allowed to be hotplugged Oct 14 15:01:17 sfinx pppoe[22698]: PADS: Service-Name: '' Oct 14 15:01:17 sfinx pppoe[22698]: PPP session is 11175 (0x2ba7) Oct 14 15:01:19 sfinx pppd[22693]: PAP authentication succeeded Oct 14 15:01:19 sfinx pppd[22693]: not replacing existing default route to eth0 [192.168.0.5] Oct 14 15:01:19 sfinx pppd[22693]: local IP address 212.193.220.58 Oct 14 15:01:19 sfinx pppd[22693]: remote IP address 80.80.111.92 Oct 14 15:01:19 sfinx pppd[22693]: primary DNS address 80.80.111.254 Oct 14 15:01:19 sfinx pppd[22693]: secondary DNS address 80.80.111.244 #ping ya.ru ping: unknown host ya.ru # route add default ppp0 # ping ya.ru PING ya.ru (213.180.204.8) 56(84) bytes of data. 64 bytes from ya.ru (213.180.204.8): icmp_seq=1 ttl=55 time=50.4 ms 64 bytes from ya.ru (213.180.204.8): icmp_seq=2 ttl=55 time=26.0 ms 64 bytes from ya.ru (213.180.204.8): icmp_seq=3 ttl=55 time=25.4 ms

Только через браузер не могу выйти (FF, Opera)

Так же делал по статьям
http://tldp.org/HOWTO/PPP-HOWTO/
http://ru.gentoo-wiki.com/Заглавная_страница
Только все-равно не заработало. Облазил форум и на официальном сайте тоже обыскался.
Помогите нерадивому найти решение.

OS: Sabayon 3.3
Сетевая встроенная
ip внутри сети выдается автоматом
ip для выхода в инет выдается провайдером
dns тоже

да кстати теперешние конфиги:

Код:

# cat /etc/ppp/pppoe.conf #*********************************************************************** # # pppoe.conf # # Configuration file for rp-pppoe. Edit as appropriate and install in # /etc/ppp/pppoe.conf # # NOTE: This file is used by the pppoe-start, pppoe-stop, pppoe-connect and # pppoe-status shell scripts. It is *not* used in any way by the # "pppoe" executable. # # Copyright © 2000 Roaring Penguin Software Inc. # # This file may be distributed under the terms of the GNU General # Public License. # # LIC: GPL # $Id: pppoe.conf,v 1.11 2005/08/09 02:49:12 dfs Exp $ #*********************************************************************** # When you configure a variable, DO NOT leave spaces around the "=" sign. # Ethernet card connected to DSL modem # # NB: Gentoo overrides ETH when pppoe-start is called from the # networking scripts. This setting has no effect in that case. ETH='eth0' # PPPoE user name. You may have to supply "@provider.com" Sympatico # users in Canada do need to include "@sympatico.ca" # Sympatico uses PAP authentication. Make sure /etc/ppp/pap-secrets # contains the right username/password combination. # For Magma, use xxyyzz@magma.ca USER='epn_kolandr_ll58' # Bring link up on demand? Default is to leave link up all the time. # If you want the link to come up on demand, set DEMAND to a number indicating # the idle time after which the link is brought down. DEMAND=no #DEMAND=300 # DNS type: SERVER=obtain from server; SPECIFY=use DNS1 and DNS2; # NOCHANGE=do not adjust. DNSTYPE=SERVER # Obtain DNS server addresses from the peer (recent versions of pppd only) # In old config files, this used to be called USEPEERDNS. Changed to # PEERDNS for better Red Hat compatibility PEERDNS=yes DNS1= DNS2=server # Make the PPPoE connection your default route. Set to # DEFAULTROUTE=no if you don't want this. DEFAULTROUTE=yes ### ONLY TOUCH THE FOLLOWING SETTINGS IF YOU'RE AN EXPERT # How long pppoe-start waits for a new PPP interface to appear before # concluding something went wrong. If you use 0, then pppoe-start # exits immediately with a successful status and does not wait for the # link to come up. Time is in seconds. # # WARNING WARNING WARNING: # # If you are using rp-pppoe on a physically-inaccessible host, set # CONNECT_TIMEOUT to 0. This makes SURE that the machine keeps trying # to connect forever after pppoe-start is called. Otherwise, it will # give out after CONNECT_TIMEOUT seconds and will not attempt to # connect again, making it impossible to reach. CONNECT_TIMEOUT=30 # How often in seconds pppoe-start polls to check if link is up CONNECT_POLL=2 # Specific desired AC Name ACNAME= # Specific desired service name SERVICENAME= # Character to echo at each poll. Use PING="" if you don't want # anything echoed PING="." # File where the pppoe-connect script writes its process-ID. # Three files are actually used: # $PIDFILE contains PID of pppoe-connect script # $PIDFILE.pppoe contains PID of pppoe process # $PIDFILE.pppd contains PID of pppd process # # NB: Gentoo overrides PIDFILE when pppoe-start is run from the # networking scripts. This setting has no effect in that case. PIDFILE="/var/run/$CF_BASE-pppoe.pid" # Do you want to use synchronous PPP? "yes" or "no". "yes" is much # easier on CPU usage, but may not work for you. It is safer to use # "no", but you may want to experiment with "yes". "yes" is generally # safe on Linux machines with the n_hdlc line discipline; unsafe on others. SYNCHRONOUS=no # Do you want to clamp the MSS? Here's how to decide: # - If you have only a SINGLE computer connected to the DSL modem, choose # "no". # - If you have a computer acting as a gateway for a LAN, choose "1412". # The setting of 1412 is safe for either setup, but uses slightly more # CPU power. CLAMPMSS=1412 #CLAMPMSS=no # LCP echo interval and failure count. LCP_INTERVAL=20 LCP_FAILURE=3 # PPPOE_TIMEOUT should be about 4*LCP_INTERVAL PPPOE_TIMEOUT=80 # Firewalling: One of NONE, STANDALONE or MASQUERADE FIREWALL=STANDALONE # Linux kernel-mode plugin for pppd. If you want to try the kernel-mode # plugin, use LINUX_PLUGIN=rp-pppoe.so LINUX_PLUGIN= # Any extra arguments to pass to pppoe. Normally, use a blank string # like this: PPPOE_EXTRA="" # Rumour has it that "Citizen's Communications" with a 3Com # HomeConnect DSL Modem DualLink requires these extra options: # PPPOE_EXTRA="-f 3c12:3c13 -S ISP" # Any extra arguments to pass to pppd. Normally, use a blank string # like this: PPPD_EXTRA="" ########## DON'T CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING # If you wish to COMPLETELY overrride the pppd invocation: # Example: # OVERRIDE_PPPD_COMMAND="pppd call dsl" # If you want pppoe-connect to exit when connection drops: # RETRY_ON_FAILURE=no # cat /etc/conf.d/net # This blank configuration will automatically use DHCP for any net.* # scripts in /etc/init.d. To create a more complete configuration, # please review /etc/conf.d/net.example and save your configuration # in /etc/conf.d/net (this file :]!). # modules=( "dhclient" ) plug_timeout="6" dhcp_eth0="nosendhost" dhcp_eth1="nosendhost" dhcp_eth2="nosendhost" dhcp_wlan0="nosendhost" dhcp_ath0="nosendhost" dhcp_ra0="nosendhost" config_eth0=( "dhcp" ) dhcp_eth0="nosendhost" dns_domain_eth0="localdomain" nis_domain_eth0="localdomain" #config_eth0=( "null" ) config_ppp0=( "ppp" ) link_ppp0="eth0" plugins_ppp0=( "pppoe" ) username_ppp0='epn_kolandr_ll58' password_ppp0='firewolf' pppd_ppp0=( "noauth" "defaultroute" "usepeerdns" "default-asyncmap" "ipcp-accept-remote" "ipcp-accept-local" "lcp-echo-interval 15" "lcp-echo-failure 3" "mru 1492" "mtu 1492" "debug" ) # cat /etc/ppp/options lock noauth noipdefault usepeerdns defaultroute plugin rp-pppoe.so[code] В /etc/ppp/pap-secrets и /etc/ppp/chap-secrets все прописал pppoe-setup Пытался сделать как по ссылке выше [code] # /etc/init.d/net.ppp0 start * Service net.ppp0 starting * Starting ppp0 * Loading networking modules for ppp0 * modules: adsl apipa arping br2684ctl tuntap bridge ccwgroup clip macchanger * macnet rename ifplugd wpa_supplicant essidnet iptunnel iproute2 dhcpcd ip6to4 * pppd system * ifplugd provides plug * wpa_supplicant provides wireless * iproute2 provides interface * dhcpcd provides dhcp * pppd provides ppp * ifplugd only works on interfaces with a valid MAC address * wpa_supplicant only works on wireless interfaces unless the -D wired option is * specified * Bringing up ppp0 * ppp * Running pppd ... * Backgrounding ... * WARNING: net.ppp0 has started but is inactive
Спасибо сказали:
icoz
Сообщения: 29
ОС: ASPLinux 11/11.2, Kubuntu 7.04

Re: Sabayon+PPPoE+ethernet

Сообщение icoz »

Попробуй в /etc/resolv.conf прописать:

Код:

nameserver 80.80.111.254 nameserver 80.80.111.244 nameserver 127.0.0.1

Или лучше в pppo-setup вместо "DNS: server" дай адрес 80.80.111.254
А еще меня смущает строка:

Код:

sfinx pppd[22693]: not replacing existing default route to eth0 [192.168.0.5]

Лучше в pppo-setup давай defaultroute, если он предлагает такую настройку...
The software required «Windows 95 or better», so I installed Linux. (Tom Christiansen and Nathan Torkington «Perl Cookbook»)
Спасибо сказали:
Аватара пользователя
snn
Сообщения: 21
ОС: mops linux

Re: Sabayon+PPPoE+ethernet

Сообщение snn »

icoz писал(а):
14.10.2007 20:51
Попробуй в /etc/resolv.conf прописать:

Код:

nameserver 80.80.111.254 nameserver 80.80.111.244 nameserver 127.0.0.1

Или лучше в pppo-setup вместо "DNS: server" дай адрес 80.80.111.254
А еще меня смущает строка:

Код:

sfinx pppd[22693]: not replacing existing default route to eth0 [192.168.0.5]

Лучше в pppo-setup давай defaultroute, если он предлагает такую настройку...

DNS каждый раз провайдер дает разные, ifconfig выдает всегда по-разному. Так что...
Но все равно попробую
Во общения с pppoe-setup нет вопроса на ввод defatulroute. Но в мане было сказано, что можно прописать в /etc/conf.d/net тоже не помогло.
Спасибо сказали:
fornike
Сообщения: 246

Re: Sabayon+PPPoE+ethernet

Сообщение fornike »

>>DNS каждый раз провайдер дает разные, ifconfig выдает всегда по-разному. Так что...

Как же это разные? Вроде у ЦТС`а 80.80.111.254 - это основной днс. Кроме него больше даже никаких не помню :)
Спасибо сказали:
fornike
Сообщения: 246

Re: Sabayon+PPPoE+ethernet

Сообщение fornike »

кстати ещё: iptables -L чо показывает?
Спасибо сказали:
Аватара пользователя
snn
Сообщения: 21
ОС: mops linux

Re: Sabayon+PPPoE+ethernet

Сообщение snn »

fornike писал(а):
17.10.2007 09:38
>>DNS каждый раз провайдер дает разные, ifconfig выдает всегда по-разному. Так что...

Как же это разные? Вроде у ЦТС`а 80.80.111.254 - это основной днс. Кроме него больше даже никаких не помню :)

Просто файл /etc/ppp/resolv.conf каждый раз переписывается, потому так и подумал
а второй ДНС 80.80.111.244

Я пытался их прописать - один }{ер
Спасибо сказали:
Аватара пользователя
snn
Сообщения: 21
ОС: mops linux

Re: Sabayon+PPPoE+ethernet

Сообщение snn »

sfinx snn # ifconfig
eth0 Link encap:Ethernet HWaddr 00:04:61:4A:80:B4
inet addr:192.168.0.248 Bcast:192.168.127.255 Mask:255.255.128.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:20670 errors:0 dropped:0 overruns:0 frame:0
TX packets:46 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1907569 (1.8 Mb) TX bytes:6879 (6.7 Kb)
Interrupt:11 Base address:0xe400

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

sfinx snn # pppoe-start
.. Connected!
sfinx snn # ifconfig
eth0 Link encap:Ethernet HWaddr 00:04:61:4A:80:B4
inet addr:192.168.0.248 Bcast:192.168.127.255 Mask:255.255.128.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:21990 errors:0 dropped:0 overruns:0 frame:0
TX packets:73 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2024141 (1.9 Mb) TX bytes:8858 (8.6 Kb)
Interrupt:11 Base address:0xe400

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

ppp0 Link encap:Point-to-Point Protocol
inet addr:212.193.220.58 P-t-P:80.80.111.97 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:130 (130.0 b) TX bytes:61 (61.0 b)

sfinx snn # tail /var/log/messages
Oct 18 19:16:34 sfinx /etc/init.d/net.ppp0: net.ppp0 is not allowed to be hotplugged
Oct 18 19:16:34 sfinx pppoe[7591]: PADS: Service-Name: ''
Oct 18 19:16:34 sfinx pppoe[7591]: PPP session is 43711 (0xaabf)
Oct 18 19:16:36 sfinx pppd[7587]: PAP authentication succeeded
Oct 18 19:16:36 sfinx [ 251.984000] PPP BSD Compression module registered
Oct 18 19:16:37 sfinx pppd[7587]: not replacing existing default route to eth0 [192.168.0.5]
Oct 18 19:16:37 sfinx pppd[7587]: local IP address 212.193.220.58
Oct 18 19:16:37 sfinx pppd[7587]: remote IP address 80.80.111.97
Oct 18 19:16:37 sfinx pppd[7587]: primary DNS address 80.80.111.254
Oct 18 19:16:37 sfinx pppd[7587]: secondary DNS address 80.80.111.244
sfinx snn # ping ya.ru

-----------------------
sfinx snn # iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
LOG udp -- anywhere anywhere udp dpts:0:1023 LOG level warning
LOG tcp -- anywhere anywhere tcp dpts:0:1023 LOG level warning
DROP udp -- anywhere anywhere udp dpts:0:1023
DROP tcp -- anywhere anywhere tcp dpts:0:1023
LOG tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,ACK/SYN LOG level warning
DROP tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,ACK/SYN
DROP icmp -- anywhere anywhere icmp echo-request

Chain FORWARD (policy DROP)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Спасибо сказали:
Аватара пользователя
3metil
Сообщения: 18

Re: Sabayon+PPPoE+ethernet

Сообщение 3metil »

К инету подцепляюсь таким же образом

Код:

localhost metil # ifconfig eth0 Link encap:Ethernet HWaddr 00:80:48:34:01:65 inet addr:172.16.129.100 Bcast:172.16.172.255 Mask:255.255.0.0 inet6 addr: fe80::280:48ff:fe34:165/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:3309 errors:0 dropped:0 overruns:0 frame:0 TX packets:2410 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:959516 (937.0 Kb) TX bytes:788863 (770.3 Kb) Interrupt:11 Base address:0xa000 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:16436 Metric:1 RX packets:17301 errors:0 dropped:0 overruns:0 frame:0 TX packets:17301 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1975605 (1.8 Mb) TX bytes:1975605 (1.8 Mb) ppp0 Link encap:Point-to-Point Protocol inet addr:85.142.35.40 P-t-P:85.142.32.76 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1 RX packets:3 errors:0 dropped:0 overruns:0 frame:0 TX packets:4 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 RX bytes:30 (30.0 b) TX bytes:37 (37.0 b)

Но route add default gw ppp0 выводит вот что:
localhost metil # route add default gw ppp0
ppp0: Неизвестный хост

Приходится ручками прописывать туда циферки из строчки inet addr:
localhost metil # route add default gw 85.142.35.40

После этого все нормально работает.

Подскажите пожалуйста, можно ли это дело прописать в каком-нибудь файле, чтобы самому каждый раз не вводить, в pppoe-setup нет опции route default gw или подобной.

Кстати на route -n выводит вот что:

localhost metil # route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
85.142.32.76 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
172.16.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 85.142.35.40 0.0.0.0 UG 0 0 0 ppp0
0.0.0.0 172.16.129.254 0.0.0.0 UG 0 0 0 eth0

То есть весь траффик идет еще и через lo, я правильно понял?
Спасибо сказали:
Аватара пользователя
snn
Сообщения: 21
ОС: mops linux

Re: Sabayon+PPPoE+ethernet

Сообщение snn »

3metil писал(а):
13.07.2008 13:13
То есть весь траффик идет еще и через lo, я правильно понял?


По-моему нет.

3metil писал(а):
13.07.2008 13:13
Подскажите пожалуйста, можно ли это дело прописать в каком-нибудь файле, чтобы самому каждый раз не вводить, в pppoe-setup нет опции route default gw или подобной.

Я делал в slackware
pppoe-setup
...
в качестве сервера указал "server" (без ковычек)
...
pppoe-start
.. Connected
и все готово
Спасибо сказали:
Аватара пользователя
DaemonTux
Сообщения: 1480
Статус: Юный падаван
ОС: Gentoo

Re: Sabayon+PPPoE+ethernet

Сообщение DaemonTux »

Вывод route в студию. До и после подключения
Vladivostok Linux User Group
Спасибо сказали:
Аватара пользователя
3metil
Сообщения: 18

Re: Sabayon+PPPoE+ethernet

Сообщение 3metil »

До подключения

Код: Выделить всё

 localhost metil # route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
172.16.0.0      *               255.255.0.0     U     0      0        0 eth0
loopback        *               255.0.0.0       U     0      0        0 lo
default         172.16.129.254  0.0.0.0         UG    0      0        0 eth0

После

Код: Выделить всё

localhost metil # route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
nas2-pril.engec *               255.255.255.255 UH    0      0        0 ppp0
172.16.0.0      *               255.255.0.0     U     0      0        0 eth0
loopback        *               255.0.0.0       U     0      0        0 lo
default         172.16.129.254  0.0.0.0         UG    0      0        0 eth0

После того, как прописал, к ним соответсвенно добавляется строчка:
default 85.142.35.129 0.0.0.0 UG 0 0 0 ppp0

2snn вроде все так же настроено, но не работает почему-то(
Спасибо сказали:
Аватара пользователя
DaemonTux
Сообщения: 1480
Статус: Юный падаван
ОС: Gentoo

Re: Sabayon+PPPoE+ethernet

Сообщение DaemonTux »

В настройках eth0 уберите маршрут по умолчанию. Должно помочь.
Vladivostok Linux User Group
Спасибо сказали:
wzor
Сообщения: 124
ОС: gentoo

Re: Sabayon+PPPoE+ethernet

Сообщение wzor »

Код: Выделить всё

cat /etc/conf.d/net
config_eth0=( "null" )
перезапуск eht0,
затем pppoe-setup
там на вопрос про DNS ответ: server
и все работает как часы :) попробуйте - должно помоч!
Спасибо сказали:
Аватара пользователя
3metil
Сообщения: 18

Re: Sabayon+PPPoE+ethernet

Сообщение 3metil »

Но ведь в параметре config_eth0= хранятся и те настройки, которые я в локалке использую, а не только в pppoe?
(То есть ip, основной шлюз и маска подсети у меня заданы вручную, ибо в локалке много левых роутеров, которые пытаются выдать свои адреса)

Файл /etc/conf.d/net:
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d. To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
config_eth0=( "172.16.129.100 netmask 255.255.0.0 brd 172.16.172.255" )
routes_eth0=( "default gw 172.16.129.254" )
Спасибо сказали:
Аватара пользователя
DaemonTux
Сообщения: 1480
Статус: Юный падаван
ОС: Gentoo

Re: Sabayon+PPPoE+ethernet

Сообщение DaemonTux »

3metil писал(а):
15.07.2008 22:39
routes_eth0=( "default gw 172.16.129.254" )


убрать из конфига и всё будет нормуль
Vladivostok Linux User Group
Спасибо сказали:
Аватара пользователя
3metil
Сообщения: 18

Re: Sabayon+PPPoE+ethernet

Сообщение 3metil »

Пасиб, все заработало теперь :)
Спасибо сказали: