1 (edytowany przez dk75 2010-06-12 08:40:44)

Temat: [solved] 3G - brak internetu na komputerze

Jeśli macie nadzieję, że znajdziecie tu rozwiązanie swojego problemu z 3G to nie musicie dalej czytać.
Miałem źle ustawione trasy na komputerze - router nie miał żadnych problemów.
W Ubuntu było to w edycji połączenia NetworkManagera, w zakładce Przewodowe, podzakładce
Ustawienia IPv4, przycisk Trasy i zaznaczona opcja Używanie tego połączenia tylko dla zasobów tej sieci
Odznaczyłem i działa.

         * * *

Router - TP-Link WR1043ND
OpenWRT - Backfire 10.03+LuCI stąd: http://ecco.selfip.net/tl-wr1043nd-luci/

Na samym routerze się łączę. Robię ping do www.onet.pl i nie ma problemu.
Komputer ma połączenie po LAN do routera i też tu nie ma problemu zarówno z WWW jak i z SSH.

Z komputera pinguję router bez problemu.

Gdy próbuję pingować www.onet.pl z komputera dostaję

connect: Network is unreachable

Nie mogę również dostać się do żadnej WWW.
Pingowanie po IP również nie działa.

trochę danych z routera

cat firewall

config 'defaults'
    option 'syn_flood' '1'
    option 'input' 'ACCEPT'
    option 'output' 'ACCEPT'
    option 'forward' 'REJECT'

config 'zone'
    option 'name' 'lan'
    option 'input' 'ACCEPT'
    option 'output' 'ACCEPT'
    option 'forward' 'REJECT'
    option 'network' 'lan'

config 'zone'
    option 'output' 'ACCEPT'
    option 'forward' 'REJECT'
    option 'name' '3g'
    option 'network' '3g'
    option 'masq' '1'
    option 'input' 'REJECT'

config 'forwarding'
    option 'src' 'lan'
    option 'dest' '3g'

config 'rule'
    option 'src' 'wan'
    option 'proto' 'udp'
    option 'dest_port' '68'
    option 'target' 'ACCEPT'

config 'rule'
    option 'src' 'wan'
    option 'proto' 'icmp'
    option 'icmp_type' 'echo-request'
    option 'target' 'ACCEPT'

config 'include'
    option 'path' '/etc/firewall.user'

config 'forwarding'
    option 'src' '3g'
    option 'dest' 'lan'
ifconfig
3g-3g     Link encap:Point-to-Point Protocol  
          inet addr:77.112.124.193  P-t-P:10.64.64.64  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1440  Metric:1
          RX packets:58 errors:0 dropped:0 overruns:0 frame:0
          TX packets:65 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3 
          RX bytes:9264 (9.0 KiB)  TX bytes:5143 (5.0 KiB)

br-lan    Link encap:Ethernet  HWaddr 00:23:CD:18:F4:6A  
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:993 errors:0 dropped:0 overruns:0 frame:0
          TX packets:848 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:87139 (85.0 KiB)  TX bytes:328361 (320.6 KiB)

eth0      Link encap:Ethernet  HWaddr 00:23:CD:18:F4:6A  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:7373 errors:0 dropped:0 overruns:0 frame:0
          TX packets:9553 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:766382 (748.4 KiB)  TX bytes:3769557 (3.5 MiB)
          Interrupt:4 

eth0.1    Link encap:Ethernet  HWaddr 00:23:CD:18:F4:6A  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:7368 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6907 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:661802 (646.2 KiB)  TX bytes:2691999 (2.5 MiB)

eth0.2    Link encap:Ethernet  HWaddr 00:23:CD:18:F4:6A  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2645 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:1076515 (1.0 MiB)

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:385 errors:0 dropped:0 overruns:0 frame:0
          TX packets:385 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:67882 (66.2 KiB)  TX bytes:67882 (66.2 KiB)
route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.64.64.64     *               255.255.255.255 UH    0      0        0 3g-3g
192.168.1.0     *               255.255.255.0   U     0      0        0 br-lan
default         *               0.0.0.0         U     0      0        0 3g-3g
cat dhcp

