Openbsd as gateway Problem


 
Thread Tools Search this Thread
Special Forums IP Networking Openbsd as gateway Problem
# 57  
Old 12-27-2007
I cannot ping the openbsd gateway for laptop and desktop as well but can get address.
I have nat working as below:
ext_add=60.48.0.0/32 priv_add=192.168.2.0/24 priv_adds=176.16.10.0/24
nat on $ext_if inet from $priv_add to any -> $ext_add or $ext_if
nat on $ext_if inet from $priv_adds to any -> $ext_add
Wired Connection INformation from windows:
IP add: 176.16.10.10 Default Gateway:176.16.10.1 DHCP Server:176.16.10.1(Interface address)
I cannot ping the 176.16.10.1 requst tme out.
# 58  
Old 12-27-2007
So NAT is working on your openbsd box?

Do your laptop and desktop see your openbsd as their gateway?

My ADSL router does NAT so I've never needed to set it up.

What is the "ext_add" refering to? Who set that up, what is it supposed to mean?
# 59  
Old 12-27-2007
I cannot 100% confirm that the nat is working correctly but at least no error message from log file. This rule is set it by me.
Laptop and desktop's gateway is openbsd box. I try to disable wireless and see if that working but still no luck.
Latest configuration : /etc/hostname.rl1 inet 176.16.10.1 option routers 176.16.10.1;
/etc/hostname.ral0 : 192.168.2.1 option routers 192.168.2.1;
I really need your help.
Please help me. A billion thnaks ofr oyur help. I can spend your a ton of bir.
# 60  
Old 12-27-2007
AFter changed the dhcpd.conf, desktop -> openbsd gateway(ok) openbsd -> desktop address(176.16.10.10) Not ok.
What wrong with it ?
# 61  
Old 12-27-2007
NAT? Tunneling?

This seems way to difficult to configure for someone who has no experience with TCP/IP.

I don't think you are going to get this working until you simplify your configuration and learn to network one-step-at-time, starting very simple.

In other words, you do not have the experience to use BSD as a gateway in this configuration.

My advise is to contact your ISP and have them help you set up your gateway.
# 62  
Old 12-27-2007
How to simplify this configuration ? I really don't know / Canu help me in this topic. Thanks. I can spend you a beer.
# 63  
Old 12-27-2007
Contact your ISP and have them set up your gateway for you.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Inconsistency between RedHat 6.5 global gateway and single gateway leads to loss of default gateway

Dear friends I use RedHat 6.5, which sets the gateway in the configuration file / etc / sysconfig / network as GATEWAY = 192.168.1.26, and the gateway in the configuration file / etc / sysconfig / network-scripts / ifcfg-eth11 as GATEWAY = 192.168.1.256. The two gateways are different.... (6 Replies)
Discussion started by: tanpeng
6 Replies

2. IP Networking

Routing problem : two interfaces one gateway

hi folks, i have a horstbox-router with the following configuration. it has 4 ethernet ports from wich one (wan0) is configured as an external modem via dhcp. at this port/interface(wan0) it is connected with my home network (other switch). this configuration results in the following... (14 Replies)
Discussion started by: gencaslan
14 Replies

3. IP Networking

Small Problem about Default Gateway

I have Ubuntu linux Os with two eth cards. I can easily delete def gatewayg. But I can't add new one.. :confused::confused: When I run route-n: alperen@alperen-System-Product-Name:~$ route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use... (1 Reply)
Discussion started by: Mhnds
1 Replies

4. Linux

GNUGK-How to setup static gateway to gateway routing

Dear Sir I am a newbie in the world of IP telephony. I have been working with Asterisk PBX (SIP) and Cisco Call Manager (MGCP) but now I am learning on how to work GNUGK for H.323 Gatekeeper. I am having a problem, configuring static call routing on GNUGK in the section ... (0 Replies)
Discussion started by: mfondoum
0 Replies

5. BSD

Xwindows Problem OPenBSD 4.6

Hi, I have OPENBSD 4.6 installed as a VM in Virtual Box on my Ubuntu 9.10 machine. Problem is that the XWindows will not start when I boot my OPENBSD VM. I am new to OPENBSD. How do I fix this problem? (5 Replies)
Discussion started by: mojoman
5 Replies

6. BSD

openbsd-pf

hello , I wondered if anyone could assist me in writing a simple packet filter firewall on my OpenBSD v4.5. All I intend doing is to have two firewalling machine on a separate network : 192.168.1.1 ext_if = xl0 (dhcp) // Internet interface int_if=xl1 // Internatl interface ... (0 Replies)
Discussion started by: mattjam
0 Replies

7. BSD

Trying to get into OpenBSD

I am an eight year Linux user and after getting into an argument with someone about OpenBSD overiding my theory that OS security is 50% OS and 50% admin skill, I decided to try OpenBSD for myself. I've tried BSDs before and haven't been able to get into them for day to dy use, but I am going to... (7 Replies)
Discussion started by: deckard
7 Replies

8. BSD

[OpenBSD] DNS startup problem

I have the DNS files set up on my OpenBSD 4.0 amd64 system however when I run named, I get the following error in my logs: Sep 23 10:43:03 grunty named: starting BIND 9.3.2-P1 Sep 23 10:43:03 grunty named: /etc/named.conf:25: change directory to '/var/named' failed: file not found Sep 23... (2 Replies)
Discussion started by: BOFH
2 Replies

9. BSD

OpenBSD : mount problem

hi I have two hhd's. One is primary disk which holds the OpenBSD system and the other is my download disk (disk2). I formatted disk2 in "ffs" type. And created a "disklabel", wd1a. The disklabel program says "No change made", but I can see the changes by "p" command. I cannot mount my disk2!... (1 Reply)
Discussion started by: fnoyan
1 Replies

10. UNIX for Dummies Questions & Answers

please help with openbsd 2.9

Please help. I have downloaded the openbsd 2.9 snapshot from ftp.openbsd.org. the following files were downloaded from the snapshot dir. ( the whole dir. was downloaded ) base29,bsd,bsd.rd,cdrom29.fs,cksum,comp29,etc29,all three floppy images,game29,index,install.ata,install.chs... (11 Replies)
Discussion started by: Blunt_Killer
11 Replies
Login or Register to Ask a Question