Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 239 online users. » 0 Member(s) | 236 Guest(s) Applebot, Bing, Google
|
Latest Threads |
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 223
|
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 77,953
|
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 33,420
|
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 1,715
|
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 5,150
|
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 40,824
|
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 107,161
|
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 47,134
|
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 37,498
|
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 40,586
|
|
|
Driver Q for OpenSUSE |
Posted by: starrwarz - 2006-07-25, 03:50 AM - Forum: Just Starting Linux
- Replies (1)
|
 |
Hi all. I'm currently in the process of downloading OpenSUSE to install on my home-built PC (yup, built it myself). So, this question is mainly for anyone who has experience with the latest stable distro for OpenSUSE.
There are 2 drivers I'm concerned about, though the latter I could probably do through yast. I currently access the internet through 56k Dialup, using an Intel ® 536EP Modem. My printer is a Canon BJC 3000 (connected through USB).
So, my first concern is do I need to worry about downloading and installing a driver for my modem, or will the latest version (10.1) of OpenSUSE take care of that for me already?
For my Printer, should I download a driver before installing Linux and then just install it myself after I have Linux up and running, or is there an easy way to do this through YaST?
I remember about 2 years ago trying FC 4 on a different computer, but jumped in over my head since I didn't do as much research as I'm doing this time to try to understand Linux. I'm hoping for a better experience this time, with OpenSUSE and more preperation.
Thanks in advance,
William
|
|
|
question for programers who uses eclipse |
Posted by: java - 2006-07-24, 10:43 PM - Forum: How Do I?
- No Replies
|
 |
hi,
I did what it said in the following web site([/url][url=http://www.onjava.com/pub/a/onjava/2005/05...qlexplorer.html]http://www.onjava.com/pub/a/onjava/2005/05...qlexplorer.html ) but cant get the sqlexplorer to show up in the other menue.
has anyone else tried this in LINUX(suse), or if anyone has tried different way let me know please.
thank you
|
|
|
suse graphics problem |
Posted by: java - 2006-07-24, 10:41 PM - Forum: SUSE
- Replies (3)
|
 |
hi,
I have installed suse 10 and as i am newbie dont know if I have to install graphics driver. As right now it is kind of blury and it is not the same as windows(sharp graphics)......I have the intel-via series cd for p4 pcs(but i am not sure which graphic card it is), i think it would be either nvidia or geforce is there a way to find out?
also when i want to play a suse's game it gives me errors anyone else has faced this kind of problem?
thank you
|
|
|
hi |
Posted by: computer - 2006-07-24, 07:05 PM - Forum: Hello
- Replies (2)
|
 |
hi,
i am new to this forum.
the forum looks great hope to get help from you guys and help ppl if i can
bye for now
|
|
|
Fishin' for a gmail account |
Posted by: tek-69 - 2006-07-21, 06:57 AM - Forum: General Chat
- Replies (6)
|
 |
Ok so I have my own mail server and its great. Trouble is lately I've been unable to reliably keep an internet connection. I'm getting married this september and priorities being what they are, the net bill comes after catering bill, invitations, honeymoon(hurray!) and all the other stuff that goes with getting married. Since I can't realiably keep the net connect, I need a mail server I can depend on. If anybody has a spare gmail invite kickin' around I would love to take it off your hands, if not I'll have to go with someone else. [img]<___base_url___>/uploads/emoticons/default_rolleyes.gif[/img]
|
|
|
VPN Routing |
Posted by: Ritter - 2006-07-20, 06:23 PM - Forum: Security and Firewalls
- Replies (3)
|
 |
Code: # openvpn --version
OpenVPN 2.0.6 i686-pc-linux-gnu [SSL] [LZO] [EPOLL] built on Apr 21 2006
Developed by James Yonan
Copyright (C) 2002-2005 OpenVPN Solutions LLC <info@openvpn.net>
The first node is also my firewall, it has the following interfaces:
eth0: 192.168.0.10
eth1: public address from dhcp
tun0: 192.168.201.1
Not sure if and how gentoo differs here, but I have a single config file name for the connection, that a symlinked init.d script will call this config.
/etc/openvpn/kiosk.conf:
Code: local 192.168.0.10
port 1194
proto udp
dev tun
ca ca.crt
cert lnx-iprovo1.crt
key lnx-iprovo1.key
dh dh2048.pem
server 192.168.201.0 255.255.255.0
client-config-dir ccd-kiosk
route 10.10.2.0 255.255.255.0
keepalive 10 120
tls-auth ta.key 0
cipher DES-EDE3-CBC
comp-lzo
max-clients 3
user nobody
group nobody
persist-key
persist-tun
status status.log
log openvpn.log
verb 5
mute 20
A few rules to iptables make things play nice.
At first I ran these so I could see better what wa happening with packets:
Code: -A INPUT -i tun0 -j LOG --log-prefix "INPUT (tun0) " --log-level 6
-A INPUT -i tun0 -j ACCEPT
-A FORWARD -i tun0 -j LOG --log-prefix "FORWARD (tun0) " --log-level 6
-A FORWARD -i tun0 -j ACCEPT
-A OUTPUT -o tun0 -j LOG --log-prefix "OUTPUT (tun0) " --log-level 6
-A OUTPUT -o tun0 -j ACCEPT
-A PREROUTING -i tun0 -j LOG --log-prefix "PREROUTING (tun0) " --log-level 6
-A PREROUTING -i tun0 -j ACCEPT
-A POSTROUTING -s 192.168.0.0/255.255.255.0 -o tun0 -j SNAT --to-source 192.168.201.1
All that are needed:
Code: -A INPUT -i tun0 -j ACCEPT
-A FORWARD -i tun0 -j ACCEPT
-A OUTPUT -o tun0 -j ACCEPT
-A PREROUTING -i tun0 -j ACCEPT
-A POSTROUTING -s 192.168.0.0/255.255.255.0 -o tun0 -j SNAT --to-source 192.168.201.1
I'm going to have to finish this later .. as I am putting this together I have realized my kiosk in the mall must have lost power and I can't connect to it. HAHA .. need to get a UPS in there.
|
|
|
switches and routers |
Posted by: bratboy - 2006-07-18, 01:40 PM - Forum: Network Problems
- Replies (2)
|
 |
I'd like to set up a network in which I have a web server hooked up to the internet, and then a bunch of other machines on an "internal" Gigabit network which do not have access to the internet (I'm trying to set up a database cluster). So it goes something like this:
cable modem
|
router
|
web server
|
Gb switch
|
DB1 ...
Unfortunately, the switch doesn't seem to work unless I also hook it up to the router (the ethernet card in DB1 doesn't initialize). I have the feeling I'm fundamentally not grokking something here - do I need a router instead of a switch? All networking hardware is NetGear (GA311 cards, ProSafe VPN firewall, GS608 switch), and I'm using RedHat FC5. Any thoughts?
One more note - I haven't hooked the web server to the switch yet. I thought I'd try to get the switch working first. Would this make a difference?
Daniel
|
|
|
SSH yesterday, SSH gone the next? |
Posted by: skuzzy - 2006-07-16, 11:39 PM - Forum: Remote Access
- Replies (4)
|
 |
sshd_config is set to port 3389, and the service is running according to ps ux and I am able to make LAN connections to SSH. Yesterday SSH was working through my IP. I have not edited any configs, all I have done is moved the computer and received a new LAN IP from DHCP, I updated my router to have the new LAN act as a virtual server but SSH is no longer working past intranet. I have tried to restart the service but to no avail. Any help is appreciated, thanks.
|
|
|
|