config 'dnsmasq'
    option 'domainneeded' '1'
    option 'boguspriv' '1'
    option 'filterwin2k' '0'
    option 'localise_queries' '1'
    option 'local' '/lan/'
    option 'domain' 'lan'
    option 'expandhosts' '1'
    option 'nonegcache' '0'
    option 'authoritative' '1'
    option 'readethers' '1'
    option 'leasefile' '/tmp/dhcp.leases'
    option 'resolvfile' '/tmp/resolv.conf.auto'

config 'dhcp' 'lan'
    option 'interface' 'lan'
    option 'limit' '150'
    option 'leasetime' '12h'
    option 'start' '64'

config 'dhcp' 'wan'
    option 'interface' 'wan'
    option 'ignore' '1'
    option 'dynamicdhcp' '0'

config 'dhcp'
    option 'interface' '3g'
    option 'dynamicdhcp' '0'
    option 'ignore' '1'

config 'host'
    option 'name' 'Kitsunes-zotac'
    option 'mac' '00:01:2e:27:63:83'
    option 'ip' '192.168.1.64'
TP-Link WR1043ND
Backfire 10.03 + Gargoyle 1.3.9 (by obsy)
3G - Huawei E122

2

Odp: [solved] 3G - brak internetu na komputerze

Pokaż jeszcze iptables -v -L i iptables -t nat -v -L

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

3 (edytowany przez rpc 2010-06-11 09:31:44)

Odp: [solved] 3G - brak internetu na komputerze

pokaż no jeszcze
/etc/config/network

no i cóż to za opcja ?

 option 'dynamicdhcp' '0'

po co jej używasz ? przecież masz

option 'ignore' '1'

druga rzecz.
nie mogłeś zostawić wpisów wan musiałeś na 3g przerabiać. Pewnie w firewallu literówka.
Potrzebne logi j/w podane

wywal

    option 'network' 'lan'

4

Odp: [solved] 3G - brak internetu na komputerze

DHCP i firewall robiony przez LuCI (prawie defaultowe ustawienia tylko ZONY połączyłem oraz ustawiłem Hosta i stały adres po MAC dla mojego komputera).

Jedyne co robiłem ręcznie przez VIm to skrypt chat dla E122 (upierdliwy modem ale wcześniej walczyłem z IPCop na VirtualBox to już miałem odpowiednie sekwencje sterujące), konfiguracja usb-switch oraz rc.local. Nic innego nie ruszałem.


cat /etc/config/network

config 'interface' 'loopback'
    option 'ifname' 'lo'
    option 'proto' 'static'
    option 'ipaddr' '127.0.0.1'
    option 'netmask' '255.0.0.0'

config 'interface' 'lan'
    option 'ifname' 'eth0.1'
    option 'type' 'bridge'
    option 'proto' 'static'
    option 'ipaddr' '192.168.1.1'
    option 'netmask' '255.255.255.0'

config 'interface' 'wan'
    option 'ifname' 'eth0.2'
    option 'proto' 'none'
    option 'defaultroute' '0'
    option 'peerdns' '0'

config 'interface' '3g'
    option 'device' '/dev/ttyUSB0'
    option 'service' 'umts'
    option 'proto' '3g'
    option 'hotplug' '1'
    option 'apn' 'www.plusgsm.pl'
    option 'maxwait' '180'

config 'switch'
    option 'name' 'rtl8366rb'
    option 'reset' '1'
    option 'enable_vlan' '1'

config 'switch_vlan'
    option 'device' 'rtl8366rb'
    option 'vlan' '1'
    option 'ports' '1 2 3 4 5t'

config 'switch_vlan'
    option 'device' 'rtl8366rb'
    option 'vlan' '2'
    option 'ports' '0 5t'
iptables -v -L

Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         
  100 12552 ACCEPT     all  --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED 
   16   966 ACCEPT     all  --  lo     any     anywhere             anywhere            
    1    60 syn_flood  tcp  --  any    any     anywhere             anywhere            tcp flags:FIN,SYN,RST,ACK/SYN 
   97  9695 input_rule  all  --  any    any     anywhere             anywhere            
   97  9695 input      all  --  any    any     anywhere             anywhere            

