=== mario_ [n=mario@83-131-254-145.adsl.net.t-com.hr] has joined #ubuntu-server === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-server === ealden [n=ealden@203.76.211.214] has joined #ubuntu-server === alleeHol [n=ach@allee.exgal.mpe.mpg.de] has joined #ubuntu-server === alleeHol [n=ach@allee.exgal.mpe.mpg.de] has joined #ubuntu-server === ubijtsa2 [n=anders@213.208.70.150] has joined #ubuntu-server === maton [n=maton@12-219-201-80.client.mchsi.com] has joined #ubuntu-server === bip [n=bip@62.211.210.146] has joined #ubuntu-server [10:26] anybody has experince with ltsp running on dapper ? [10:37] bip: -> #edubuntu [10:37] ok [10:37] grazie fabbione [10:37] ma ho risolto ;-) [10:37] maybe ;-) === lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #ubuntu-server === thefish [n=thefish@unaffiliated/thefish] has joined #ubuntu-server === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-server === Pygi [n=mario@83-131-253-80.adsl.net.t-com.hr] has joined #ubuntu-server === thefish [n=thefish@unaffiliated/thefish] has joined #ubuntu-server === ealden [n=ealden@203.76.212.130] has joined #ubuntu-server === Bakgat [n=user@myw-stp-196-37-192-140.sentechsa.net] has joined #ubuntu-server [04:01] hi all [04:02] anyone here well versed in networking on an ubuntu system (interfaces, shorewall, etc) [04:02] Bakgat: what exactly do you need? [04:02] Hi Pygi [04:02] Hi Bakgat [04:03] I've set up a mail server based on instuctions from http://flurdy.com/docs/postfix/#install_pack [04:03] very detailed & helpfull [04:04] Everything seems to have gone ok (took me better part of a whole day to set up). but i ca't seem to access the networks. [04:04] I originally set it up with only a single NIC, detailed in /etc/network/interfaces [04:05] i've atempted to fill in as much detail in /etc/shorewall/* , but i seem to have missed something, cause if i ifconfig, i only c the loopback === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-server [04:06] this box is going 2 act as mail & web server from a dnz zone. i have a seperate box that acts as a router/firewall/proxy/etc [04:08] my firewall will transparrently route traffic & handle security from internet, wired network, wireless network & dmz, but that's a topic 4 another day [04:08] where do we start? [04:09] the mail service & some other services seem ok [04:09] i just can't get the nic to gell === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-server [04:15] Pygi, u still there? [04:16] Bakgat: not really, and yes :-/ [04:21] so, what do u suggest? [04:23] tried restarting "networking"? [04:24] yip [04:24] You're configureing your network in /etc/network/interfaces? [04:25] And does "ifup eth0" (or whatever interface) work? [04:25] yip. will give detail soon [04:25] nope [04:25] Do you get any errors? [04:25] networking/interfaces set to dhcp 4 now [04:25] checking log not [04:26] now [04:26] ifconfig | grep eth0 [04:26] check out if kernel recognized your nic as eth0 [04:26] or maybe some other nic is eth0 (this is not so rare as it seems) [04:26] ok. where/how do i do that? [04:27] ifconfig only lists loopback [04:27] in konsole/terminal [04:27] "ifconfig -a" to show interface that aren't up. [04:27] ok. hang on [04:27] s/interface/interfaces/ [04:27] may bad... [04:27] dmseg | grep eth0 [04:27] not ifconfig :) [04:28] cool! sees all nic, just not assigning adddr. [04:28] not seeing dmseg cmd [04:28] Kay, then your /etc/network/interfaces is wrong. :) [04:29] mii-tool? [04:29] mii-tool, check [04:29] eth0: Bad addr, eth1 op not supp [04:30] no MII interfaces found [04:31] bad network/interfaces? [04:34] eth0: bad addr? [04:34] will set interfaces 2 static in interfaces [04:34] huh? [04:34] your eth0 gets ip from dhcp? [04:35] mii-tool reports SIOCGMIIPHY on 'eth0' failed: Bad Address [04:35] for now [04:35] wil set to static [04:35] dont [04:35] do ifdown eth0 [04:35] and then manually get address from dhcp [04:35] dhclient eth0 [04:36] sit0: unknown hardware addr type 776 [04:37] do u have skype addr? typing's a schlep [04:37] nope [04:38] ok [04:39] forget about sit0 [04:39] what did it tell you about eth0? [04:39] no-go. hardware. let me just reboot with single nic [04:43] sweet! got a DHCP lease (192.168.0.232), but not I need to set it up as static (192.168.0.100/255.255.255.0 for test & config, but 192.0.0.10/255.255.255.0 in production) [04:44] i told you to run dmsg | grep eth0 [04:44] that other nic was eth0, and the second one was eth1 [04:46] disabled eth1 in bios, dmesg picks up on eth0. gives hardware id, mac, irq, link up, no ip6 routers [04:47] i can c the apache server via http, but other services to working (phpmyadmin, squirrelmail) [04:47] *other services not working* [04:48] Bakgat: dID YOU JUST SAY 192.0.0.10? [04:48] Bakgat: Erm, caps lock, sorry. [04:48] Bakgat: But, I hope that was a typo. 192.0.0.0 is a routable subnet, not a private one. People own that IP address. :) [04:48] infinity: people think 192.x.x.x is public :) [04:49] infinity: i saw one big company with 192.192.x.x for private network :) [04:49] once in production i'll change the networkning & shorewall. i'm setting up the server @ home office [04:49] ivoks: You mean private, I assume. :) [04:49] infinity: right :) [04:49] Bakgat: In the 192 space, ONLY 192.168.0.0 is private, no other 192.x subnets. [04:50] (If you really need more IPs than a class B, though that seems unlikely, use 10.0.0.0, which is entirely private) [04:50] Bakgat: if you need class A, take 10.x.x.x [04:50] lol [04:50] i'm planning the networks from my firewall's PoV into 3 seperate network classes. DNZ in class C, wired network class B, wireless class A. have i got it wrong? [04:50] And I always forget the other one... 172.something? [04:51] Bakgat: Almost certainly. [04:51] infinity: that one i froget too... [04:51] Bakgat: you need three class C networks [04:51] Well, or three much smaller networks. [04:51] been a while since i've done subnetting, so i'm a bit rusty. used a subnet calc to determine networks [04:51] classless subnetting is the future. [04:51] Bakgat: for example, 192.168.1.x, 192.168.2.x and 192.168.3.x [04:52] why bother with subnetting? [04:52] in this case... [04:52] i'd like to seperate networks by subnets so that one network cant accidentaly stumble upon another [04:52] subnetting is ok only for public subnets [04:53] infinity: 172.16 - 172.31 [04:53] maswan: right :) [04:53] maswan: Thanks, you ever-loving fount of useless knowlege. :) [04:53] We use that here, actually [04:53] Sure, use the one that's hardest to remember. Makes sense. [04:54] :) [04:54] I always use 10.0.0.0, because I'm a lazy typist. :) [04:54] Since 10.x is used by the networking people and 192.168 is used alot [04:54] Ok, as long as the campus networking people do things right, we never notice. But... ;) [04:54] ok. lets assume this server will sit @ 192.168.0.10/255.255.255.0 [04:54] Bakgat: that's ok [04:55] i'd still like to put my other networks on seperate subnets, but that's an exercise for another day [04:55] Bakgat: ? [04:55] Bakgat: put the other one in 192.168.1.x [04:55] and there you have it [04:56] I'll go mod my networks/interfaces file quiqly. cool? [04:56] on different subnets, one can't go to the other [04:56] that's the idea [04:56] Well, not really true. [04:56] If they're the same physical network, you can easily hop from one to the other. [04:56] infinity: what's true these days? :) [04:56] the router/firewall must handle routing (i use IPCop) [04:56] But, shhh. [04:56] infinity: nothing can prevent that :) [04:57] i'm looking @ LDAP on a seperate server, but also an exercise for another day [04:57] I was rather surprised to discover that my AUD 150 hunk of junk DSL modem/router actually does VLAN switching. [04:57] Not that I need VLANs at home, but neat anyway. [04:58] ah, i'm using wifi broadband :) [04:59] ok, so I set my networks/interfaces to static as detailed in http://flurdy.com/docs/postfix/#install_pack === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-server [04:59] now what [05:00] net to fix static 2 nic [05:00] do I need to set up shorewall next? [05:01] would eth0 b net or loc on shorewall in the current stup [05:01] would eth0 b 'net' or 'loc' on shorewall in the current setup? === ivoks doesn't use wizards :) [05:10] cool. set up my dhcp server to issue lease to server based on mac (will lock down later) [05:12] now, how do I configure my shorewall files (bit confising) === lionelp [n=lionel@ip-128.net-82-216-65.rev.numericable.fr] has joined #ubuntu-server === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-server === Bakgat [n=user@myw-stp-196-34-112-112.sentechsa.net] has joined #ubuntu-server === thefish [n=thefish@unaffiliated/thefish] has joined #ubuntu-server === mario_ [n=mario@83-131-247-18.adsl.net.t-com.hr] has joined #ubuntu-server === infinity [n=adconrad@loki.0c3.net] has joined #ubuntu-server === hunger [n=tobias@p54A6216B.dip0.t-ipconnect.de] has joined #ubuntu-server === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-server === Cturtle [n=Cturtle@a213-84-50-38.adsl.xs4all.nl] has joined #ubuntu-server === Pygi [n=mario@83-131-245-103.adsl.net.t-com.hr] has joined #ubuntu-server === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-server === Pygi [n=mario@83-131-243-104.adsl.net.t-com.hr] has joined #ubuntu-server === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-server === ivoks_ [n=ivoks@vipnet40-166.mobile.CARNet.hr] has joined #ubuntu-server === na7e [n=na7e@205.213.122.126] has joined #ubuntu-server