Shouldn't that be
setup automatically by the yast firewall config??
Did you enable masquerading by checking YaST->Security and Users->Firewall->Forward Traffic and Do Masquerading? That should give you a basic NAT/Masquerading setup. Can you ping the internet and each of the internal boxes from the server? This would verify that the connections are good.
Jeff
Yes! I did all that to start with. Actually, I had that working for dialup with the modem on ppp0 and I switched it to eth1. I also tried pinging back and forth from different boxes and the server. I can ping net addresses and internal network boxes from my server, so the connections are fine. Thanks for the ideas. I tried to respond to your first post, but had downloaded the mail to my server and then found out I can't send mail. A problem for tomorrow! LOL Thanks, Jim
Yes! I did all that to start with. Actually, I had that working for dialup with the modem on ppp0 and I switched it to eth1.
I also tried pinging back and forth from different boxes and the server. I can ping net addresses and internal network boxes from my server, so the connections are fine.
OK, well I think this is probably a routing problem then. It probably has to do with the point Ian made about your IP addresses. If the DSL modem insists on being 192.168.0.1 then you should change the subnet of your lan to something else like 192.168.1.0/24. Try this: DSL modem - 192.168.0.1 inet facing NIC - 192.168.0.2 LAN facing NIC - 192.168.1.1 LAN Client - 192.168.1.2 Make sure masquerading and IP forwarding are up. You'll need to configure your routing table too, setting your default gateway to 192.168.0.2. I'm not really a routing expert but if you get stuck I can show you a configuration that works for me.
Thanks for the ideas. I tried to respond to your first post, but had downloaded the mail to my server and then found out I can't send mail. A problem for tomorrow! LOL
No problem. I'm going to have a brewski and call it a night. I've pretty much reached the end of my usefulness (at least for today, although I fear permanent obsolescence is approaching faster than I care to admit). Jeff
OK, well I think this is probably a routing problem then. It probably has to do with the point Ian made about your IP addresses. If the DSL modem insists on being 192.168.0.1 then you should change the subnet of your lan to I am really confused here. Why would a DSL modem be presenting an address like that? Why would a modem even have an address? Are you referring to the address your provider gives you? Just yesterday a coworker told me about his father who had Bellsouth. He said that Bellsouth was putting the users on a private subnet so it was impossible for the coworker to access his fathers pc with
Jeffrey Laramie wrote: pcAnywhere. Is "your name" on such a private subnet? Is it Bellsouth?
something else like 192.168.1.0/24. Try this: Yes, this is very important. It must be on a different subnet
DSL modem - 192.168.0.1 inet facing NIC - 192.168.0.2 LAN facing NIC - 192.168.1.1 LAN Client - 192.168.1.2
Make sure masquerading and IP forwarding are up. You'll need to configure your routing table too, setting your default gateway to 192.168.0.2. I'm not No, the default gateway should be 192.168.1.1, the address of the LAN facing NIC.
reached the end of my usefulness (at least for today, although I fear permanent obsolescence is approaching faster than I care to admit). Is that a funny way of saying you are getting older?
Damon Register
On Wednesday 02 March 2005 09:37, Damon Register wrote:
Jeffrey Laramie wrote:
OK, well I think this is probably a routing problem then. It probably has to do with the point Ian made about your IP addresses. If the DSL modem insists on being 192.168.0.1 then you should change the subnet of your lan to
I am really confused here. Why would a DSL modem be presenting an address like that? Why would a modem even have an address? Are you referring to the address your provider gives you? Just yesterday a coworker told me about his father who had Bellsouth. He said that Bellsouth was putting the users on a private subnet so it was impossible for the coworker to access his fathers pc with pcAnywhere. Is "your name" on such a private subnet? Is it Bellsouth?
This may vary based on the hardware. DSL services here use routers that are assigned a valid external IP by the ISP and then route IPs in your subnet to the inet facing NIC in your firewall box or alternately to a hub/switch. If you connect a firewall then you use NAT/masq on the firewall to connect the private IPs on the lan to the internet. If you use a hub/switch then the boxes on that subnet should have valid external IPs assigned. In his original post the OP assigned 3 different IPs in the same local subnet so I assumed that represented 1 remote DSL router and 2 NICs on the host. If there is only a dsl modem and one NIC then I don't know what the other IP is assigned to. Jim, maybe you can clarify this by posting the output of ifconfig and describing the physical layout of your LAN.
something else like 192.168.1.0/24. Try this:
Yes, this is very important. It must be on a different subnet
DSL modem - 192.168.0.1 inet facing NIC - 192.168.0.2 LAN facing NIC - 192.168.1.1 LAN Client - 192.168.1.2
Make sure masquerading and IP forwarding are up. You'll need to configure your routing table too, setting your default gateway to 192.168.0.2. I'm not
No, the default gateway should be 192.168.1.1, the address of the LAN facing NIC.
That's correct for the clients on the LAN, but the host acting as a router needs to have the default route set to the internet facing device. Otherwise that host/router will send all non-local traffic back to the LAN. I'd post an example from my firewall but it's a lot different configuration and would only confuse the issue.
reached the end of my usefulness (at least for today, although I fear permanent obsolescence is approaching faster than I care to admit).
Is that a funny way of saying you are getting older?
Yup, fraid so. Jeff
participants (3)
-
Damon Register
-
Jeffrey Laramie
-
Your Name