Hi,
I want to configure a Linux system as a router (u can say IP Forwarding). This system can be used to connect two different IP Address schemes & will work as a router.
I've tried it with RedHat 8 & 9 also but no success. I've checked that service iptable is also not running.
I've also enabled IP_FORWARD with echo "1" > /proc/sys/net/ipv4/ip_forward.
I'm not able to ping or telnet to other side network.
Any help is greatly appreciated.
Amol
-----Original Message----- From: linuxers-bounces@mm.ilug-bom.org.in On Behalf Of Amol Deshpande Sent: Tuesday, January 06, 2004 8:45 AM
Hi,
I want to configure a Linux system as a router (u can say IP Forwarding). This system can be used to connect two different IP Address schemes & will work as a router.
Can you provide more info about the networking setup (ip/mask/gateway) done at 1. machine A on segment 1 2. machine B on segment 2 3. router machine
Additionally, have you taken a look at linux router on a floppy project as well as freesco project? They are linux based but aimed at the core functionality as a router.
Thanks and Regards, Kiran Ghag Web Page: http://kiran7.freeservers.com
_____
There are two ways to write error-free programs; only the third one works.
On Tue, Jan 06, 2004 at 08:45:08AM +0530, Amol Deshpande wrote:
I've tried it with RedHat 8 & 9 also but no success. I've checked that service iptable is also not running.
What are your rules/chain-set? Can you write what exact problem you are facing? Have you gone through HOWTO?
==== Krishna
On Tue, 6 Jan 2004, Amol Deshpande wrote:
I want to configure a Linux system as a router (u can say IP Forwarding). This system can be used to connect two different IP Address schemes & will work as a router.
I've tried it with RedHat 8 & 9 also but no success. I've checked that service iptable is also not running.
Why use redhat for routing when you have a distribution specifically made for routing? Check the linux router project.
Oh, and please fix your line length.
hi, pls send the output of
#ifconfig -a and #route
regards milind dhoke
On Tue, 2004-01-06 at 08:45, Amol Deshpande wrote:
Hi,
I want to configure a Linux system as a router (u can say IP Forwarding). This system can be used to connect two different IP Address schemes & will work as a router.
I've tried it with RedHat 8 & 9 also but no success. I've checked that service iptable is also not running.
I've also enabled IP_FORWARD with echo "1" > /proc/sys/net/ipv4/ip_forward.
I'm not able to ping or telnet to other side network.
Any help is greatly appreciated.
Amol
hi amol
1. check ur firewall rules ... 2. check ur DNS settings ( or try pinging with the ip address ) , just to be sure
regards Narayan Kejriwal
--- Amol Deshpande amol@videoconmail.com wrote:
Hi,
I want to configure a Linux system as a router (u can say IP Forwarding). This system can be used to connect two different IP Address schemes & will work as a router.
I've tried it with RedHat 8 & 9 also but no success. I've checked that service iptable is also not running.
I've also enabled IP_FORWARD with echo "1" > /proc/sys/net/ipv4/ip_forward.
I'm not able to ping or telnet to other side network.
Any help is greatly appreciated.
Amol
===== Narayan Kejriwal (Software Engineer) SoftwareWorkshop.Net
__________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus
Amol, I am not too sure, but you may need to NAT(using iptables) from one network to the other, on the linux router...
Regards, Keith
hi amol
- check ur firewall rules ...
- check ur DNS settings ( or try pinging with the ip
address ) , just to be sure
regards Narayan Kejriwal
--- Amol Deshpande amol@videoconmail.com wrote:
Hi,
I want to configure a Linux system as a router (u can say IP Forwarding). This system can be used to connect two different IP Address schemes & will work as a router.
I've tried it with RedHat 8 & 9 also but no success. I've checked that service iptable is also not running.
I've also enabled IP_FORWARD with echo "1" > /proc/sys/net/ipv4/ip_forward.
I'm not able to ping or telnet to other side network.
Any help is greatly appreciated.
Amol
===== Narayan Kejriwal (Software Engineer) SoftwareWorkshop.Net
Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus
Hi there, Kindly check following things... gateway address on ur Linux sys used as router should be ur ISP providers gateways check the dns address the u mentioned in resolve.conf (note same address should be there on all the machine connecte to the router) important which type of connection are using PPP or ETH (accordingly masquerade the address) if set it wrong u wont able to ping or telnet to other machine.. Note the machines which are connected to router should have their gateway address as that of linux machine used as router..
Do check your network scripts.
Hope i am clear ..
Happy Routing On Tue, 2004-01-06 at 08:45, Amol Deshpande wrote:
Hi,
I want to configure a Linux system as a router (u can say IP Forwarding). This system can be used to connect two different IP Address schemes & will work as a router.
I've tried it with RedHat 8 & 9 also but no success. I've checked that service iptable is also not running.
I've also enabled IP_FORWARD with echo "1" > /proc/sys/net/ipv4/ip_forward.
I'm not able to ping or telnet to other side network.
Any help is greatly appreciated.
Amol