Chromecast wifi issues - Google Chromecast

Hello, I have a 1131 ag attached is the config. I have added the lines to it but my chromecast still will not work. It works fine on my 1220 ag
both bands enabled and setup for wpa.
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname ap
!
logging rate-limit console 9
enable secret 5 $1$o2d7$6r3jZxnOElqERIRaI5vdt.
!
no aaa new-model
!
!
no ip igmp snooping
no dot11 igmp snooping-helper
dot11 syslog
!
dot11 ssid SUN KING
authentication open
authentication key-management wpa
guest-mode
wpa-psk ascii 7 15010403082F327C7B
no ids mfp client
!
!
!
username Cisco password 7 13261E010803
!
!
bridge irb
!
!
interface Dot11Radio0
no ip address
no ip route-cache
!
encryption mode ciphers tkip
!
ssid SUN KING
!
antenna gain 128
speed basic-1.0 2.0 5.5 11.0 6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
!
interface Dot11Radio1
no ip address
no ip route-cache
!
encryption mode ciphers tkip
!
ssid SUN KING
!
antenna gain 128
no dfs band block
speed basic-6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0
channel dfs
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
!
interface FastEthernet0
no ip address
no ip route-cache
duplex auto
speed auto
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
!
interface BVI1
ip address 192.168.1.2 255.255.255.0
no ip route-cache
!
ip default-gateway 192.168.1.1
ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779...onfig/help/eag
bridge 1 route ip
!
!
!
line con 0
line vty 0 4
login local
!
end

If all else fails I could downgrade to 12.3.8

I had to hard reboot

Related

HOWTO: Set up your G1's Wi-Fi (in order to make it actually *work*)

