15778 Brainslayer Build

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Goto page Previous  1, 2, 3 ... , 10, 11, 12  Next
Author Message
frater
DD-WRT Guru


Joined: 07 Jun 2006
Posts: 2777

PostPosted: Sun Dec 05, 2010 11:46    Post subject: Reply with quote
stalonge wrote:
My router is running with NO problems for 12 days ..

I have a ftp running here ... the world can see my ftp server with the proper portforwarding ..

Thanks devs ... great build

Very Happy Very Happy
It was no issue with portforwarding from WAN. People were giving wrong feedback. It turned out the loopback is not working. You probably are not using it or rarely.

I would have noticed it immediately had I not been running a reverse proxy on my router.
I minimize loopback already (with local DNS) because otherwise the traffic has to travel back and forth to my router which is wirelessly bridged.

_________________
Asus RT16N + OTRW
Kingston 4GB USB-disk 128 MB swap + 1.4GB ext3 on /opt + 2 GB ext3 on /mnt
Copperjet 1616 modem in ZipB-config
Asterisk, pixelserv & Pound running on router
Another Asus RT16N as WDS-bridge

DD-WRT v24-sp2 vpn (c) 2010 NewMedia-NET GmbH
Release: 12/16/10 (SVN revision: 15758M)
Sponsor
mastacontrola
DD-WRT Novice


Joined: 23 Nov 2010
Posts: 28
Location: Crown Point, NY

PostPosted: Sun Dec 05, 2010 21:18    Post subject: Re: port forwaring broken with this build Reply with quote
In reply, although this is an "ugly" fix it allows internal loopback to work.

offhand wrote:
I can confirm port forwarding stopped working with this build. Downgraded to the previous version and it works again.


mastacontrola wrote:
Go to the GUI. Click on Administration, click on Commands.

In the box put this command and click apply.

iptables -t nat -A POSTROUTING -j MASQUERADE

_________________
Running Build(s) on
WNDR4500v1 BrainSlayer 21995
E4200 BrainSlayer 21605
WNDR3700v2 BrainSlayer 21286

"Insanity: Trying the same thing over and over again, expecting a
different result"
Bill1426
DD-WRT Novice


Joined: 29 Jun 2009
Posts: 23

PostPosted: Mon Dec 06, 2010 2:46    Post subject: Reply with quote
Did anyone notice with the WRT610N Mega version of 15778, that when are in the router gui, and you click on a tab (anyone of them), it is trying to go to slapnet.com..
I also noticed that my speed Up & Down have slowed..
I reinstalled 15704, and all the issues went away..

_________________
WRT610n v1
CPU: Broadcom BCM4785 chip rev 2
CPU Clock: 330 MHz
greedj
DD-WRT User


Joined: 17 Nov 2007
Posts: 51
Location: Grand Rapids, MI

PostPosted: Tue Dec 07, 2010 14:17    Post subject: Another confirmation port forwarding not working. Reply with quote
Another confirmation port forwarding not working.

I just setup a new E3000 last night but I did not test port forwarding. Now I can't connect from work on any of my port forwards.

No big deal, I will roll back to the posted working build tonight.

Cheers
kt_haddock
DD-WRT Guru


Joined: 25 Dec 2009
Posts: 710

PostPosted: Tue Dec 07, 2010 22:32    Post subject: Reply with quote
Tonight my power gone. When it's come back my router don't give access to WAN-side only to LOCAL. I have to do a reset and reconfigure from scratch. Is'nt supposed to come back with no issue?

Have I missed something or ?

EDIT: This fixed that thing:
wanf=`nvram get wan_iface`
iptables -I INPUT 2 -i $wanf -p udp --sport 67 --dport 68 -j ACCEPT

Router and buils as in my sign.

_________________
[I prefer answere in whole sentence]


Last edited by kt_haddock on Sat Dec 11, 2010 22:58; edited 1 time in total
Mysticfox
DD-WRT Novice


Joined: 20 Oct 2010
Posts: 8

