|
|||||||||||
|
Re: wifi network connection
From: Mihira Fernando <mihiratheace(at)gmail.com>
Date: Tue Dec 25 2007 - 09:31:33 EST
ISP dhcp server is not likely to respond to dhcp requests from eth1. your ppp is getting IPs from your ISP. Not eth1. when both ppp0 and eth1 is up, run the following commands as root: These commands flushes out any iptables rules: #iptables --flush #iptables --table nat --flush #iptables --delete-chain #iptables --table nat --delete-chain These 2 commands gets NAT and forwarding on: #iptables --table nat --append POSTROUTING --out-interface ppp0 -j MASQUERADE #iptables --append FORWARD --in-interface eth1 -j ACCEPT This has to get the ball rolling. Mihira. -- Random Quotes From Megas XLR Coop: You see? The mysteries of the Universe are revealed when you break stuff. Jamie: When in doubt, blow up a planet. Kiva: It's an 80 foot robot, if we can't see it, absolutely it's not here. Glorft Technician: Unnecessary use of force in capturing the Earthers has been approved. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Tue Dec 25 02:26:08 2007 This archive was generated by hypermail 2.1.8 : Thu Feb 28 2008 - 01:17:57 EST |
||||||||||
|
|||||||||||