I've received my Dream yesterday and the wi-fi is painfully slow. At first it didn't work at all, so I entered all settings by hand, assigned it a static IP address and other stuff. Then it worked, albeit very slowly. So, here's what you need to do if your wi-fi isn't too fast.
Go to Wi-Fi settings, press Menu and select Advanced Settings. On your computer (if you're using an unix based OS, at least - can some Windows guru help me out with this?), get to a terminal emulator and type:
Code:
ifconfig en1
This should give you output like this:
Code:
Wiktoria:~ Nekkoru$ ifconfig en1
en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether 00:1c:b3:bd:b9:cb
inet6 fe80::21c:b3ff:febd:b9cb%en1 prefixlen 64 scopeid 0x6
inet 192.168.55.102 netmask 0xffffff00 broadcast 192.168.55.255
media: <unknown subtype>
status: active
Wiktoria:~ Nekkoru$ [CODE]
The IP address after inet (192.168.55.102 in my case) is what you're after. On your phone, enter your IP address as the IP adress you got, with the last block changed to anything that's not being used on your network. I assigned 192.168.55.69 to my phone, because it's easy to remember and it's kind of childish.
Now, your "Gateway" should be your router's IP address. Your router's IP should be specified in it's manual - or your system settings. Your subnet mask should always be 255.255.255.0.
We need your DNS settings now - this is where most of us screw up and this is what you need to fix the most. Go back to your computer's terminal and type in
[CODE]dig
Look at the bottom. You're interested in a line that says "SERVER: xxx.xxx.xxx.xxx". That's your primary, first DNS. If you give that to your phone, your wi-fi should work way faster. Set it up as the second DNS as well, unless you know a better DNS server than your ISP's (anyone?).
I'm sorry this got so complicated, but that's the best way to set up your G1's internet if it gives you any trouble. I hope I helped somewhat.

[Q] What are the best gps settings in XXJPU ?

What settings gives you the best gps with XXJPU ?
Please let us know.
wich operation mode?standalone or msbased?
Startmode ? cold start or hot start
Gps plus?on or off?
Accuracy? wich number
Etc
great gps
My gps is perfect with these settings:
Sessyon type: tracking
Test mode: S/W test
Operation mode: standalone
Start mode: hot start
GPS plus: on
Dynamic accuracy: On
Accuracy: 50 m
GPS logging: off
Server FQDN Type: Custom Config
Server: supl.google.com
Server port 7276
Supl secure socket: Off
AGPS: Supl
thx for the reply,
Lets see what the rest off us have.
This one i will try.
Can more people post there settings,
Only with a good working gps with the xxjpu rom.
pijastomig said:
My gps is perfect with these settings:
Sessyon type: tracking
Test mode: S/W test
Operation mode: standalone
Start mode: hot start
GPS plus: on
Dynamic accuracy: On
Accuracy: 50 m
GPS logging: off
Server FQDN Type: Custom Config
Server: supl.google.com
Server port 7276
Supl secure socket: Off
AGPS: Supl
Click to expand...
Click to collapse
Can you post a track?
Whichever other settings you use, you will definitely also want to use the closest ntp time server pool in the gps.conf file. By default this is set to north-america.pool.ntp.org, so for most of the world, this is not the most optimal time server to use (internet latency introduces jitter into the accuracy of the time supplied).
You certainly can't do any harm changing this to your own continent, or even better your own country!
I use uk.pool.ntp.org here in the UK.
FasterFix program (from XDA developer) makes it easier to change the gps.conf file for you.
Mike
gps
xpcomputers said:
Whichever other settings you use, you will definitely also want to use the closest ntp time server pool in the gps.conf file. By default this is set to north-america.pool.ntp.org, so for most of the world, this is not the most optimal time server to use (internet latency introduces jitter into the accuracy of the time supplied).
You certainly can't do any harm changing this to your own continent, or even better your own country!
I use uk.pool.ntp.org here in the UK.
FasterFix program (from XDA developer) makes it easier to change the gps.conf file for you.
Mike
Click to expand...
Click to collapse
Thx for the reply,
I am from holland so what exactly i need to change?
Best regards
This thread hopefully explains it and gives you the software to make the changes a doddle.
Background on what it does, and how to pick a better ntp pool to use is in this post (and the one after) in that thread.
Any questions are probably best asked in that thread to keep this one clean.
pijastomig said:
My gps is perfect with these settings:
Sessyon type: tracking
Test mode: S/W test
Operation mode: standalone
Start mode: hot start
GPS plus: on
Dynamic accuracy: On
Accuracy: 50 m
GPS logging: off
Server FQDN Type: Custom Config
Server: supl.google.com
Server port 7276
Supl secure socket: Off
AGPS: Supl
Click to expand...
Click to collapse
using the exact settings with the gps.conf changed to my continent.
i was able to to actually track PERFECTLY whilst on the SKY TRAIN today using Sygic's Aura. go figure
Session type: tracking
Test mode: S/W test
Operation mode: MS-Based
Start mode: hot start
GPS plus: on
Dynamic accuracy: On
Accuracy: 70 m
GPS logging: off
Server FQDN Type: Custom Config
Server: supl.google.com
Server port 7276
Supl secure socket: Off
AGPS: Supl
I change the setting in my gps.conf to: "fr.pool.ntp.org" for France with FasterFix app.
I use DocRom JPU v3.0.
That's give me the best results than ever.
Hope that's help you a little : )
Thx,
I wil try it with different gps.config this week.

[Q] OpenVPN Problems with Droid 3

Tried setting up OpenVPN with rooted Steel Droid and it
connects but doesn't route traffic over the browser.
Wondering if I need to set routing tables differently for it to work since these custom kernels don't work on Droid 3.
Using SSL with tun.ko enabled.
OpenVPN binary set to /system/xbin/openvpn and configurations in /sdcard/openvpn.
Done a who.is and it still comes back with Verizon IP address.
Any suggestions or possibly a routing table example?
Did you read this:
http://forum.xda-developers.com/showthread.php?t=1271536
I'm having the exact same problem. OpenVPN connects, but no traffic goes through VPN..
Paste your outpout of
ip route
ip addr
so we can figure it out what is happening.
Here is the output when OpenVPN is connected:
Code:
C:\Users\Matt\Desktop>"C:\Program Files (x86)\Android\android-sdk-windows\platform-tools\adb.exe" shell
[email protected]_solana:/$ ip route
ip route
10.10.0.5 dev tun0 proto kernel scope link src 10.10.0.6
98.145.116.191 via 66.174.201.132 dev ppp0
66.174.201.132 dev ppp0 scope link
66.174.201.132 dev ppp0 proto kernel scope link src 10.228.114.160
default via 66.174.201.132 dev ppp0
[email protected]_solana:/$ ip addr
ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: usb0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
link/ether 8e:cd:9b:8e:73:75 brd ff:ff:ff:ff:ff:ff
3: gether0: <BROADCAST,MULTICAST> mtu 1428 qdisc noop state DOWN qlen 1000
link/ether 5e:bf:ba:15:68:12 brd ff:ff:ff:ff:ff:ff
4: sit0: <NOARP> mtu 1480 qdisc noop state DOWN
link/sit 0.0.0.0 brd 0.0.0.0
5: ip6tnl0: <NOARP> mtu 1460 qdisc noop state DOWN
link/tunnel6 :: brd ::
6: tun: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 500
link/ether 56:65:b5:b7:5c:98 brd ff:ff:ff:ff:ff:ff
10: ppp0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 3
link/ppp
inet 10.228.114.160 peer 66.174.201.132/32 scope global ppp0
12: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 100
link/[65534]
inet 10.10.0.6 peer 10.10.0.5/32 scope global tun0
[email protected]_solana:/$
My OpenVPN server IP is 98.145.116.191, yet when I go to whatismyip.com on my phone it is still 174.255.162.200.
Here is my OpenVPN server config
Code:
port 5555
dev tun
proto tcp
comp-lzo
float
keepalive 10 60
ping-timer-rem
resolv-retry 60
status openvpn-status.txt
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
server 10.10.0.0 255.255.255.0
verb 4
mode server
push "redirect-gateway def1"
My client config
Code:
client
remote zone117x.dyndns.info 5555
proto tcp
comp-lzo
dev tun
float
ping-timer-rem
resolv-retry infinite
route-gateway 10.10.0.1
dhcp-option DNS 10.10.0.1
keepalive 10 120
ca ca.crt
cert client1.crt
key client1.key
I confess, I'm a little bit surprised by your output. ifconfig seems to have worked, and there is a host route to your VPN server, which is good, too.
However the default route didn't switch.
Could you please try the following, as root on command line:
route add -net 0.0.0.0/1 dev tun0
route add -net 128.0.0.0/1 dev tun0
Does this help?
BTW, even if this works, I guess you will run into MTU issues. Add something like "mssfix 1200" to your openvpn config.
It's saying invalid argument when I try both of those. Should I be using those IPs?
Sorry, I'm mostly clueless with this networking..
Resurrect from the dead.
I don't mean to resurrect this but I still can't get OpenVPN. I was wondering if anybody knew if a custom TUN.ko was still needed but the locked bootloader prohibited this still.
On another note I was hoping I could just reconfigure the iptables or iproute from the Droid 3 source and somehow use AOKP CM9 build to try this out. OpenVPN wasn't listed in the CM9 VPN listings but didn't know if it were possible to change that or revert to Stock Rom and go from there.
OpenVPN
I am running Maverick ROM 3.5 (based on stock firmware system files) and something really strange is happening.
I am able to connect to my openvpn server and i am able to access the file shares on the network and of course copy, delete or upload files. I am also able to connect to ssh server. BUT i cannot connect to any http servers inside to remote network !!!
Its really weird as i know my openvpn conf files are fine (i was using the same files with an openvpn client to a different phone and i was able to access the http servers from there.)

[TUT]Connect to PC`s WIFI hotspot using Virtual Router.

Hello. I was searching on google how to connect my android to my PC`s shared Internet over Virtual Router.
I wanted to share this method because as I read there were many problems connecting to Virtual Router (works only on Windows 7 with Hosted network support).
Sorry, cannot post any links to application or sources as I have no access to that option.
Do not know if this will work for you but it worked for me. It is worth a try.
1. So, first step is to verify that your WiFi card is supported (search google - "virtual router supported devices" and at second result you can check that).
2. If you do not have supported device, sorry, can not help you. But if you have, then download Virtual Router manager v0.9 BETA application and run it. If you cannot start Virtual Router follow all next steps. But if you can start it and you can connect with your android device to Virtual Router then go straight to the step no. 10.
3. Open command prompt with Administrator privileges. (Windows button + R)
4. Enter the following command: netsh wlan set hostednetwork mode=allow ssid=Test key=YOUR PASSWORD GOES HERE
Keep CMD window open as you will need it later (This will create a wireless access-point with SSID of “Test” Windows-7-Wifi-Setup)
5. Open the Networks and Sharing Center, then Change adapter settings.
Notice that there is a new "adapter" with labels:
Wireless Network Connection (may have some number at the end)
Test
Microsoft Virtual WiFi Miniport Adapter
6. Right mouse click on adapter with what are you using internet on your PC and select Properties.
7. At the Sharing tab tick both boxes and at Home network connection drop-down menu select adapter which you created at step no. 4 (Virtual WiFi Miniport Adapter).
8. After you have done these steps, go back at CMD and run this command: netsh wlan start hostednetwork.
This will start Virtual Router as well (if you left it running at step no.2). If you closed it then start Virtual Router and click on Start.
9. Now try to connect with your android device to Virtual Router.
10. Check if you have an internet connection by going on web. If you can connect and have internet connection then you are lucky and that is it for you. But if you can connect to Virtual Router but do not have internet access then follow these last steps.
11. On Windows, the Networks and Sharing Center, then Change adapter settings.
Double click on Microsoft Virtual WiFi Minispot Adapter and click on Details.
From there you will need this information: IPv4 Address and IPv4 Subnet Mask
12. (Note - you have to be connected to Virtual Router because I did that ant that was the way it worked for me) On android device go to Settings -> Wireless & networks -> Wi-Fi Settings. Press Menu button and go to Advanced.
Note the IP adress which Virtual Router have provided to you.
12.1. Tick Use static IP
12.2. In IP address enter the address which Virtual Router had provided to you.
12.3. In Gateway enter IPv4 Address from step no. 11.
12.4. In Netmask enter digits from IPv4 Subnet Mask (255.255.255.0)
12.5. In DNS 1 enter 8.8.8.8 and in DNS 2 enter 8.8.4.4 (those are Google Public DNS).
12.6. Press Menu button and select Save.
Now you can check if you have a internet connection.
I hope this will work for you as it is working for me.
If this helped you, do not be shy to click on Thanks
Credits for steps 3. - 8. goes to user_01 from virtualrouter.codeplex.com
and
Credits for steps 11. - 12. goes to lorenz from londatiga.com.
Of course, these steps are not just copy-paste, I wrote them going through those steps.
Thanks and your welcome.
I tried but it doesn't create a new adapter called "Test"
SSID will be called "Test". Adapter will be called Wireless Network Connection (may have some number at the end)

[Q] (Problem) Make Raspberry pi share internet via Ethernet (Filter)

Greetings,
I use Raspbian.
I come over here, I'm a beginner, and I would like to ask for help on an issue (draft) I'm doing.
Explained below:
First of all I have Raspbian in my Raspberry Pi, then I want to do is set this as a network node to monitor through "dumpcap" packets that pass through my network, I've done I installed everything necessary in fact I've already running great, I've done through a Wireless (USB) adapter from functioning as "Access Point" wireless (so will download the files to be saved), I've come this far following this tutorial: (Photo Attached) and another pair.
The fact is that since I could configure all my peripherals, the problem lies in the following:
I need to connect from my local home router or from the Internet source (ADSL Modem), through an Ethernet cable to my Raspberry Pi (which work to record all packets My network traffic by "dumpcap") it is noteworthy that this will have perfectly configured, then I need through another Ethernet cable which my computer (PC) will be connected by a transformer USB-> Ethernet (attached reference picture), for example, that I have done and the only mistake that happens to me is that my PC does not receive Internet remains limited, in theory I need to do is that the Raspberry Pi function as a filter through which to capture packets of dumpcap store in some files (this is already done), but then the computer will connect by USB-port Ethernet continues to have internet and work perfectly as if connecting from the ADSL modem to the PC directly.
Could anyone help?
Thanks in advance.
-----------------
Deputy contents of the most usual configuration files so that any expert tell me if I have an error .
/etc/default/isc-dhcp-server
Code:
# Defaults for isc-dhcp-server initscript
# sourced by /etc/init.d/isc-dhcp-server
# installed at /etc/default/isc-dhcp-server by the maintainer scripts
#
# This is a POSIX shell fragment
#
# Path to dhcpd's config file (default: /etc/dhcp/dhcpd.conf).
DHCPD_CONF=/etc/dhcp/dhcpd.conf
# Path to dhcpd's PID file (default: /var/run/dhcpd.pid).
DHCPD_PID=/var/run/dhcpd.pid
# Additional options to start dhcpd with.
# Don't use options -cf or -pf here; use DHCPD_CONF/ DHCPD_PID instead
#OPTIONS=""
# On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
# Separate multiple interfaces with spaces, e.g. "eth0 eth1".
INTERFACES="wlan0 eth0 eth1"
/etc/dhcp/dhcpd.conf
Code:
#...
# If this DHCP server is the official DHCP server for the local
# network, the authoritative directive should be uncommented.
authoritative;
#...
subnet 192.168.42.0 netmask 255.255.255.0 {
range 192.168.42.10 192.168.42.50;
option broadcast-address 192.168.42.255;
option routers 192.168.42.1;
default-lease-time 600;
max-lease-time 7200;
}
/etc/network/interfaces
Code:
auto lo
iface lo inet loopback
auto eth0
#iface eth0 inet dhcp
#iface lo inet loopback
iface eth0 inet static
address 192.168.42.2
netmask 255.255.255.0
#gateway 192.168.0.1
auto eth1
#iface eth1 inet static
#iface lo inet loopback
iface eth1 inet static
address 192.168.42.3
netmask 255.255.255.0
#gateway 192.168.0.1
auto wlan0
#allow-hotplug wlan0
iface wlan0 inet static
address 192.168.42.1
netmask 255.255.255.0
#auto wlan0
#allow-hotplug wlan0
#iface wlan0 inet manual
#wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
auto wlan1
allow-hotplug wlan1
iface wlan1 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
up iptables-restore < /etc/iptables.ipv4.nat
/etc/hostapd/hostapd.conf
Code:
interface=wlan0
driver=rtl871xdrv
ssid=OggunLab
hw_mode=g
channel=6
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
wpa=2
wpa_passphrase=Shabukenke01
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP
rsn_pairwise=CCMP
/etc/default/hostapd
Code:
# Defaults for hostapd initscript
#
# See /usr/share/doc/hostapd/README.Debian for information about alternative
# methods of managing hostapd.
#
# Uncomment and set DAEMON_CONF to the absolute path of a hostapd configuration
# file and hostapd will be started during system boot. An example configuration
# file can be found at /usr/share/doc/hostapd/examples/hostapd.conf.gz
#
DAEMON_CONF="/etc/hostapd/hostapd.conf"
# Additional daemon options to be appended to hostapd command:-
# -d show more debug messages (-dd for even more)
# -K include key data in debug messages
# -t include timestamps in some debug messages
#
# Note that -B (daemon mode) and -P (pidfile) options are automatically
# configured by the init.d script and must not be added to DAEMON_OPTS.
#
----------------------

Categories

Resources