PostPosted: Wed Dec 08, 2010 3:04    Post subject: Re: Another confirmation port forwarding not working. Reply with quote
greedj wrote:
Another confirmation port forwarding not working.

I just setup a new E3000 last night but I did not test port forwarding. Now I can't connect from work on any of my port forwards.

No big deal, I will roll back to the posted working build tonight.

Cheers

I can confirm that the following fix works to restore port forwarding functionality on my Linksys E3000.
frater wrote:
mastacontrola wrote:
Go to the GUI. Click on Administration, click on Commands.

In the box put this command and click apply.

iptables -t nat -A POSTROUTING -j MASQUERADE

This command will get lost the moment you change another setting in the router as it restarts the firewall and rebuilds all the tables.
Do this to keep it in until it get fixed:

Go to the GUI. Click on Administration, click on Commands.

In the box put this command and click Save Firewall.

iptables -t nat -A POSTROUTING -j MASQUERADE
m00nman
DD-WRT User


Joined: 14 Jan 2009
Posts: 406
Location: AB, Canada

PostPosted: Wed Dec 08, 2010 9:02    Post subject: Reply with quote
I had problem with this build in repeater mode. I have xbox360 and a desktop connected to the N12. It also repeats the signal for other devices like my phone. It would randomly have no connection for wired or wireless clients. And it was weird since when I had no connection on wired part, wireless clients would work fine, and vice versa.

At first i though Desktop NIC was failing, so I put in Wireless stick, and the same problem happened again. Then xbox would randomly have no connection to the internet. So I reverted to eko 15508 and everything is working fine.

I was using std-small build, did not try any others and I did do 30-30-30's

_________________

Nethear R6300 v2 - Latest Kong dd-wrt always
Linksys E3000 - Latest dd-wrt always
Asus RT-N56U - OpenWRT trunk
frater
DD-WRT Guru


Joined: 07 Jun 2006
Posts: 2777

PostPosted: Wed Dec 08, 2010 9:12    Post subject: Re: Another confirmation port forwarding not working. Reply with quote
Mysticfox wrote:
I can confirm that the following fix works to restore port forwarding functionality on my Linksys E3000.
frater wrote:
mastacontrola wrote:
Go to the GUI. Click on Administration, click on Commands.

In the box put this command and click apply.

iptables -t nat -A POSTROUTING -j MASQUERADE

This command will get lost the moment you change another setting in the router as it restarts the firewall and rebuilds all the tables.
Do this to keep it in until it get fixed:

Go to the GUI. Click on Administration, click on Commands.

In the box put this command and click Save Firewall.

iptables -t nat -A POSTROUTING -j MASQUERADE

It is this command or else it will be masquerading too much traffic!!!!
iptables -t nat -A POSTROUTING -s 192.168.10.0/255.255.255.0 -d 192.168.10.0/255.255.255.0 -o br0 -j MASQUERADE

Replace the subnet with your own subnet!

_________________
Asus RT16N + OTRW
Kingston 4GB USB-disk 128 MB swap + 1.4GB ext3 on /opt + 2 GB ext3 on /mnt
Copperjet 1616 modem in ZipB-config
Asterisk, pixelserv & Pound running on router
Another Asus RT16N as WDS-bridge

DD-WRT v24-sp2 vpn (c) 2010 NewMedia-NET GmbH
Release: 12/16/10 (SVN revision: 15758M)
marcomsosua
DD-WRT Novice


Joined: 06 Dec 2010
Posts: 9

PostPosted: Wed Dec 08, 2010 9:39    Post subject: Reply with quote
PPPoE don't work with Belkin F7D4301 in all builds > 15501.

See more info here.
greedj
DD-WRT User


Joined: 17 Nov 2007
Posts: 51
Location: Grand Rapids, MI

PostPosted: Thu Dec 09, 2010 4:58    Post subject: Re: Another confirmation port forwarding not working. Reply with quote
greedj wrote:
Another confirmation port forwarding not working.

I just setup a new E3000 last night but I did not test port forwarding. Now I can't connect from work on any of my port forwards.