Chain FORWARD (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 ACCEPT     all  --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED 
    0     0 forwarding_rule  all  --  any    any     anywhere             anywhere            
    0     0 forward    all  --  any    any     anywhere             anywhere            
    0     0 reject     all  --  any    any     anywhere             anywhere            

Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         
  115 12605 ACCEPT     all  --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED 
   16   966 ACCEPT     all  --  any    lo      anywhere             anywhere            
   63  7249 output_rule  all  --  any    any     anywhere             anywhere            
   63  7249 output     all  --  any    any     anywhere             anywhere            

Chain forward (1 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 zone_lan_forward  all  --  br-lan any     anywhere             anywhere            
    0     0 zone_3g_forward  all  --  3g-3g  any     anywhere             anywhere            

Chain forwarding_3g (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain forwarding_lan (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain forwarding_rule (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain input (1 references)
 pkts bytes target     prot opt in     out     source               destination         
   97  9695 zone_lan   all  --  br-lan any     anywhere             anywhere            
    0     0 zone_3g    all  --  3g-3g  any     anywhere             anywhere            

Chain input_3g (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain input_lan (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain input_rule (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain output (1 references)
 pkts bytes target     prot opt in     out     source               destination         
   63  7249 zone_lan_ACCEPT  all  --  any    any     anywhere             anywhere            
   22  1403 zone_3g_ACCEPT  all  --  any    any     anywhere             anywhere            

Chain output_rule (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain reject (5 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 REJECT     tcp  --  any    any     anywhere             anywhere            reject-with tcp-reset 
    0     0 REJECT     all  --  any    any     anywhere             anywhere            reject-with icmp-port-unreachable 

Chain syn_flood (1 references)
 pkts bytes target     prot opt in     out     source               destination         
    1    60 RETURN     tcp  --  any    any     anywhere             anywhere            tcp flags:FIN,SYN,RST,ACK/SYN limit: avg 25/sec burst 50 
    0     0 DROP       all  --  any    any     anywhere             anywhere            

Chain zone_3g (1 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 input_3g   all  --  any    any     anywhere             anywhere            
    0     0 zone_3g_REJECT  all  --  any    any     anywhere             anywhere            

Chain zone_3g_ACCEPT (2 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 ACCEPT     all  --  3g-3g  any     anywhere             anywhere            
   22  1403 ACCEPT     all  --  any    3g-3g   anywhere             anywhere            

Chain zone_3g_DROP (0 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 DROP       all  --  3g-3g  any     anywhere             anywhere            
    0     0 DROP       all  --  any    3g-3g   anywhere             anywhere            

Chain zone_3g_MSSFIX (0 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 TCPMSS     tcp  --  any    3g-3g   anywhere             anywhere            tcp flags:SYN,RST/SYN TCPMSS clamp to PMTU 

Chain zone_3g_REJECT (2 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 reject     all  --  3g-3g  any     anywhere             anywhere            
    0     0 reject     all  --  any    3g-3g   anywhere             anywhere            

Chain zone_3g_forward (1 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 zone_lan_ACCEPT  all  --  any    any     anywhere             anywhere            
    0     0 forwarding_3g  all  --  any    any     anywhere             anywhere            
    0     0 zone_3g_REJECT  all  --  any    any     anywhere             anywhere            

Chain zone_lan (1 references)
 pkts bytes target     prot opt in     out     source               destination         
   97  9695 input_lan  all  --  any    any     anywhere             anywhere            
   97  9695 zone_lan_ACCEPT  all  --  any    any     anywhere             anywhere            

Chain zone_lan_ACCEPT (3 references)
 pkts bytes target     prot opt in     out     source               destination         
   97  9695 ACCEPT     all  --  br-lan any     anywhere             anywhere            
   41  5846 ACCEPT     all  --  any    br-lan  anywhere             anywhere            

Chain zone_lan_DROP (0 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 DROP       all  --  br-lan any     anywhere             anywhere            
    0     0 DROP       all  --  any    br-lan  anywhere             anywhere            

Chain zone_lan_MSSFIX (0 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 TCPMSS     tcp  --  any    br-lan  anywhere             anywhere            tcp flags:SYN,RST/SYN TCPMSS clamp to PMTU 

Chain zone_lan_REJECT (1 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 reject     all  --  br-lan any     anywhere             anywhere            
    0     0 reject     all  --  any    br-lan  anywhere             anywhere            

Chain zone_lan_forward (1 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 zone_3g_ACCEPT  all  --  any    any     anywhere             anywhere            
    0     0 forwarding_lan  all  --  any    any     anywhere             anywhere            
    0     0 zone_lan_REJECT  all  --  any    any     anywhere             anywhere
iptables -t nat -v -L

Chain PREROUTING (policy ACCEPT 12 packets, 1001 bytes)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 zone_3g_prerouting  all  --  3g-3g  any     anywhere             anywhere            
   76  6992 zone_lan_prerouting  all  --  br-lan any     anywhere             anywhere            
   76  6992 prerouting_rule  all  --  any    any     anywhere             anywhere            

Chain POSTROUTING (policy ACCEPT 9 packets, 762 bytes)
 pkts bytes target     prot opt in     out     source               destination         
   42  3278 postrouting_rule  all  --  any    any     anywhere             anywhere            
   42  3278 zone_3g_nat  all  --  any    any     anywhere             anywhere            

Chain OUTPUT (policy ACCEPT 31 packets, 2165 bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain postrouting_rule (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain prerouting_3g (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain prerouting_lan (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain prerouting_rule (1 references)
 pkts bytes target     prot opt in     out     source               destination         

Chain zone_3g_nat (1 references)
 pkts bytes target     prot opt in     out     source               destination         
   22  1403 MASQUERADE  all  --  any    3g-3g   anywhere             anywhere            

Chain zone_3g_prerouting (1 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 prerouting_3g  all  --  any    any     anywhere             anywhere            

Chain zone_lan_nat (0 references)
 pkts bytes target     prot opt in     out     source               destination         
    0     0 MASQUERADE  all  --  any    br-lan  anywhere             anywhere            

Chain zone_lan_prerouting (1 references)
 pkts bytes target     prot opt in     out     source               destination         
   76  6992 prerouting_lan  all  --  any    any     anywhere             anywhere
TP-Link WR1043ND
Backfire 10.03 + Gargoyle 1.3.9 (by obsy)
3G - Huawei E122

5

Odp: [solved] 3G - brak internetu na komputerze

U mnie działało takie coś:

config zone
    option name        3g
    option input    REJECT
    option output    ACCEPT 
    option forward    REJECT
    option masq        1 

config forwarding 
    option src      lan
    option dest     3g

I tylko tyle w stosunku do oryginalnego firewalla

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

6

Odp: [solved] 3G - brak internetu na komputerze

co to za system na kliencie windows ?
jeśli tak pokaz wynik polecenia z konsoli cmd

route print
ipconfig

po drugie na konsoli openwrt poprzez ssh zapodaj z wiersza poleceń poniższe komendy

iptables -I FORWARD -j ACCEPT

i zobacz czy net osiągany jest z klienta

jeśli tak pomyśli się co dalej

7 (edytowany przez dk75 2010-06-11 22:26:28)

Odp: [solved] 3G - brak internetu na komputerze

Z tego co widzę, to w route dla default nie jest ustawiony gateway - dla porównania route z mojego komputera gdy podłączam do niego modem

route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.64.64.64     *               255.255.255.255 UH    0      0        0 ppp0
10.121.82.0     *               255.255.255.0   U     0      0        0 pan1
192.168.1.0     *               255.255.255.0   U     1      0        0 eth0
link-local      *               255.255.0.0     U     1000   0        0 ppp0
default         10.64.64.64     0.0.0.0         UG    0      0        0 ppp0

jak widać na routerze jest * a powinno być 10.64.64.64 który jest adresem P-t-P dla interfejsu 3g

Ale gdzie to ustawić?


Co gdzie jak? Jaki klient windows?

Na komputerze mam Ubuntu.
W NetworkManager mam ustawione pobieranie adresów z DHCP.
Oto route, ifconfig i resolv.conf z mojego komputera gdy modem podłączony jest do routera (zrobiłem reset ustawień na routerze i jedyne co konfigurowałem to interfejs 3g na LuCI oraz ustawiłem połączenie 3g do zone wan a potem tylko usb_switch, 3g.chat i rc.local z komputera przesłałem):

route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.121.82.0     *               255.255.255.0   U     0      0        0 pan1
192.168.1.0     *               255.255.255.0   U     1      0        0 eth0
link-local      *               255.255.0.0     U     1000   0        0 eth0
ifconfig
eth0      Link encap:Ethernet  HWaddr 00:01:2e:27:63:83  
          inet addr:192.168.1.102  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:7214 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8033 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1629855 (1.6 MB)  TX bytes:822255 (822.2 KB)
          Interrupt:21 Base address:0x4000 

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:5042 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5042 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:312796 (312.7 KB)  TX bytes:312796 (312.7 KB)

pan1      Link encap:Ethernet  HWaddr 7a:69:80:66:93:d9  
          inet addr:10.121.82.1  Bcast:10.121.82.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:45 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:7491 (7.4 KB)

wlan0     Link encap:Ethernet  HWaddr 00:24:23:09:2f:0a  
          UP BROADCAST MULTICAST  MTU:1500  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:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
cat /etc/resolv.conf 
# Generated by NetworkManager
domain lan
search lan
nameserver 192.168.1.1

iptables -I FORWARD -j ACCEPT na routerze nic nie zmienia

TP-Link WR1043ND
Backfire 10.03 + Gargoyle 1.3.9 (by obsy)
3G - Huawei E122

8

Odp: [solved] 3G - brak internetu na komputerze

Jeżeli z rutera ma dostęp do internetu to nie ruszaj bo wszystko gra, w maskaradą/forwardem jest tylko problem. Czemu to co pokazałeś różni się od tego co był w pierwszym poście?

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

9

Odp: [solved] 3G - brak internetu na komputerze

bo w pierwszym poście jest co to na routerze a w ostatnim to co na komputerze

TP-Link WR1043ND
Backfire 10.03 + Gargoyle 1.3.9 (by obsy)
3G - Huawei E122

10

Odp: [solved] 3G - brak internetu na komputerze

Tak myślałem. A wiesz że to różne softy i inaczej jest to pokazywane?

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

11 (edytowany przez dk75 2010-06-11 23:05:27)

Odp: [solved] 3G - brak internetu na komputerze

Ja tam nie wiem.

W razie gdyby to miało w czymś pomóc oto zrzuty z LuCI
http://www.fileden.com/files/2006/12/11 … ces-3g.png
http://www.fileden.com/files/2006/12/11 … es-lan.png
http://www.fileden.com/files/2006/12/11 … k-dhcp.png
http://www.fileden.com/files/2006/12/11 … -zones.png
http://www.fileden.com/files/2006/12/11 … ontrol.png
http://www.fileden.com/files/2006/12/11 … nsmasq.png

TP-Link WR1043ND
Backfire 10.03 + Gargoyle 1.3.9 (by obsy)
3G - Huawei E122

12

Odp: [solved] 3G - brak internetu na komputerze

ale na ubuntu nie masz trasy domyślnej z tego co widzę
więc nie ma mowy aby komputer miał neta

13

Odp: [solved] 3G - brak internetu na komputerze

Dzięki rpc@ za kopa w du%$

Już miałem podsyłać zrzuty ekranowe z NM gdy coś mnie tknęło i zajrzałem w "Trasy" a tam było "Używaj tylko do zasobów lokalnych".
Ja cię pierdzielę. Ustawiłem tak gdyż podczas wgrywania firmware bez tego nie miałem połączenia z siecią przez modem na komputerze. Połączenie eth0 było trasą defaultową bez względu na połączenie ppp0 a czułem (i miałem rację), że będę potrzebował pomocy (powrót z DD-WRT).

Oh, najtrudniej znaleźć duperele które się samemu sknociło.

Dzięki jeszcze raz rpc@ i Cezary@ za poświęcony czas.

TP-Link WR1043ND
Backfire 10.03 + Gargoyle 1.3.9 (by obsy)
3G - Huawei E122

14

Odp: [solved] 3G - brak internetu na komputerze

no ja tam założyłem że masz windows jak większość dlatego do tego się odniosłem na początku - zresztą skąd mam wiedzieć co tam masz. Coś mnie od razu tknęło że coś nie tak z clientem bo na routerze masz neta a na komputerze nie. Jak już forward all nie zadziałał to już raczej pewny tego byłem a  route tylko to potwierdził.