-
Senior Member
registered user
IP routing help with two inside / one outside network
I have a KNOPPIX server (running from CD) with network connections configured as follows:
internet (ppp) outside interface DHCP
eth0 (LAN) inside interface (192.168.1.1)
eth1 (WLAN) inside interface (10.0.1.1)
eth0 serves up DHCP and NAT for the 192.168.1.0 network (via KNOPPIX terminal services) and works great as an internet gate way for the 192.168.1.0 network.
My desktop workstations on the LAN can obtain a IP address from the DHCP interface and can ping anything on the 192.168.1.0 network, but cannot ping anything on the 10.0.1.0 network.
My laptop on the WLAN is manually configured for IP address 10.0.1.2 and can ping the servers 10.0.1.1 interface, but cannot ping anything on the 192.168.1.0 network.
I would like to have connectivity between the two. Eventually I will want them both to be able to be able to use the ppp / NAT connection for internet connectivity, but for right now I just need to get them talking to each other.
Any help would be greatly appreciated.
Regards,
Paul
-
Senior Member
registered user
-
Senior Member
registered user
OOPS
Then you need to supply IP's Im using DHCP for the internal LAN and the wireless.
Heres /etc/dhcp3/dhcpd.conf
Code:
root@lepeanuts:~# cat /etc/dhcp3/dhcpd.conf
option domain-name "lepeanuts.homelinux.com";
option domain-name-servers 80.10.246.130 , 80.10.246.3;
# lepeanuts
subnet 192.168.2.0 netmask 255.255.255.0 {
option domain-name-servers 80.10.246.130 , 80.10.246.3;
option routers 192.168.2.1;
option domain-name "lepeanuts.homelinux.com";
range 192.168.2.20 192.168.2.50;
allow unknown-clients;
}
# WiFi Interface
subnet 192.168.0.0 netmask 255.255.255.0 {
option domain-name-servers 80.10.246.130 , 80.10.246.3;
option domain-name "lepeanuts.homelinux.com";
option routers 192.168.0.1;
range 192.168.0.20 192.168.0.50;
}
allow unknown-clients;
And you need the bind setup to resolve DNS and forward default routes
Code:
root@lepeanuts:/etc/bind# more named.conf
include "/etc/bind/named.conf.options";
// prime the server with knowledge of the root servers
zone "." {
type hint;
file "/etc/bind/db.root";
};
// be authoritative for the localhost forward and reverse zones, and for
// broadcast zones as per RFC 1912
zone "localhost" {
type master;
file "/etc/bind/db.local";
};
zone "127.in-addr.arpa" {
type master;
file "/etc/bind/db.127";
};
zone "0.in-addr.arpa" {
type master;
file "/etc/bind/db.0";
};
zone "255.in-addr.arpa" {
type master;
file "/etc/bind/db.255";
};
zone "com" { type delegation-only; };
zone "net" { type delegation-only; };
include "/etc/bind/named.conf.local";
zone "lepeanuts.homelinux.com" {
type master;
file "/var/cache/bind/lepeanuts.homelinux.com.hosts";
};
Code:
root@lepeanuts:/etc/bind# more named.conf.options
options {
directory "/var/cache/bind";
auth-nxdomain no; # conform to RFC1035
listen-on {
127.0.0.1;192.168.2.1;
};
};
-
Senior Member
registered user
erm does this help???
Does this answer the question ???
-
Senior Member
registered user
I was hoping for a solution using the route command, as webmin is not installed on the CD. Since *everything* is working for the one inside network (192.168.1.0) all I really need is something to bring the 2nd inside network (10.0.1.0) into the picture.
Thanks in advance for any help this group may be able to provide.
Regards,
Paul
-
Senior Member
registered user
route
The problem is you need to also export that route.
you can add the 10.0.1.0 network to the route so it can access this network but you also need to recipricate that on the other network...
you could add
route add 10.0.1.0 netmask 255.255.255.0 eth1 on the server
and on each client you could add
route add default gw 10.0.1.0
however you then need the wireless application box to route across the two. With a hardware box it does this for you using NAT,
I think IP tables is on the liveCD so you could try a script to add my stuff into IP tables.... a look through man IPTABLES should give you the syntax.
(unless you setup DHCP and BIND though you will have to set up each client by hand.....)
BTW this is actually working right now... and I guess its what you actually wanna do!!!
Similar Threads
-
By the_squid in forum Networking
Replies: 2
Last Post: 02-14-2005, 10:08 PM
-
By Arsène Lupin in forum Networking
Replies: 10
Last Post: 12-16-2004, 05:05 AM
-
By Nic MFP in forum Networking
Replies: 0
Last Post: 10-18-2004, 10:51 PM
-
By wollmersdorfer in forum Networking
Replies: 2
Last Post: 02-19-2004, 08:16 AM
-
By ktheking in forum Ideas
Replies: 0
Last Post: 11-04-2003, 02:25 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules

Acer Aspire 14" AI Copilot+PC Laptop Core Ultra 5 226V Gen 4 ARC 16GB 1TB Refurb
$438.51

HP ProDesk Desktop Computer Intel Core i5 32GB RAM 1TB SSD Windows 11
$394.99

Dell Latitude 14" Laptop Computer Intel i7 Up To 32GB RAM 1TB SSD Windows 11 Pro
$539.04

Seagate ST1000VM002 1TB 5900RPM 3.5" SATA 6Gb/s HDD | PC DVR CCTV | | 1Y
$55.95

1TB Kingston DataTraveler Max DTMAX/1TB USB Type-C Flash Drive
$86.95

Acer Aspire 16 16" Laptop Core Ultra 5 226V S2 16GB RAM 1TB SSD Arc Refurbished
$533.51

KIOXIA BG5 1TB M.2 2280 NVME PCIE 4.0 X4 SSD SOLID STATE DRIVE | KBG5AZNV1T02
$104.99

2TB/1TB Mini SSD Expansion Drive forGPDWIN5/ONEXPLAYER3/X2MINI PRO/SuperX/SuperV
$388.99

Dell Latitude 14" Laptop Computer Intel i5 Up To 32GB RAM 1TB SSD Windows 11 Pro
$375.05

2TB 4TB 8TB Type-C USB 3.1 Data Storage Device Laptop Computer
$48.99