No big deal, I will roll back to the posted working build tonight.

Cheers


Rolled back to 15704 with a reset to factory defaults and everything works now.
These are the major functions I use right now.

PPPoe: Working

DynDNS: Working

NTP: Working

Wireless: All the following are working
Physical Adapter 1: WPA2 Personal/AES
Virtual Adapter 1: WPA Personal/TKIP (For compatibility)
Physical Adapter 2: WPA2 Enterprise/AES (Using Active Directory)
Virtual Adapter 2: WPA2 Personal/AES

DNSMasq with local DNS and Active Directory DNS entries under additional options: Working

System log forwarding: Working

Static DHCP entries: Working

PortForwarding: Working

Port Range Forwarding: Working

Wake on Lan: Working

Great Job Guys!!! Very Happy
mastacontrola
DD-WRT Novice


Joined: 23 Nov 2010
Posts: 28
Location: Crown Point, NY

PostPosted: Sat Dec 11, 2010 22:40    Post subject: Re: Another confirmation port forwarding not working. Reply with quote
Look, if you read the posts, there is a fix. The one right above this even tells you how to fix it without masquarading incoming traffic.

To do it, go to your webgui.

Log in.

Click on the Administration Tab.

Once in click on the Commands Sub-tab.

Copy: iptables -t nat -A POSTROUTING -s 192.168.10.0/255.255.255.0 -d 192.168.10.0/255.255.255.0 -o br0 -j MASQUERADE
to the text window, replacing the 192.168.10.0/255.255.255.0 with your IP and subnet information.

Click on the Save Firewall at the bottom of the page. Then just for good measure, click the apply changes button.

You will then be good to go as far as port forwarding. I also have a Linksys E3000 router and had, initially, the same problems. What the problem was, is when I was on the local network, (My personal) I couldn't access my web sites or stuff using the port forwards. However, from outside the network I had no issues but didn't think to test this until after the loopback issue was brought up by phuzi0n and frater and redhawk0. The precursor of no subnet setting fixed it but turned all my traffic coming in as coming from the router. With the modification frater added it corrected this completely.

frater wrote:
Mysticfox wrote:
I can confirm that the following fix works to restore port forwarding functionality on my Linksys E3000.
frater wrote:
mastacontrola wrote:
Go to the GUI. Click on Administration, click on Commands.

In the box put this command and click apply.

iptables -t nat -A POSTROUTING -j MASQUERADE

This command will get lost the moment you change another setting in the router as it restarts the firewall and rebuilds all the tables.
Do this to keep it in until it get fixed:

Go to the GUI. Click on Administration, click on Commands.

In the box put this command and click Save Firewall.

iptables -t nat -A POSTROUTING -j MASQUERADE

It is this command or else it will be masquerading too much traffic!!!!
iptables -t nat -A POSTROUTING -s 192.168.10.0/255.255.255.0 -d 192.168.10.0/255.255.255.0 -o br0 -j MASQUERADE

Replace the subnet with your own subnet!


greedj wrote:
greedj wrote:
Another confirmation port forwarding not working.

I just setup a new E3000 last night but I did not test port forwarding. Now I can't connect from work on any of my port forwards.

No big deal, I will roll back to the posted working build tonight.

Cheers


Rolled back to 15704 with a reset to factory defaults and everything works now.
These are the major functions I use right now.

PPPoe: Working

DynDNS: Working

NTP: Working

Wireless: All the following are working
Physical Adapter 1: WPA2 Personal/AES
Virtual Adapter 1: WPA Personal/TKIP (For compatibility)
Physical Adapter 2: WPA2 Enterprise/AES (Using Active Directory)
Virtual Adapter 2: WPA2 Personal/AES

DNSMasq with local DNS and Active Directory DNS entries under additional options: Working

System log forwarding: Working

Static DHCP entries: Working

PortForwarding: Working

Port Range Forwarding: Working

Wake on Lan: Working

Great Job Guys!!! Very Happy

