Search found 14 matches
- Wed Jul 30, 2014 8:03 pm
- Forum: Network / Wireless Issues
- Topic: bridge-repeater issue
- Replies: 0
- Views: 1591
bridge-repeater issue
Hello. It looks like I am having the same problem as this one : http://www.gargoyle-router.com/phpbb/viewtopic.php?f=11&t=4309#p18822 I use my gargoyle router as a wifi client to an upstream router. I have a bunch of devices connected with a cable to it. I also enabled the repeater feature, and ...
- Sun Oct 21, 2012 9:26 pm
- Forum: General Discussion
- Topic: Help setting up VPN client
- Replies: 23
- Views: 34535
Re: Help setting up VPN client
Okay,
Figured it out myself :
in if-up.sh, replace the GW= line with
Figured it out myself :
in if-up.sh, replace the GW= line with
Code: Select all
GW=$(ifconfig pptp-vpn | grep "inet addr" | cut -d \ -f 14 | sed 's/P-t-P://')
- Sun Oct 21, 2012 6:31 pm
- Forum: General Discussion
- Topic: Help setting up VPN client
- Replies: 23
- Views: 34535
Re: Help setting up VPN client
Hello Gideon7. Thanks to your great write-up, I now have a working router that acts as a VPN gateway for a company voip phone. The /etc/ppp/ip-up.d/ip-up.sh script is missing a V at the very end. :) As the VPN gateway (GW in your script) on the remote lan changes from time time for me, I would like ...
- Mon Oct 08, 2012 7:35 pm
- Forum: Hardware / Installation Issues
- Topic: TP-LINK TL-WR1043ND wan port does'nt work after flashing 1,5
- Replies: 4
- Views: 13532
Re: TP-LINK TL-WR1043ND wan port does'nt work after flashing
Yes, this issue is documented on the openwrt trac ticket system : https://dev.openwrt.org/ticket/11898 The newer routers come with a boot loader that disables the wan port on boot so that it doesn't "leak" during the power up time, it then gets enabled by the TP-Link firmware. One way to &...
- Sat Jan 07, 2012 4:28 pm
- Forum: General Discussion
- Topic: WGT634U wifi?
- Replies: 10
- Views: 7145
Re: WGT634U wifi?
So,
With your setup, the wifi interface acts as WAN and the wired ports act as LAN, and they are on different subnets... They are not bridged together, the traffic is routed and NATed...
Right?
With your setup, the wifi interface acts as WAN and the wired ports act as LAN, and they are on different subnets... They are not bridged together, the traffic is routed and NATed...
Right?
- Fri Jan 06, 2012 10:48 pm
- Forum: General Discussion
- Topic: WGT634U wifi?
- Replies: 10
- Views: 7145
Re: WGT634U wifi?
To simplify troubleshooting, I set up everything with static ip addresses. Here is what I have so far : -a computer attached to a wired port can ping the wgt634u -the wgt634u can ping a computer attached to a wired port That takes care of the wire side of things. Next : - the wgt634u can ping the ac...
- Fri Jan 06, 2012 9:25 pm
- Forum: General Discussion
- Topic: WGT634U wifi?
- Replies: 10
- Views: 7145
Re: WGT634U wifi?
Hello.
Any news about these config files?
Thanks again!
Any news about these config files?
Thanks again!
- Wed Jan 04, 2012 2:25 pm
- Forum: General Discussion
- Topic: WGT634U wifi?
- Replies: 10
- Views: 7145
Re: WGT634U wifi?
Remember Gargoyle is just the GUI for OpenWRT base underneath Hum... I thought there was some software installed to do the arp-nat magic? I read from the wiki that Gargoyle can be installed on top of openwrt as a package, but the link seems dead... Or maybe I was looking in the wrong place? And I g...
- Wed Jan 04, 2012 12:17 pm
- Forum: General Discussion
- Topic: WGT634U wifi?
- Replies: 10
- Views: 7145
Re: WGT634U wifi?
Hello. The reason I would like to see Gargoyle working instead of any other distros is because so far, Gargoyle has been the most reliable and easy to setup of them all. Have you ever tried to setup a client-bridge on openwrt through Luci??? Gargoyle is straightforward, and it does what is says it d...
- Wed Jan 04, 2012 11:44 am
- Forum: General Discussion
- Topic: WGT634U wifi?
- Replies: 10
- Views: 7145
Re: WGT634U wifi?
Is there a walkthrough/list of all the required configs/software needed to manually get a working client-bridge gargoyle setup?
What changes are made to the network file when client-bridge is enabled? What software is used to pass arp/dhcp requests to the head router?
...
Any help will be welcome.
What changes are made to the network file when client-bridge is enabled? What software is used to pass arp/dhcp requests to the head router?
...
Any help will be welcome.