![]() |
|
|||||||
| OpenBSD Installation and Upgrading Installing and upgrading OpenBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
Hello, i've just upgraded my server/firewall to 4.6 from 4.4.
After rebooting, i could not connect to the internet from the server itself, even though all the other client in the network actually can. The server is also reachable from the Internet (i can connect to sshd, httpd and so on). I thought at first that it was a dns issue, but it's not. When I try for example to connect to google from lynx, it does resolve properly, but it gets stuck on "Making http connection to..". Routing tables seem ok, and also setting "pass in all/pass out all" on pf makes no difference. ![]() here are some outputs from tcpdump when i try to connect to google Quote:
|
|
||||
|
I'm going to take a wild guess that you upgraded without using Upgrade FAQs, and that you use PF.
From the 4.5 -> 4.6 upgrade guide: Quote:
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
hi jggimi, thanks for the answer.
it's not a pf problem, as i've tried also with the pass in all /pass out all, and the system IS reachable from the outside. the problem is that it seems that it's impossible for any application to connect to the outside world from the server itself. as showed by tcpdump, it tries to connect, and it receives datas too, but it's not able to completely establish the connection. it's kinda weird.. |
|
||||
|
Can you connect to other systems in your 192.168.1 network? Yet still not connect elsewhere?
If so, then your problem -is- routing.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
i'm feeling really stupid, but still i can't find the reason. it must be the routing for sure, but damn it seems all correct.
here's route's output: Quote:
Quote:
Quote:
|
|
||||
|
Code:
inet 192.168.1.69 255.255.255.0 NONE You post info in dribs and drabs. So since I haven't seen your ifconfig(8) output, I would look there. Use [code][/code], rather than [quote][/quote] if you want to preserve readability.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
Sorry for being messy! i did not know the differences between the two tags.
i've been using the same machine (well, the same hard disk on various machines to be honest ) since 2.9, and these network settings in particular for at least 2 years... and they never gave me any problem. damn!so here again the infos with the right tagging ![]() Code:
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
lladdr 00:02:a5:dd:5b:82
priority: 0
groups: egress
media: Ethernet autoselect (10baseT half-duplex)
status: active
inet6 fe80::202:a5ff:fedd:5b82%fxp0 prefixlen 64 scopeid 0x2
inet 192.168.1.69 netmask 0xffffff00 broadcast 192.168.1.255
Code:
Internet: Destination Gateway Flags Refs Use Mtu Prio Iface default 192.168.1.254 UGS 3 9539 - 8 fxp0 127/8 127.0.0.1 UGRS 0 0 33200 8 lo0 127.0.0.1 127.0.0.1 UH 0 0 33200 4 lo0 192.168.1/24 link#2 UC 4 0 - 4 fxp0 192.168.1.2 00:12:79:8f:ca:b0 UHLc 0 1725 - 4 fxp0 192.168.1.105 00:24:d6:46:42:72 UHLc 0 6 - 4 fxp0 192.168.1.198 00:23:6c:8d:a1:4f UHLc 2 286 - 4 fxp0 192.168.1.254 00:17:c2:92:b7:0c UHLc 1 0 - 4 fxp0 224/4 127.0.0.1 URS 0 0 33200 8 lo0 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Machine not responding to incoming connections | vi5in | FreeBSD General | 9 | 27th October 2009 09:17 PM |
| Serial connections | JMJ_coder | General software and network | 9 | 25th July 2008 03:28 PM |
| Problems with multiple ISP connections | ebzzry | FreeBSD General | 2 | 1st July 2008 11:32 PM |
| More tcp connections | tad1214 | FreeBSD General | 8 | 5th June 2008 03:05 PM |
| OpenVPN - Problem with connections | MME | General software and network | 2 | 26th May 2008 06:42 PM |