_________________
Running Build(s) on
WNDR4500v1 BrainSlayer 21995
E4200 BrainSlayer 21605
WNDR3700v2 BrainSlayer 21286

"Insanity: Trying the same thing over and over again, expecting a
different result"
phuzi0n
DD-WRT Guru


Joined: 10 Oct 2006
Posts: 10141

PostPosted: Sat Dec 11, 2010 23:16    Post subject: Reply with quote
BTW I realized that the reason why I originally thought bridges had loopback is that they did but only on k2.6 builds because of this bug:

http://svn.dd-wrt.com:8000/dd-wrt/ticket/1853

Although this bug with bridges causes duplicate GUI settings which are confusing, it did have one big benefit of allowing you to control loopback for the bridge until the bug that killed loopback entirely came about. If you have any unbridged interfaces or manually created bridges and you want loopback for them without masquerading all incoming traffic then you have to create a masquerade rule for each of the interfaces.

_________________
Read the forum announcements thoroughly! Be cautious if you're inexperienced.
Available for paid consulting. (Don't PM about complicated setups otherwise)
Looking for bricks and spare routers to expand my collection. (not interested in G spec models)
SFK
DD-WRT Novice


Joined: 15 Dec 2010
Posts: 9

PostPosted: Wed Dec 15, 2010 10:12    Post subject: NTFS mount Reply with quote
E3000 with the last brainslayer build 15778

I did not manage to mount a large NTFS partiton with auto mount and manually i don't know how to do it.

The disk is identified and the partiton also but it says:
/dev/discs/disc0/disc
Block device, size 465.8 GiB (500107862016 bytes)
DOS/MBR partition map
Partition 1: 465.8 GiB (500104691712 bytes, 976766976 sectors from 2048)
Type 0x07 (HPFS/NTFS)
NTFS file system
Volume size 465.8 GiB (500104691200 bytes, 976766975 sectors)
Status: Not mounted - Unsupported file system or disk not formated

I have seen some ntfs-3g options but i do not know how to do it ...

On the other side ... so far so good ... 2 days of up time.I am planing to open the router and add some bigger heat sinks in order to be cooler. I like it though ... the ver is E3000 EE.

I have upgraded form 320N and the ddwrt works slightly faster on this Smile
kt_haddock
DD-WRT Guru


Joined: 25 Dec 2009
Posts: 710

PostPosted: Wed Dec 15, 2010 19:58    Post subject: Re: NTFS mount Reply with quote
SFK wrote:
E3000 with the last brainslayer build 15778

I did not manage to mount a large NTFS partiton with auto mount and manually i don't know how to do it.

The disk is identified and the partiton also but it says:
/dev/discs/disc0/disc
Block device, size 465.8 GiB (500107862016 bytes)
DOS/MBR partition map
Partition 1: 465.8 GiB (500104691712 bytes, 976766976 sectors from 2048)
Type 0x07 (HPFS/NTFS)
NTFS file system
Volume size 465.8 GiB (500104691200 bytes, 976766975 sectors)
Status: Not mounted - Unsupported file system or disk not formated

I have seen some ntfs-3g options but i do not know how to do it ...

On the other side ... so far so good ... 2 days of up time.I am planing to open the router and add some bigger heat sinks in order to be cooler. I like it though ... the ver is E3000 EE.

I have upgraded form 320N and the ddwrt works slightly faster on this Smile



Use this: NTFS in this builds: big, mini_usb_nas and std_usb_nas => v24-K26

_________________
[I prefer answere in whole sentence]
SFK
DD-WRT Novice


Joined: 15 Dec 2010
Posts: 9

PostPosted: Thu Dec 16, 2010 12:27    Post subject: yep Reply with quote
My problem was that i was using mega now i have bin and it is ok Smile the NTFS automount works
Goto page Previous  1, 2, 3 ... , 10, 11, 12  Next Display posts from previous:    Page 11 of 12
Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware All times are GMT

Navigation

 
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
You can attach files in this forum
You can download files in this forum