Re: Routing Problem
Hi,
I can imagine two easy caises:
1) Missing default gw
Is the Suse box marked as the default gateway? Run the command route,
and if you don't see an entry called default, try creating it. I believe
the command is
route add default gw <name or IP of Suse host>
2) Missing forward
Is the Suse box forwarding packets? If not, it won't pass packets from
one NIC to the other. Run the command:
user@host $ cat /proc/sys/net/ipv4/ip_forward
1
If you get "0", you should add the command
echo "1" > /proc/sys/net/ipv4/ip_forward
in a file read at boot. I don't know Suse, so I can't tell you what file
to use.
Filipe
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
Relevant Pages
- Re: [SLE] Please Help ! gtk fonts -Solved !!
... found out that I did not have gnome-control-center installed. ... To all who advised me it would be in Control Center; ... gnome-control-center must be run from the command line. ... There is not a word anywhere from SuSE about these things and their ... (SuSE) - Re: [opensuse] Re: simple LAN
... No. Kenneth on this list learned me about the command ip a which is ... not mentioned in O'Reilly's Nutshell or the SuSE manual. ... about how to find unknown IP addresses of computers in a LAN. ... if your internet router acts as a firewall for your ... (SuSE) - Re: Installing packages
... Suse is there a command line packaging system similar to either urpmi ... Can I configure Yast software management to download software from ... opened up the gui installer and installed it from CD1 & 2. ... (alt.os.linux.suse) - Re: [SLE] printer loss [susepro 9.1]
... > I found that I had added port 631 to the firewall and the ... What does the command kcmshell printmgr show? ... required that you set a cups admin passwd with lppasswd -g sys root in ... UNIX since 1989, linux since 1994, SuSE since 1998 ... (SuSE) - Re: Redhat vs SUSE
... >> command prompt you just type service network restart or whatever you are ... SUSE doesn't have this service so do you have to start up ... > Get familiar with the GUI version of the YaST tool. ... figure out how to install a compiler on your system. ... (alt.os.linux.suse) |
|